You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pubscribe-commits@ws.apache.org by jr...@apache.org on 2005/07/13 01:14:49 UTC

svn commit: r216043 - /webservices/pubscribe/trunk/src/template/build.xml

Author: jruzzi
Date: Tue Jul 12 16:14:48 2005
New Revision: 216043

URL: http://svn.apache.org/viewcvs?rev=216043&view=rev
Log:
made generic

Modified:
    webservices/pubscribe/trunk/src/template/build.xml

Modified: webservices/pubscribe/trunk/src/template/build.xml
URL: http://svn.apache.org/viewcvs/webservices/pubscribe/trunk/src/template/build.xml?rev=216043&r1=216042&r2=216043&view=diff
==============================================================================
--- webservices/pubscribe/trunk/src/template/build.xml (original)
+++ webservices/pubscribe/trunk/src/template/build.xml Tue Jul 12 16:14:48 2005
@@ -36,7 +36,7 @@
 
    <target name="generate"
            depends="init"
-           description="generate Axis service classes and XMLBeans types for a WSN WSDL">      
+           description="generate Axis service classes and XMLBeans types for a WSRF/WSN WSDL">      
      
      <property name="tmp.dir" location="${pubscribe.webapp.dir}/_tmp_" />
      <mkdir dir="${tmp.dir}" />