[jboss-cvs] JBossAS SVN: r107370 - projects/jboss-jca/branches/performance/servers.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 4 03:13:02 EDT 2010


Author: jeff.zhang
Date: 2010-08-04 03:13:01 -0400 (Wed, 04 Aug 2010)
New Revision: 107370

Modified:
   projects/jboss-jca/branches/performance/servers/build.xml
Log:
[JBJCA-386] rename directory down to downloads

Modified: projects/jboss-jca/branches/performance/servers/build.xml
===================================================================
--- projects/jboss-jca/branches/performance/servers/build.xml	2010-08-04 07:08:42 UTC (rev 107369)
+++ projects/jboss-jca/branches/performance/servers/build.xml	2010-08-04 07:13:01 UTC (rev 107370)
@@ -64,16 +64,16 @@
        Target: download-servers
        ================================= -->
   <target name="download-servers">
-    <mkdir dir="${root.dir}/down"/>
+    <mkdir dir="${root.dir}/downloads"/>
     <get src="http://sourceforge.net/projects/jboss/files/JBoss/JBoss-${jbossas.6.version}/jboss-as-distribution-${jbossas.6.file}.zip/download" 
-         dest="${root.dir}/down/jboss-${jbossas.6.version}.zip" skipexisting="true"/>
+         dest="${root.dir}/downloads/jboss-${jbossas.6.version}.zip" skipexisting="true"/>
     <get src="http://sourceforge.net/projects/jboss/files/JBoss/JBoss-${jbossas.5.version}/jboss-${jbossas.5.version}.zip/download" 
-         dest="${root.dir}/down/jboss-${jbossas.5.version}.zip" skipexisting="true"/>
+         dest="${root.dir}/downloads/jboss-${jbossas.5.version}.zip" skipexisting="true"/>
     <get src="http://sourceforge.net/projects/jboss/files/JBoss/JBoss-${jbossas.4.version}/jboss-${jbossas.4.version}.zip/download" 
-         dest="${root.dir}/down/jboss-${jbossas.4.version}.zip" skipexisting="true"/>
+         dest="${root.dir}/downloads/jboss-${jbossas.4.version}.zip" skipexisting="true"/>
 
     <get src="http://sourceforge.net/projects/jboss/files/IronJacamar/${ironjacamar.version}/ironjacamar-${ironjacamar.version}.zip/download" 
-         dest="${root.dir}/down/ironjacamar-${ironjacamar.version}.zip" skipexisting="true"/>
+         dest="${root.dir}/downloads/ironjacamar-${ironjacamar.version}.zip" skipexisting="true"/>
   </target>
 
   <!-- ================================= 
@@ -90,19 +90,19 @@
   </target>
 
   <target name="unzip-as6" depends="exist-servers" unless="exist.as6">
-    <unzip src="${root.dir}/down/jboss-${jbossas.6.version}.zip" dest="${root.dir}/servers/jbas-${jbossas.6.version}"/>
+    <unzip src="${root.dir}/downloads/jboss-${jbossas.6.version}.zip" dest="${root.dir}/servers/jbas-${jbossas.6.version}"/>
   </target>
 
   <target name="unzip-as5" depends="exist-servers" unless="exist.as5">
-    <unzip src="${root.dir}/down/jboss-${jbossas.5.version}.zip" dest="${root.dir}/servers/jbas-${jbossas.5.version}"/>
+    <unzip src="${root.dir}/downloads/jboss-${jbossas.5.version}.zip" dest="${root.dir}/servers/jbas-${jbossas.5.version}"/>
   </target>
 
   <target name="unzip-as4" depends="exist-servers" unless="exist.as4">
-    <unzip src="${root.dir}/down/jboss-${jbossas.4.version}.zip" dest="${root.dir}/servers/jbas-${jbossas.4.version}"/>
+    <unzip src="${root.dir}/downloads/jboss-${jbossas.4.version}.zip" dest="${root.dir}/servers/jbas-${jbossas.4.version}"/>
   </target>
 
   <target name="unzip-jbjca" depends="exist-servers" unless="exist.jca.1">
-    <unzip src="${root.dir}/down/ironjacamar-${ironjacamar.version}.zip" dest="${root.dir}/servers/jbjca-${ironjacamar.version}"/>
+    <unzip src="${root.dir}/downloads/ironjacamar-${ironjacamar.version}.zip" dest="${root.dir}/servers/jbjca-${ironjacamar.version}"/>
   </target>
 
   <target name="copy-jbjca-daily" depends="exist-servers" unless="exist.jca.d" if="exist.jca.sjc">



More information about the jboss-cvs-commits mailing list