[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. f43c3ef61866fb28c9b9a76e1129a0a4a4e2e326

Niels Thykier nthykier-guest at alioth.debian.org
Sat Oct 10 10:01:08 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "eclipse - Powerful IDE written in java - Debian package.".

The branch, master has been updated
       via  f43c3ef61866fb28c9b9a76e1129a0a4a4e2e326 (commit)
      from  bebf9508dba649a69d8a80a1a80582f0d0b29ff8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f43c3ef61866fb28c9b9a76e1129a0a4a4e2e326
Author: Niels Thykier <niels at thykier.net>
Date:   Sat Oct 10 12:01:02 2009 +0200

    Created symlink.patch to be sent upstream.

-----------------------------------------------------------------------

Summary of changes:
 debian/patches/series        |    1 +
 debian/patches/symlink.patch |   22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
index 8e1779e..44dcc7f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 eclipse-build.patch
 fix-perm.patch
+symlink.patch
\ No newline at end of file
diff --git a/debian/patches/symlink.patch b/debian/patches/symlink.patch
new file mode 100644
index 0000000..ee2d8a9
--- /dev/null
+++ b/debian/patches/symlink.patch
@@ -0,0 +1,22 @@
+Description: Patch to generate the "startup.jar" symlink using the upstream code. Sent upstream!
+Author: Niels Thykier <niels at thykier.net>
+
+Index: build.xml
+===================================================================
+--- build.xml	(revision 23414)
++++ build.xml	(working copy)
+@@ -683,6 +683,14 @@
+ 		<!-- eclipse binary -->
+ 		<mkdir dir="${destDir}${prefix}/bin" />
+ 		<symlink link="${destDir}${prefix}/bin/eclipse" resource="../${libDir}/eclipse/eclipse" />
++		<!-- Create the "startup.jar" symlink -->
++		<exec executable="/bin/sh" dir="${destDir}${prefix}/${libDir}/eclipse" outputproperty="eclipse.launcher.jar.path"
++                     failonerror="true" >
++                 <arg value="-c" />
++                 <arg value="echo plugins/org.eclipse.equinox.launcher_*" />
++               </exec>
++               <symlink link="${destDir}${prefix}/${libDir}/eclipse/startup.jar" resource="${eclipse.launcher.jar.path}" />
++
+ 		<echo append="true" file="${destDir}${prefix}/${libDir}/eclipse/eclipse.ini" message="-Dorg.eclipse.equinox.p2.reconciler.dropins.directory=${destDir}${prefix}/share/eclipse/dropins"/>
+ 	</target>
+ 


hooks/post-receive
-- 
eclipse - Powerful IDE written in java - Debian package.



More information about the pkg-java-commits mailing list