Author: saminda
Date: Mon Jan 21 06:31:55 2008
New Revision: 12644

Log:

fixed a build problem

Modified:
   trunk/wsas/java/modules/distribution/pom.xml

Modified: trunk/wsas/java/modules/distribution/pom.xml
==============================================================================
--- trunk/wsas/java/modules/distribution/pom.xml        (original)
+++ trunk/wsas/java/modules/distribution/pom.xml        Mon Jan 21 06:31:55 2008
@@ -496,13 +496,13 @@
                                 <echo message="################## Copy docs in 
the xdocs ####################"/>
                                 
                                 <copy todir="${dist.temp.dir}/docs">
-                                    <fileset dir="../documentation/site">
+                                    <fileset 
dir="../documentation/target/site">
                                         <exclude name="**/**.html"/>
                                     </fileset>
                                 </copy>
 
                                 <copy todir="${dist.temp.dir}/docs" 
filtering="on">
-                                    <fileset dir="../documentation/site">
+                                    <fileset 
dir="../documentation/target/site">
                                         <include name="**/**.html"/>
                                         <include name="**/**.css"/>
                                         <include name="**/**.xsl"/>

_______________________________________________
Wsas-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev

Reply via email to