|
@@ -19,7 +19,7 @@
|
|
|
<!-- scp settings for publishing udpdate site -->
|
|
|
<promotionTarget>indigo/integration</promotionTarget>
|
|
|
<promotionSource>http://builds.itemis.de/urlToCIJob/lastSuccessfulBuild</promotionSource>
|
|
|
- <updateSiteUrl>http://updates.yakindu.com/${promotionTarget}</updateSiteUrl>
|
|
|
+ <updateSiteUrl>http://updates.yakindu.org/${promotionTarget}</updateSiteUrl>
|
|
|
<local.update.site>${project.build.directory}/local-update-site</local.update.site>
|
|
|
<tycho.extras.version>0.16.0</tycho.extras.version>
|
|
|
|
|
@@ -79,7 +79,7 @@
|
|
|
<taskdef resource="net/sf/antcontrib/antlib.xml"
|
|
|
classpathref="maven.plugin.classpath" />
|
|
|
<property name="download.distro.src"
|
|
|
- value="${eclipse.mirror.url}/technology/epp/downloads/release/juno/SR2" />
|
|
|
+ value="${eclipse.mirror.url}/technology/epp/downloads/release/kepler/R" />
|
|
|
<property name="download.distro.dir"
|
|
|
value="${project.build.directory}/distro/download" />
|
|
|
|
|
@@ -110,7 +110,7 @@
|
|
|
</and>
|
|
|
<then>
|
|
|
<propertyregex property="distro.src.filename"
|
|
|
- input="eclipse-java-juno-SR2-win32.zip" override="true"
|
|
|
+ input="eclipse-java-kepler-R-win32.zip" override="true"
|
|
|
regexp="(.*)" select="\1" casesensitive="false" />
|
|
|
</then>
|
|
|
</if>
|
|
@@ -122,7 +122,7 @@
|
|
|
</and>
|
|
|
<then>
|
|
|
<propertyregex property="distro.src.filename"
|
|
|
- input="eclipse-java-juno-SR2-win32-x86_64.zip" override="true"
|
|
|
+ input="eclipse-java-kepler-R-win32-x86_64.zip" override="true"
|
|
|
regexp="(.*)" select="\1" casesensitive="false" />
|
|
|
</then>
|
|
|
</if>
|
|
@@ -134,7 +134,7 @@
|
|
|
</and>
|
|
|
<then>
|
|
|
<propertyregex property="distro.src.filename"
|
|
|
- input="eclipse-java-juno-SR2-linux-gtk-x86_64.tar.gz"
|
|
|
+ input="eclipse-java-kepler-R-linux-gtk-x86_64.tar.gz"
|
|
|
override="true" regexp="(.*)" select="\1" casesensitive="false" />
|
|
|
</then>
|
|
|
</if>
|
|
@@ -146,7 +146,7 @@
|
|
|
</and>
|
|
|
<then>
|
|
|
<propertyregex property="distro.src.filename"
|
|
|
- input="eclipse-java-juno-SR2-linux-gtk.tar.gz" override="true"
|
|
|
+ input="eclipse-java-kepler-R-linux-gtk.tar.gz" override="true"
|
|
|
regexp="(.*)" select="\1" casesensitive="false" />
|
|
|
</then>
|
|
|
</if>
|
|
@@ -158,7 +158,7 @@
|
|
|
</and>
|
|
|
<then>
|
|
|
<propertyregex property="distro.src.filename"
|
|
|
- input="eclipse-java-juno-SR2-macosx-cocoa-x86_64.tar.gz"
|
|
|
+ input="eclipse-java-kepler-R-macosx-cocoa-x86_64.tar.gz"
|
|
|
override="true" regexp="(.*)" select="\1" casesensitive="false" />
|
|
|
</then>
|
|
|
</if>
|
|
@@ -244,7 +244,7 @@
|
|
|
override="true" regexp="([^,]*)-([^\,]*)-([^\,]*)" select="\3"
|
|
|
casesensitive="false" />
|
|
|
<echo>mkdir ${distro.dir} for
|
|
|
- yakindu-sct-juno-SR2-${distro.os}-${distro.ws}-${distro.arch}.zip</echo>
|
|
|
+ yakindu-sct-kepler-R-${distro.os}-${distro.ws}-${distro.arch}.zip</echo>
|
|
|
<mkdir dir="${distro.dir}" />
|
|
|
|
|
|
<if>
|
|
@@ -255,14 +255,14 @@
|
|
|
<exec dir="${distro.work.dir}/@{environment}"
|
|
|
executable="zip">
|
|
|
<arg
|
|
|
- line="-q -r ${distro.dir}/yakindu-sct-juno-SR2-${distro.os}-${distro.ws}-${distro.arch}.zip eclipse" />
|
|
|
+ line="-q -r ${distro.dir}/yakindu-sct-kepler-R-${distro.os}-${distro.ws}-${distro.arch}.zip eclipse" />
|
|
|
</exec>
|
|
|
</then>
|
|
|
<else>
|
|
|
<exec dir="${distro.work.dir}/@{environment}"
|
|
|
executable="tar">
|
|
|
<arg
|
|
|
- line="-czf ${distro.dir}/yakindu-sct-juno-SR2-${distro.os}-${distro.ws}-${distro.arch}.tar.gz eclipse" />
|
|
|
+ line="-czf ${distro.dir}/yakindu-sct-kepler-R-${distro.os}-${distro.ws}-${distro.arch}.tar.gz eclipse" />
|
|
|
</exec>
|
|
|
</else>
|
|
|
</if>
|