Author: nickboldt
Date: 2010-05-27 11:47:46 -0400 (Thu, 27 May 2010)
New Revision: 22377
Modified:
trunk/build/build.xml
Log:
lowercase the prefix on update site zips so they're consistent w/ the other ones
Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml 2010-05-27 15:47:31 UTC (rev 22376)
+++ trunk/build/build.xml 2010-05-27 15:47:46 UTC (rev 22377)
@@ -949,7 +949,7 @@
<equals arg1="@{COMPONENT}" arg2="site" />
<then>
<var name="destinationZip"
-
value="${WORKINGDIR}/(a){COMPONENT}/site/target/JBossTools-ALL-Update-SNAPSHOT.zip"
+
value="${WORKINGDIR}/(a){COMPONENT}/site/target/jbosstools-ALL-Update-SNAPSHOT.zip"
/>
</then>
<else>
@@ -964,7 +964,7 @@
</else>
</if>
<var name="destinationZip"
-
value="${WORKINGDIR}/(a){COMPONENT}/site/target/JBossTools-${COMPONENT.name}-Update-SNAPSHOT.zip"
+
value="${WORKINGDIR}/(a){COMPONENT}/site/target/jbosstools-${COMPONENT.name}-Update-SNAPSHOT.zip"
/>
</else>
</if>
@@ -979,7 +979,7 @@
<for param="updateZip">
<path>
- <fileset dir="${WORKINGDIR}/@{COMPONENT}"
includes="**/JBossTools*Update*.zip" />
+ <fileset dir="${WORKINGDIR}/@{COMPONENT}"
includes="**/jbosstools*Update*.zip" />
</path>
<sequential>
<propertyregex property="updateZip"
@@ -1095,7 +1095,7 @@
<equals arg1="${update.site.path}" arg2="site" />
<then>
<var name="destinationZip"
-
value="${WORKINGDIR}/${update.site.path}/target/JBossTools-ALL-Update-SNAPSHOT.zip"
+
value="${WORKINGDIR}/${update.site.path}/target/jbosstools-ALL-Update-SNAPSHOT.zip"
/>
</then>
<else>
@@ -1110,7 +1110,7 @@
</else>
</if>
<var name="destinationZip"
-
value="${WORKINGDIR}/${update.site.path}/target/JBossTools-${COMPONENT.name}-Update-SNAPSHOT.zip"
+
value="${WORKINGDIR}/${update.site.path}/target/jbosstools-${COMPONENT.name}-Update-SNAPSHOT.zip"
/>
</else>
</if>