Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Taal2013-10-26 20:51:15 +0000
committerMartin Taal2013-10-26 20:51:15 +0000
commitf85e4cd306da315af91cf511a9622b32c96f6010 (patch)
tree4ff1e999489816792723f83712bd9e049d45819f
parent1851849f3de46b43229efc02bbb2e0157b54dfeb (diff)
downloadorg.eclipse.emf.teneo-f85e4cd306da315af91cf511a9622b32c96f6010.tar.gz
org.eclipse.emf.teneo-f85e4cd306da315af91cf511a9622b32c96f6010.tar.xz
org.eclipse.emf.teneo-f85e4cd306da315af91cf511a9622b32c96f6010.zip
Changes for Hibernate 4.2.7.SP1
-rwxr-xr-xbuild/org.eclipse.emf.teneo.releng.buckminster/buckminster.properties2
-rwxr-xr-xbuild/org.eclipse.emf.teneo.releng.buckminster/build.xml2
-rwxr-xr-xbuild/org.eclipse.emf.teneo.releng.buckminster/build/xsl/content2html.xsl2
3 files changed, 3 insertions, 3 deletions
diff --git a/build/org.eclipse.emf.teneo.releng.buckminster/buckminster.properties b/build/org.eclipse.emf.teneo.releng.buckminster/buckminster.properties
index 0a40b4706..a23bc83df 100755
--- a/build/org.eclipse.emf.teneo.releng.buckminster/buckminster.properties
+++ b/build/org.eclipse.emf.teneo.releng.buckminster/buckminster.properties
@@ -35,5 +35,5 @@ signing.type=eclipse.local
teneo.download.area=/home/data/httpd/download.eclipse.org/modeling/emf/teneo
buckminster.p2.site=http://download.eclipse.org/tools/buckminster/headless-4.2
director.url=http://download.eclipse.org/tools/buckminster/products/director_latest.zip
-thirdparty.url=http://www.elver.org/eclipse/2.0.0/update/teneotexodeps.zip
+thirdparty.url=http://www.elver.org/eclipse/2.1.0/update/teneotexodeps.zip
#eclipse.staging.area=${env.HUDSON_HOME}/jobs/${env.JOB_NAME}/signing
diff --git a/build/org.eclipse.emf.teneo.releng.buckminster/build.xml b/build/org.eclipse.emf.teneo.releng.buckminster/build.xml
index e9bca3e44..48391bc9c 100755
--- a/build/org.eclipse.emf.teneo.releng.buckminster/build.xml
+++ b/build/org.eclipse.emf.teneo.releng.buckminster/build.xml
@@ -52,7 +52,7 @@ http://dev.eclipse.org/viewsvn/index.cgi/trunk/org.eclipse.buckminster.releng/bu
<isset property="env.BUILDTYPE" />
</condition>
- <condition property="teneo.version" value="${env.VERSION}" else="2.0.0">
+ <condition property="teneo.version" value="${env.VERSION}" else="2.1.0">
<isset property="env.VERSION" />
</condition>
diff --git a/build/org.eclipse.emf.teneo.releng.buckminster/build/xsl/content2html.xsl b/build/org.eclipse.emf.teneo.releng.buckminster/build/xsl/content2html.xsl
index 5fe86a07d..1c916a701 100755
--- a/build/org.eclipse.emf.teneo.releng.buckminster/build/xsl/content2html.xsl
+++ b/build/org.eclipse.emf.teneo.releng.buckminster/build/xsl/content2html.xsl
@@ -29,7 +29,7 @@
<br />
Some EMF Teneo plugins require third party drivers from the
following update site:
- <a href="http://www.elver.org/eclipse/2.0.0/update/">Teneo/Texo dependencies</a>
+ <a href="http://www.elver.org/eclipse/2.1.0/update/">Teneo/Texo dependencies</a>
.
<br />
<br />

Back to the top