Author: gdaniels
Date: Mon May 31 22:31:09 2010
New Revision: 949879
URL: http://svn.apache.org/viewvc?rev=949879&view=rev
Log:
Earlier change in R944301 apparently broke the Windows build? This fixes it
for me, feel free to edit if necessary.
Modified:
axis/axis2/java/core/trunk/modules/jaxws-integration/pom.xml
Modified: axis/axis2/java/core/trunk/modules/jaxws-integration/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/jaxws-integration/pom.xml?rev=949879&r1=949878&r2=949879&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/jaxws-integration/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/jaxws-integration/pom.xml Mon May 31
22:31:09 2010
@@ -458,7 +458,7 @@
</fileset>
</copy>
- <mkdir dir="./${servicejars.dir}"/>
+ <mkdir dir="${servicejars.dir}"/>
<!--
================================================================ -->
<!--- JAXWS services -->
<!--
================================================================ -->