Author: thomas.diesler(a)jboss.com
Date: 2007-11-20 12:25:19 -0500 (Tue, 20 Nov 2007)
New Revision: 5086
Modified:
stack/native/tags/jbossws-native-2.0.2.GA/ant-import/build-release.xml
Log:
Fix: warn-svn-externals
Modified: stack/native/tags/jbossws-native-2.0.2.GA/ant-import/build-release.xml
===================================================================
--- stack/native/tags/jbossws-native-2.0.2.GA/ant-import/build-release.xml 2007-11-20
17:22:07 UTC (rev 5085)
+++ stack/native/tags/jbossws-native-2.0.2.GA/ant-import/build-release.xml 2007-11-20
17:25:19 UTC (rev 5086)
@@ -112,7 +112,7 @@
<xmlproperty file="${core.dir}/output/svn-info.xml"/>
<condition property="framework.externals.ok">
<or>
- <contains string="${info.entry.url}"
substring="https://svn.jboss.org/repos/jbossws/framework/tags"/...
+ <contains string="${info.entry.url}"
substring="jbossws/framework/tags"/>
<equals arg1="${repository.id}" arg2="snapshot"/>
</or>
</condition>