[wsas-java-dev] svn commit r428 - in wsas/java/trunk: . modules/distribution/common

svn at wso2.com svn at wso2.com
Mon Jan 15 07:05:32 PST 2007


Author: saminda
Date: Mon Jan 15 07:05:23 2007
New Revision: 428

Modified:
   wsas/java/trunk/modules/distribution/common/pom.xml
   wsas/java/trunk/pom.xml
Log:
fixes to the build 


Modified: wsas/java/trunk/modules/distribution/common/pom.xml
==============================================================================
--- wsas/java/trunk/modules/distribution/common/pom.xml	(original)
+++ wsas/java/trunk/modules/distribution/common/pom.xml	Mon Jan 15 07:05:23 2007
@@ -257,17 +257,11 @@
                                             <fileset dir="../../core/bin">
                                                 <exclude name="**/*.bat"/>
                                             </fileset>
-                                            <fileset dir="../../wsf-common-tools/bin">
-                                                <exclude name="**/*.bat"/>
-                                            </fileset>
                                         </copy>
                                         <copy todir="${dist.temp.dir}/bin">
                                             <fileset dir="../../core/bin">
                                                 <include name="**/*.bat"/>
                                             </fileset>
-                                            <fileset dir="../../wsf-common-tools/bin">
-                                                <include name="**/*.bat"/>
-                                            </fileset>
                                         </copy>
 
                                         <!--copy samples in to the dist -->

Modified: wsas/java/trunk/pom.xml
==============================================================================
--- wsas/java/trunk/pom.xml	(original)
+++ wsas/java/trunk/pom.xml	Mon Jan 15 07:05:23 2007
@@ -732,6 +732,7 @@
                 <plugins>
                     <!-- Customize clean plugin for WSAS-->
                     <plugin>
+                        <inherited>false</inherited>
                         <artifactId>maven-clean-plugin</artifactId>
                         <version>2.1</version>
                         <configuration>




More information about the Wsas-java-dev mailing list