[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master-3.6, updated. eclipse-ppa/maverick-154-gcc886b7

Benjamin Drung bdrung-guest at alioth.debian.org
Tue Jul 27 21:31:32 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-3.6 has been updated
       via  cc886b71ad448269f4a1f016f756425d6714d260 (commit)
       via  d57ae342b6d4013ff6ef79c155d8fd56c338b702 (commit)
      from  53d2849094b89b925c3ce585c01a6091c93914ac (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 cc886b71ad448269f4a1f016f756425d6714d260
Merge: 53d2849 d57ae34
Author: Benjamin Drung <bdrung at ubuntu.com>
Date:   Tue Jul 27 23:04:28 2010 +0200

    Merge branch 'upstream-3.6' into master-3.6

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

Summary of changes:
 ChangeLog    |    7 +++++++
 build.xml    |   14 ++++++++++++--
 pdebuild.xml |    4 ++--
 3 files changed, 21 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 0381055..49a4875 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-07-27  Andrew Overholt  <overholt at redhat.com>
+
+	Bug #320328
+
+	* pdebuild.xml: Use ${label} instead of hard-coding "3.5.0".
+	* build.xml: Use PDE Build of built SDK to build SDK tests.
+
 2010-07-19  Andrew Overholt  <overholt at redhat.com>
 
 	Bug #319110
diff --git a/build.xml b/build.xml
index 0c44879..72c775c 100644
--- a/build.xml
+++ b/build.xml
@@ -395,12 +395,22 @@
 	-->
 
 	<target name="buildTests" depends="provision.sdk,applyTestPatches" unless="testsbuild.complete">
+		<property name="eclipse.pdebuild.scripts" value="${basedir}/bootstrap/plugins/org.eclipse.pde.build/scripts" />
+		
+		<path id="pdebuilddir.id">
+		    <dirset dir="${buildDirectory}/installation/plugins">
+		        <include name="org.eclipse.pde.build_*"/>
+		     </dirset>
+		</path>
+
+		<property name="pdebuilddir" refid="pdebuilddir.id"/>
+		
 		<!-- Test framework -->
 		<exec executable="${buildDirectory}/installation/eclipse">
 			<arg line="-nosplash " />
 			<arg line="-consolelog " />
 			<arg line="-application org.eclipse.ant.core.antRunner " />
-			<arg line="-buildfile ${eclipse.pdebuild.scripts}/build.xml" />
+			<arg line="-buildfile ${pdebuilddir}/scripts/build.xml" />
 			<arg line="-propertyfile ${basedir}/build.properties " />
 			<arg line="-DbuildDirectory=${testsBuildDirectory} " />
 			<arg line="-Dtype=feature -Did=org.eclipse.test " />
@@ -413,7 +423,7 @@
 			<arg line="-nosplash " />
 			<arg line="-consolelog " />
 			<arg line="-application org.eclipse.ant.core.antRunner " />
-			<arg line="-buildfile ${eclipse.pdebuild.scripts}/build.xml" />
+			<arg line="-buildfile ${pdebuilddir}/scripts/build.xml" />
 			<arg line="-propertyfile ${basedir}/build.properties " />
 			<arg line="-DbuildDirectory=${testsBuildDirectory} " />
 			<arg line="-Dtype=feature -Did=org.eclipse.sdk.tests " />
diff --git a/pdebuild.xml b/pdebuild.xml
index d585267..87f0584 100644
--- a/pdebuild.xml
+++ b/pdebuild.xml
@@ -351,9 +351,9 @@
 		</delete>
 		<!-- osgi can only be found if _ is in name -->
 		<symlink action="delete"
-		         link="bootstrap/plugins/org.eclipse.osgi_3.5.0.jar"
+		         link="bootstrap/plugins/org.eclipse.osgi_${label}.jar"
 		         failonerror="false" />
-		<symlink link="bootstrap/plugins/org.eclipse.osgi_3.5.0.jar"
+		<symlink link="bootstrap/plugins/org.eclipse.osgi_${label}.jar"
 		         resource="org.eclipse.osgi.jar"
 		         overwrite="true" />
 	</target>


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



More information about the pkg-java-commits mailing list