[SCM] eclipse - Powerful IDE written in java - Debian package. branch, upstream-3.6, updated. c87c8524df271c61bd838a7b96c506efebfd8389
Benjamin Drung
bdrung-guest at alioth.debian.org
Sat Oct 2 15:27:57 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, upstream-3.6 has been updated
via c87c8524df271c61bd838a7b96c506efebfd8389 (commit)
from 088de2fb40b252d6360b9b4efd2352306a060dbe (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 ++++++
build.properties | 6 +++---
build.xml | 6 +++---
pdebuild.properties | 6 +++---
4 files changed, 15 insertions(+), 9 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 919b7f5..c72cfdb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-10-02 Alexander Kurtakov <akurtako at redhat.com>
+
+ * build.properties: Update for 3.6.1.
+ * build.xml: Better fail messages.
+ * pdebuild.properties: Update for 3.6.1
+
2010-10-01 Alexander Kurtakov <akurtako at redhat.com>
Update buildSDKSource.sh for 3.6.1 release. (Chris Aniszczyk bz#326597)
* patches/eclipse-removeSkipMapsCheck.patch: New file.
diff --git a/build.properties b/build.properties
index b8dc287..77c0ccf 100644
--- a/build.properties
+++ b/build.properties
@@ -1,9 +1,9 @@
#baseLocation=${basedir}/bootstrap
# Note: this is also in pdebuild.properties
-buildId=I20100608-0911
+buildId=M20100909-0800
buildTag=vI20100603-1500
-label=3.6.0
-testsBuildLabel=3.6.0
+label=3.6.1
+testsBuildLabel=3.6.1
testframework=org.eclipse.test_3.3.0
p2.director.version=${testsBuildLabel}
testsBuildId=v20100211
diff --git a/build.xml b/build.xml
index 152a5f1..f88d145 100644
--- a/build.xml
+++ b/build.xml
@@ -139,15 +139,15 @@
</target>
<target name="fetch" unless="sdkSourceTarballPresent">
- <fail message="SDK source tarball is not present. Please either download a file such as eclipse-I20090611-1540-fetched-src.tar.bz2 from http://www.eclipse.org/downloads/download.php?file=/technology/linuxtools/eclipse-build or generate one by running ./buildSDKSource.sh." />
+ <fail message="SDK source tarball is not present. Please either download a file such as eclipse-3.6.1-src.tar.bz2 from http://www.eclipse.org/downloads/download.php?file=/technology/linuxtools/eclipse-build or generate one by running ./buildSDKSource.sh." />
</target>
<target name="fetchTestSources" unless="testsSourcePresent">
- <fail message="SDK tests source tarball is not present. Please either download a file such as eclipse-sdktests-I20090611-1540-fetched-src.tar.bz2 from http://www.eclipse.org/downloads/download.php?file=/technology/linuxtools/eclipse-build or generate one by running ./buildSDKSource.sh." />
+ <fail message="SDK tests source tarball is not present. Please either download a file such as eclipse-sdktests-3.6.1-sources.tar.bz2 from http://www.eclipse.org/downloads/download.php?file=/technology/linuxtools/eclipse-build or generate one by running ./buildSDKSource.sh." />
</target>
<target name="fetchTestScripts" unless="testsScriptsPresent">
- <fail message="Scripts for the SDK tests tarball is not present. Please either download a file such as eclipse-sdktests-I20090611-1540-fetched-scripts.tar.bz2 from http://www.eclipse.org/downloads/download.php?file=/technology/linuxtools/eclipse-build or generate one by running ./buildSDKSource.sh." />
+ <fail message="Scripts for the SDK tests tarball is not present. Please either download a file such as eclipse-sdktests-3.6.1-scripts.tar.bz2 from http://www.eclipse.org/downloads/download.php?file=/technology/linuxtools/eclipse-build or generate one by running ./buildSDKSource.sh." />
</target>
<target name="extractBuildXmls" if="scriptsPresent">
diff --git a/pdebuild.properties b/pdebuild.properties
index ead1e12..f44dd5c 100644
--- a/pdebuild.properties
+++ b/pdebuild.properties
@@ -2,9 +2,9 @@ buildArch=x86
ws=gtk
os=linux
-buildId=M20100211-1343
-buildTag=vM20100211-1343
-label=3.6.0
+buildId=M20100909-0800
+buildTag=M20100909-0800
+label=3.6.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
hooks/post-receive
--
eclipse - Powerful IDE written in java - Debian package.
More information about the pkg-java-commits
mailing list