You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2007/03/30 09:54:08 UTC

svn commit: r523981 - in /webservices/axis2/branches/java/1_2/modules/tool: axis2-eclipse-codegen-plugin/build.xml axis2-eclipse-service-plugin/build.xml

Author: sandakith
Date: Fri Mar 30 00:54:07 2007
New Revision: 523981

URL: http://svn.apache.org/viewvc?view=rev&rev=523981
Log:
clean the ant build, related to Axis2 2072

Modified:
    webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-codegen-plugin/build.xml
    webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-service-plugin/build.xml

Modified: webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-codegen-plugin/build.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-codegen-plugin/build.xml?view=diff&rev=523981&r1=523980&r2=523981
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-codegen-plugin/build.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-codegen-plugin/build.xml Fri Mar 30 00:54:07 2007
@@ -202,17 +202,21 @@
     		</classpath>	
 	</javac>
 	
-	<!-- create the Axis2CodegenWizard.jar -->
+	<!--Make available the resources for the plugin -->
         <copy todir="${codegen.plugin.output.dir}/class">
             <fileset dir="${codegen.output.dir}/${source.dir.name}" >
 		<include name="**/Codegen.properties" />
+		<exclude name="**/*.class" />
 	    </fileset>
         </copy>
       
+	<!-- create the Axis2CodegenWizard.jar -->
         <jar destfile="${codegen.plugin.output.dir}/Axis2CodegenWizard.jar" 
 	       basedir="${codegen.plugin.output.dir}/class"
            includes="org/apache/**"
           />
+	<delete dir="${codegen.plugin.output.dir}/src"></delete>
+	<delete dir="${codegen.plugin.output.dir}/class"></delete>
     </target>
 
     <!--Install the codegen plugin -->

Modified: webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-service-plugin/build.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-service-plugin/build.xml?view=diff&rev=523981&r1=523980&r2=523981
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-service-plugin/build.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-service-plugin/build.xml Fri Mar 30 00:54:07 2007
@@ -184,17 +184,21 @@
     		</classpath>	
 	</javac>
 	
-	<!-- create the Axis2_Service_Archiver.jar -->
+	<!--Make available the resources for the plugin -->
           <copy todir="${service.plugin.output.dir}/class">
             <fileset dir="${service.output.dir}/${source.dir.name}" >
                 <include name="**/ServiceResources.properties" />
+		<exclude name="**/*.class" />
             </fileset>
           </copy>
 
-	  <jar destfile="${service.plugin.output.dir}/Axis2_Service_Archiver.jar" 
+          <!-- create the Axis2_Service_Archiver.jar -->
+	  <jar destfile="${service.plugin.output.dir}/Axis_Service_Archiver.jar" 
 	       basedir="${service.plugin.output.dir}/class"
            includes="org/apache/**"
           />
+	<delete dir="${service.plugin.output.dir}/src"></delete>
+	<delete dir="${service.plugin.output.dir}/class"></delete>
     </target>
 
     <!--Install the service plugin -->



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org