Author: thomas.diesler(a)jboss.com
Date: 2007-05-19 11:48:49 -0400 (Sat, 19 May 2007)
New Revision: 3148
Modified:
trunk/jbossws-core/ant-import/build-release.xml
Log:
Fix component-info.xml
Modified: trunk/jbossws-core/ant-import/build-release.xml
===================================================================
--- trunk/jbossws-core/ant-import/build-release.xml 2007-05-19 15:35:46 UTC (rev 3147)
+++ trunk/jbossws-core/ant-import/build-release.xml 2007-05-19 15:48:49 UTC (rev 3148)
@@ -31,7 +31,7 @@
<include name="jbossws-resources.zip"/>
</fileset>
</copy>
- <copy
tofile="${jboss.repository.dir}/jbossws/${repository.id}/component-info.xml"
file="${core.etc.dir}/component-info.xml" filtering="true"
overwrite="true">
+ <copy
tofile="${jboss.repository.dir}/jbossws/${repository.id}/component-info.xml"
file="${core.output.etc.dir}/component-info.xml" filtering="true"
overwrite="true">
<filterset>
<filtersfile file="${build.dir}/version.properties"/>
</filterset>
Show replies by date