Author: mmerz
Date: Sat May 14 13:58:38 2005
New Revision: 170167

URL: http://svn.apache.org/viewcvs?rev=170167&view=rev
Log:
Fixed the error in the annotation path setting.

Contributor: Daryoush Mehrtash

Modified:
    incubator/beehive/trunk/samples/controls-webservices-blank/build.xml

Modified: incubator/beehive/trunk/samples/controls-webservices-blank/build.xml
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/controls-webservices-blank/build.xml?rev=170167&r1=170166&r2=170167&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/controls-webservices-blank/build.xml 
(original)
+++ incubator/beehive/trunk/samples/controls-webservices-blank/build.xml Sat 
May 14 13:58:38 2005
@@ -118,7 +118,7 @@
                        <arg line="-gen_root ${gen.source.dir} 
                        -wsdl ${schema.dir}
                        -pkg ${my.service.control.package}
-                       -wsdl_path_annotation ${basedir}" />
+                       -wsdl_path_annotation ." />
                </java>
 
                <!-- have the wsdls, in the same dir as the jcx files -->


Reply via email to