Author: thomas.diesler(a)jboss.com
Date: 2007-12-07 10:15:18 -0500 (Fri, 07 Dec 2007)
New Revision: 5238
Modified:
stack/cxf/trunk/src/main/distro/bin-dist-build.xml
Log:
Fix typo
Modified: stack/cxf/trunk/src/main/distro/bin-dist-build.xml
===================================================================
--- stack/cxf/trunk/src/main/distro/bin-dist-build.xml 2007-12-07 15:12:04 UTC (rev 5237)
+++ stack/cxf/trunk/src/main/distro/bin-dist-build.xml 2007-12-07 15:15:18 UTC (rev 5238)
@@ -11,7 +11,7 @@
<!-- $Id: bin-dist-build.xml 4081 2007-08-02 09:23:17Z thomas.diesler(a)jboss.com $
-->
-<project default="main" basedir="."
name="JBossWS-cxf">
+<project default="main" basedir="."
name="JBossWS-CXF">
<!-- ================================================================== -->
<!-- Setup -->
@@ -21,7 +21,6 @@
<property name="bin.dir" value="${basedir}/bin"/>
<property name="docs.dir" value="${basedir}/docs"/>
<property name="lib.dir" value="${basedir}/lib"/>
- <property name="thirdparty.dir" value="${basedir}/lib"/>
<property name="tests.dir" value="${basedir}/tests"/>
<property name="tests.output.dir"
value="${basedir}/output"/>
Show replies by date