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 70e15764a6a18e410d0f7cecd0f21d8a09390bd9 Author: Jakub Adam <[email protected]> Date: Thu Jul 4 14:37:24 2013 +0200 Disable RDT ui --- debian/patches/disable-rdt-ui.patch | 50 +++++++++++++++++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 51 insertions(+) diff --git a/debian/patches/disable-rdt-ui.patch b/debian/patches/disable-rdt-ui.patch new file mode 100644 index 0000000..714f649 --- /dev/null +++ b/debian/patches/disable-rdt-ui.patch @@ -0,0 +1,50 @@ +From: Jakub Adam <[email protected]> +Date: Thu, 4 Jul 2013 14:36:56 +0200 +Subject: disable-rdt-ui + +--- + releng/org.eclipse.ptp.rdt-feature/feature.xml | 12 ++++++------ + 1 file changed, 6 insertions(+), 6 deletions(-) + +diff --git a/releng/org.eclipse.ptp.rdt-feature/feature.xml b/releng/org.eclipse.ptp.rdt-feature/feature.xml +index bedc59f..f3d2895 100644 +--- a/releng/org.eclipse.ptp.rdt-feature/feature.xml ++++ b/releng/org.eclipse.ptp.rdt-feature/feature.xml +@@ -83,19 +83,19 @@ + install-size="0" + version="0.0.0"/> + +- <plugin ++ <!--plugin + id="org.eclipse.ptp.rdt.make.ui" + download-size="0" + install-size="0" + version="0.0.0" +- unpack="false"/> ++ unpack="false"/--> + +- <plugin ++ <!--plugin + id="org.eclipse.ptp.rdt.managedbuilder.gnu.ui" + download-size="0" + install-size="0" + version="0.0.0" +- unpack="false"/> ++ unpack="false"/--> + + <plugin + id="org.eclipse.ptp.services.core" +@@ -104,11 +104,11 @@ + version="0.0.0" + unpack="false"/> + +- <plugin ++ <!--plugin + id="org.eclipse.ptp.services.ui" + download-size="0" + install-size="0" + version="0.0.0" +- unpack="false"/> ++ unpack="false"/--> + + </feature> diff --git a/debian/patches/series b/debian/patches/series index 878824a..26d35b8 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ remove-cdt-xlc-dependency.patch +disable-rdt-ui.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

