You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrf-dev@ws.apache.org by sc...@apache.org on 2005/05/20 22:46:01 UTC

svn commit: r171155 - in /incubator/apollo/trunk: maven.xml project.xml

Author: scamp
Date: Fri May 20 13:46:01 2005
New Revision: 171155

URL: http://svn.apache.org/viewcvs?rev=171155&view=rev
Log: (empty)

Modified:
    incubator/apollo/trunk/maven.xml
    incubator/apollo/trunk/project.xml

Modified: incubator/apollo/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/apollo/trunk/maven.xml?rev=171155&r1=171154&r2=171155&view=diff
==============================================================================
--- incubator/apollo/trunk/maven.xml (original)
+++ incubator/apollo/trunk/maven.xml Fri May 20 13:46:01 2005
@@ -27,7 +27,7 @@
 
   <preGoal name="java:compile">
       <javac srcdir="${maven.src.dir}/java" destdir="${maven.build.dest}" classpath="${java.home}/../lib/tools.jar">
-         <include name="org/apache/ws/util/i18n/ResourcePropertiesGeneratorDoclet.java" />
+         <include name="org/apache/ws/util/i18n/doclet/ResourcePropertiesGeneratorDoclet.java" />
       </javac>
   </preGoal>
 
@@ -113,7 +113,7 @@
   <!-- W A R : W E B A P P                                                -->
   <!-- P R E - G O A L                                                  -->
   <!-- ================================================================== -->
-  <preGoal name="war:webapp">
+  <preGoal name="war:init">
   	<!-- Delete the webapp dir if exists -->
   	<delete dir="${maven.war.webapp.dir}" />
   </preGoal>
@@ -125,7 +125,7 @@
   <postGoal name="war:webapp">
 
     <!-- Delete the Apollo classes that war:webapp copied into WEB-INF/classes/. -->
-    <delete><fileset dir="${maven.war.webapp.dir}/WEB-INF/classes" excludes="*.*, wsdl" /></delete>
+    <delete includeEmptyDirs="true"><fileset dir="${maven.war.webapp.dir}/WEB-INF/classes" excludes="*.*,**/QSWSDLHandler.class" /></delete>
 
     <!-- Delete empty WEB-INF/tld/ dir that war plugin created -->
     <delete dir="${maven.war.webapp.dir}/WEB-INF/tld" />    

Modified: incubator/apollo/trunk/project.xml
URL: http://svn.apache.org/viewcvs/incubator/apollo/trunk/project.xml?rev=171155&r1=171154&r2=171155&view=diff
==============================================================================
--- incubator/apollo/trunk/project.xml (original)
+++ incubator/apollo/trunk/project.xml Fri May 20 13:46:01 2005
@@ -93,8 +93,7 @@
       <artifactId>ant</artifactId>
       <version>1.6.2</version>
       <url>http://ant.apache.org/</url>
-      <properties>
-        <license>ApacheLicense-2.0.txt</license>
+      <properties>        
         <scope>compile-time-only</scope>
         <usage>Needed for various custom Tasks we've defined for updating a Wsdd and running WsdmWsdl2Java.</usage>
       </properties>
@@ -359,8 +358,7 @@
       <artifactId>servletapi</artifactId>
       <version>2.3</version>
       <url>http://java.sun.com/products/servlet/</url>
-      <properties>
-        <license>BinaryCodeLicense-ServletApi.txt</license>
+      <properties>        
         <scope>compile-time-only</scope>
         <usage>Needed to compile our servlet.</usage>
         <war.bundle>false</war.bundle>



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