[SCM] eclipse-mylyn - Plug-in for eclipse - Debian package. branch, master, updated. upstream/3.6.4+fix1-37-gf29572d
Jakub Adam
jakub.adam at ktknet.cz
Mon Feb 13 19:05:42 UTC 2012
The following commit has been merged in the master branch:
commit f29572d58b8d4042e6c238699bc5195ad6c1b3d1
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date: Mon Feb 13 18:38:43 2012 +0100
Set -configuration parameter when invoking eclipse during build
Also we must execute /usr/lib/eclipse/eclipse directly as our wrapper
script in /usr/bin makes the update site injection run that ignores
provided command line arguments. If any of the default locations
where eclipse wants to write is inaccessible, then the whole startup
crashes.
diff --git a/debian/rules b/debian/rules
index c81dede..6ae2733 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,9 @@ export JAVA_HOME:=/usr/lib/jvm/default-java
override_jh_compilefeatures:
# Regenerate org.eclipse.mylyn.builds.core code from model
- eclipse -application org.eclipse.ant.core.antRunner \
+ /usr/lib/eclipse/eclipse \
+ -application org.eclipse.ant.core.antRunner \
+ -configuration debian/.eclipse-build/.platform/configuration \
-buildfile debian/ecoreToJava.xml \
-data debian/.eclipse-build \
-Dosgi.sharedConfiguration.area=debian/.eclipse-build/build/home \
--
eclipse-mylyn - Plug-in for eclipse - Debian package.
More information about the pkg-java-commits
mailing list