This is an automated email from the git hooks/post-receive script. xhaakon-guest pushed a commit to branch master in repository eclipse-cdt.
commit bb2f53f5bd8de840be8b7cb9806b05782acb54c8 Author: Jakub Adam <[email protected]> Date: Thu Jun 26 22:31:07 2014 +0200 Build without e4 --- debian/patches/build-without-e4.patch | 21 +++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 22 insertions(+) diff --git a/debian/patches/build-without-e4.patch b/debian/patches/build-without-e4.patch new file mode 100644 index 0000000..bf05ad3 --- /dev/null +++ b/debian/patches/build-without-e4.patch @@ -0,0 +1,21 @@ +From: Jakub Adam <[email protected]> +Date: Thu, 26 Jun 2014 22:30:26 +0200 +Subject: build-without-e4 + +--- + core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +diff --git a/core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF b/core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF +index 248fe7a..eb04f4a 100644 +--- a/core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF ++++ b/core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF +@@ -120,7 +120,6 @@ Require-Bundle: org.eclipse.cdt.core;bundle-version="[5.2.0,6.0.0)", + org.eclipse.ui.navigator.resources;bundle-version="3.3.100", + org.eclipse.ui.views;bundle-version="[3.2.0,4.0.0)", + org.eclipse.ui.workbench.texteditor;bundle-version="[3.5.0,4.0.0)", +- com.ibm.icu;bundle-version="4.4.2", +- org.eclipse.e4.ui.css.swt.theme ++ com.ibm.icu;bundle-version="4.4.2" + Bundle-ActivationPolicy: lazy + Bundle-RequiredExecutionEnvironment: JavaSE-1.7 diff --git a/debian/patches/series b/debian/patches/series index 4ec0812..f2454c3 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ use-default-cppflags.patch autotools-add-distro-version-to-list.patch +build-without-e4.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-cdt.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

