This is an automated email from the git hooks/post-receive script. xhaakon-guest pushed a commit to branch master in repository eclipse-ptp.
commit fc81e6000321de1394a899592a87d6222bc6385d Author: Jakub Adam <[email protected]> Date: Thu Jul 4 14:06:48 2013 +0200 Remove CDT xlC dependency --- debian/patches/remove-cdt-xlc-dependency.patch | 22 ++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 23 insertions(+) diff --git a/debian/patches/remove-cdt-xlc-dependency.patch b/debian/patches/remove-cdt-xlc-dependency.patch new file mode 100644 index 0000000..7bae052 --- /dev/null +++ b/debian/patches/remove-cdt-xlc-dependency.patch @@ -0,0 +1,22 @@ +From: Jakub Adam <[email protected]> +Date: Thu, 4 Jul 2013 14:06:17 +0200 +Subject: remove-cdt-xlc-dependency + +--- + rdt/org.eclipse.ptp.rdt.core/META-INF/MANIFEST.MF | 3 --- + 1 file changed, 3 deletions(-) + +diff --git a/rdt/org.eclipse.ptp.rdt.core/META-INF/MANIFEST.MF b/rdt/org.eclipse.ptp.rdt.core/META-INF/MANIFEST.MF +index 7177bbf..0019ae5 100755 +--- a/rdt/org.eclipse.ptp.rdt.core/META-INF/MANIFEST.MF ++++ b/rdt/org.eclipse.ptp.rdt.core/META-INF/MANIFEST.MF +@@ -16,9 +16,6 @@ Require-Bundle: org.eclipse.cdt.core;bundle-version="5.0.2", + org.eclipse.dstore.extra;bundle-version="2.1.100", + org.eclipse.ptp.services.core, + org.eclipse.rse.services.dstore;bundle-version="3.1.1", +- org.eclipse.cdt.core.lrparser.xlc, +- org.eclipse.cdt.core.parser.upc, +- org.eclipse.cdt.make.xlc.core, + org.eclipse.text + Export-Package: org.eclipse.ptp.internal.rdt.core;x-internal:=true, + org.eclipse.ptp.internal.rdt.core.callhierarchy;x-friends:="org.eclipse.ptp.rdt.ui", diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..878824a --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +remove-cdt-xlc-dependency.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-ptp.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

