Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Goubet2013-04-24 08:08:08 +0000
committerLaurent Goubet2013-04-24 08:15:06 +0000
commitfe6c165eb1ea418d8422654f143ec39198ad97be (patch)
tree8bca2706aa0aecd9665338482bcc0aa78747ec6b /packaging
parentac4cd20590fb90792c53b869f9ef74b2f63bb04e (diff)
downloadorg.eclipse.emf.compare-fe6c165eb1ea418d8422654f143ec39198ad97be.tar.gz
org.eclipse.emf.compare-fe6c165eb1ea418d8422654f143ec39198ad97be.tar.xz
org.eclipse.emf.compare-fe6c165eb1ea418d8422654f143ec39198ad97be.zip
revert promoter
Diffstat (limited to 'packaging')
-rw-r--r--packaging/org.eclipse.emf.compare.update/promoter.xml26
1 files changed, 7 insertions, 19 deletions
diff --git a/packaging/org.eclipse.emf.compare.update/promoter.xml b/packaging/org.eclipse.emf.compare.update/promoter.xml
index 8b1459b4b..f673219b1 100644
--- a/packaging/org.eclipse.emf.compare.update/promoter.xml
+++ b/packaging/org.eclipse.emf.compare.update/promoter.xml
@@ -137,28 +137,16 @@ $${thirdPartyJarsDir}/ant-contrib.jar = ${thirdPartyJarsDir}/ant-contri
</target>
<target name="main" depends="init,load.properties,init.properties">
- <property name="build.drop.directory" location="${downloads.area}/downloads/drops/${version}/${build.qualifier}" />
-
- <if>
- <available file="${build.drop.directory}" type="dir" />
- <then>
- <antcall target="-exit.build" />
- </then>
- <else>
- <!-- publish into drops ( Zips ) -->
- <antcall target="-publish.build.drops" inheritall="true" />
-
- <!-- publish p2 repository -->
- <antcall target="-publish.build.repository" inheritall="true" />
- </else>
- </if>
- </target>
-
- <target name="exit.promoter">
- <echo message="Nothing to promote." />
+ <!-- publish into drops ( Zips ) -->
+ <antcall target="-publish.build.drops" inheritall="true" />
+
+ <!-- publish p2 repository -->
+ <antcall target="-publish.build.repository" inheritall="true" />
</target>
<target name="-publish.build.drops">
+ <property name="build.drop.directory" location="${downloads.area}/downloads/drops/${version}/${build.qualifier}" />
+
<delete dir="${build.drop.directory}" />
<mkdir dir="${build.drop.directory}" />

Back to the top