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

Benjamin Drung bdrung-guest at alioth.debian.org
Thu Oct 1 13:09:30 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  310937f81dc81e9753b49f0894daba5b557e646f (commit)
       via  eca86e5d5a36a045534327414ee44f0483a4f263 (commit)
      from  6cfeeb5c7e9a7bf227ef8d0ffc63b897d13bf34b (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 310937f81dc81e9753b49f0894daba5b557e646f
Merge: 6cfeeb5c7e9a7bf227ef8d0ffc63b897d13bf34b eca86e5d5a36a045534327414ee44f0483a4f263
Author: Benjamin Drung <bdrung at ubuntu.com>
Date:   Thu Oct 1 15:09:23 2009 +0200

    Merge branch 'upstream'

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

Summary of changes:
 ChangeLog           |    9 +++++++++
 pdebuild.properties |    3 ++-
 pdebuild.xml        |    4 ++--
 3 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6f7ba77..ae472e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-10-01  Alexander Kurtakov  <akurtako at redhat.com>
+
+	* pdebuild.xml: Use buildTag variable instead of hard-coded value.
+	
+2009-10-01  Alexander Kurtakov  <akurtako at redhat.com>
+
+	* pdebuild.properties: Sync buildId and buildTag with build.properties.
+	* pdebuild.xml: Likewise.
+
 2009-09-30  Alexander Kurtakov  <akurtako at redhat.com>
 
 	* build.properties: Separate buildId and buildTag.
diff --git a/pdebuild.properties b/pdebuild.properties
index 45d8075..46e8fc2 100644
--- a/pdebuild.properties
+++ b/pdebuild.properties
@@ -2,7 +2,8 @@ buildArch=x86
 ws=gtk
 os=linux
 
-buildId=I20090611-1540
+buildId=M20090917-0800
+buildTag=R3_5_1
 bootclasspath=/usr/lib/jvm/java/jre/lib/rt.jar:/usr/lib/jvm/java/jre/lib/jce.jar:/usr/lib/jvm/default-java/jre/lib/rt.jar:/usr/lib/jvm/default-java/jre/lib/jce.jar
 #build.compiler=org.eclipse.jdt.core.JDTCompilerAdapter
 
diff --git a/pdebuild.xml b/pdebuild.xml
index 32dda09..8821e36 100644
--- a/pdebuild.xml
+++ b/pdebuild.xml
@@ -1,6 +1,6 @@
 <project name="Pdebuild bootstrap" default="cleanBuild" basedir=".">
 	<property file="pdebuild.properties" />
-	<property name="sdkSource" value="build/eclipse-${buildId}-fetched-src" />
+	<property name="sdkSource" value="build/eclipse-${buildTag}-fetched-src" />
 	<target name="cleanBuild" depends="clean,zipPlugins2"/>
 	<!-- Order in this filelist is critical for building !!! -->
 	<filelist id="depsDirs" dir="${sdkSource}/plugins">
@@ -158,7 +158,7 @@
 		</pathconvert>
 
 		<eclipse.buildScript elements="${plugins}"
-		                     builddirectory="../build/eclipse-I20090611-1540-fetched-src" />
+		                     builddirectory="../build/eclipse-${buildTag}-fetched-src" />
 	</target>
 	<target name="bootstrap">
 		<echo message="bootclasspath=${CDC-1.1/Foundation-1.1}"/>


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



More information about the pkg-java-commits mailing list