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

Niels Thykier nthykier-guest at alioth.debian.org
Mon Mar 15 07:42:54 UTC 2010


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  20e0b3d231f14c913d6cf113f08f32c7e2af866f (commit)
       via  738acfc71b0cf4ac0f2cd3a10117605193e176ce (commit)
       via  6a1e7d6adb774aff07d643707a6c89073d2e129c (commit)
      from  1a3b17e751ec278be23481e2cc235f5e92f1f75b (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 20e0b3d231f14c913d6cf113f08f32c7e2af866f
Author: Niels Thykier <niels at thykier.net>
Date:   Mon Mar 15 08:42:36 2010 +0100

    Added patch to compile jar-in-jar-loader.zip from source.

commit 738acfc71b0cf4ac0f2cd3a10117605193e176ce
Merge: 1a3b17e751ec278be23481e2cc235f5e92f1f75b 6a1e7d6adb774aff07d643707a6c89073d2e129c
Author: Niels Thykier <nthykier-guest at alioth.debian.org>
Date:   Mon Mar 15 07:41:52 2010 +0000

    Merge branch 'upstream'

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

Summary of changes:
 build.xml                                          |   17 ++++++++++-
 debian/patches/compile-jarinjarloader.patch        |   30 ++++++++++++++++++++
 debian/patches/series                              |    1 +
 .../org.eclipse.jdt.ui/jar-in-jar-loader.zip       |  Bin 6523 -> 0 bytes
 4 files changed, 47 insertions(+), 1 deletions(-)

diff --git a/build.xml b/build.xml
index a9c443b..7b4d12b 100644
--- a/build.xml
+++ b/build.xml
@@ -334,7 +334,22 @@
 		<echo file="symlinks-stamp" />
 	</target>
 
-	<target name="build" depends="applyPatches,symlinkDeps,bootstrap,compilelibs" unless="build.complete">
+	<target name="prebootstrap" depends="symlinkDeps">
+		<mkdir dir="${basedir}/temp/" />
+		<javac destdir="${basedir}/temp"
+			srcdir="${buildDirectory}/plugins/org.eclipse.jdt.ui/jar in jar loader/"
+			source="1.3"
+			target="1.1"
+			debug="true"
+			optimize="true"
+			fork="true"
+			compiler="modern" />
+		<zip destfile="${buildDirectory}/plugins/org.eclipse.jdt.ui/jar-in-jar-loader.zip"
+			basedir="${basedir}/temp/"/>
+		<delete dir="${basedir}/temp/"/>
+	</target>
+
+	<target name="build" depends="applyPatches,symlinkDeps,prebootstrap,bootstrap,compilelibs" unless="build.complete">
 		<echo message="build.xml:  eclipse.pdebuild.scripts = ${eclipse.pdebuild.scripts}" />
 		<java classname="org.eclipse.equinox.launcher.Main" fork="true" dir="${basedir}" failonerror="true">
 			<classpath>
diff --git a/debian/patches/compile-jarinjarloader.patch b/debian/patches/compile-jarinjarloader.patch
new file mode 100644
index 0000000..cbaeafa
--- /dev/null
+++ b/debian/patches/compile-jarinjarloader.patch
@@ -0,0 +1,30 @@
+Description: Regenerates the jar-in-jar-loader.zip file from source.
+Author: Niels Thykier <niels at thykier.net>
+Forwarded: no
+
+--- a/build.xml
++++ b/build.xml
+@@ -334,7 +334,22 @@
+ 		<echo file="symlinks-stamp" />
+ 	</target>
+ 
+-	<target name="build" depends="applyPatches,symlinkDeps,bootstrap,compilelibs" unless="build.complete">
++	<target name="prebootstrap" depends="symlinkDeps">
++		<mkdir dir="${basedir}/temp/" />
++		<javac destdir="${basedir}/temp"
++			srcdir="${buildDirectory}/plugins/org.eclipse.jdt.ui/jar in jar loader/"
++			source="1.3"
++			target="1.1"
++			debug="true"
++			optimize="true"
++			fork="true"
++			compiler="modern" />
++		<zip destfile="${buildDirectory}/plugins/org.eclipse.jdt.ui/jar-in-jar-loader.zip"
++			basedir="${basedir}/temp/"/>
++		<delete dir="${basedir}/temp/"/>
++	</target>
++
++	<target name="build" depends="applyPatches,symlinkDeps,prebootstrap,bootstrap,compilelibs" unless="build.complete">
+ 		<echo message="build.xml:  eclipse.pdebuild.scripts = ${eclipse.pdebuild.scripts}" />
+ 		<java classname="org.eclipse.equinox.launcher.Main" fork="true" dir="${basedir}" failonerror="true">
+ 			<classpath>
diff --git a/debian/patches/series b/debian/patches/series
index 0519225..46f0db4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@ eclipse-manpage.patch
 pdebuild-script.patch
 pdebuild-path-copy-platform.patch
 symlink-system-files.patch
+compile-jarinjarloader.patch
diff --git a/eclipse/plugins/org.eclipse.jdt.ui/jar-in-jar-loader.zip b/eclipse/plugins/org.eclipse.jdt.ui/jar-in-jar-loader.zip
deleted file mode 100644
index bd5cbde..0000000
Binary files a/eclipse/plugins/org.eclipse.jdt.ui/jar-in-jar-loader.zip and /dev/null differ


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



More information about the pkg-java-commits mailing list