[wsas-java-dev] svn commit r32 - in wsas/java/trunk: . modules/core/bin xdocs

svn at wso2.com svn at wso2.com
Thu Nov 30 10:36:23 PST 2006


Author: azeez
Date: Thu Nov 30 10:36:22 2006
New Revision: 32

Modified:
   wsas/java/trunk/maven.xml
   wsas/java/trunk/modules/core/bin/wso2wsas.bat
   wsas/java/trunk/xdocs/keys.html
Log:
fix for WSAS-134

Modified: wsas/java/trunk/maven.xml
==============================================================================
--- wsas/java/trunk/maven.xml	(original)
+++ wsas/java/trunk/maven.xml	Thu Nov 30 10:36:22 2006
@@ -1225,9 +1225,21 @@
         <ant:delete dir="${dist.dir.temp.war.www}"/>
 
         <ant:mkdir dir="${war.temp.dir}/docs"/>
-        <ant:copy todir="${war.temp.dir}/docs">
+        <ant:copy todir="${war.temp.dir}/docs" filtering="on">
             <ant:fileset dir="xdocs">
                 <ant:include name="**/*"/>
+                <exclude name="**/*.ico"/>
+                <exclude name="**/*.jpg"/>
+                <exclude name="**/*.jpeg"/>
+                <exclude name="**/*.gif"/>
+            </ant:fileset>
+        </ant:copy>
+        <ant:copy todir="${war.temp.dir}/docs" overwrite="true">
+            <ant:fileset dir="xdocs">
+                <include name="**/*.ico"/>
+                <include name="**/*.jpg"/>
+                <include name="**/*.jpeg"/>
+                <include name="**/*.gif"/>
             </ant:fileset>
         </ant:copy>
         <zip destfile="${war.dir}/wso2wsas-war.zip" basedir="${war.temp.dir}"

Modified: wsas/java/trunk/modules/core/bin/wso2wsas.bat
==============================================================================
--- wsas/java/trunk/modules/core/bin/wso2wsas.bat	(original)
+++ wsas/java/trunk/modules/core/bin/wso2wsas.bat	Thu Nov 30 10:36:22 2006
@@ -189,6 +189,7 @@
 	goto runServer
 
 rem ----------------- Execute The Requested Command ----------------------------
+
 :runServer
 set WSO2WSAS_CLASSPATH=%WSO2WSAS_HOME%\conf;%WSO2WSAS_CLASSPATH%
 

Modified: wsas/java/trunk/xdocs/keys.html
==============================================================================
--- wsas/java/trunk/xdocs/keys.html	(original)
+++ wsas/java/trunk/xdocs/keys.html	Thu Nov 30 10:36:22 2006
@@ -8,8 +8,7 @@
 </head>
 
 <body>
-<h1>How To Change WSO2 Web Services Application Server(WSO2 WSAS)
-v at wso2wsas_version@ Crypto Keys</h1>
+<h1>How To Change WSO2 WSAS v at wso2wsas_version@ Crypto Keys</h1>
 
 <p>WSO2 WSAS uses a keypair to enable HTTPS and to secure the user passwords
 within it.</p>




More information about the Wsas-java-dev mailing list