You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ch...@apache.org on 2007/03/29 09:22:44 UTC

svn commit: r523600 - in /webservices/axis2/trunk/java: maven.xml xdocs/dynamic-labels.properties

Author: chatra
Date: Thu Mar 29 00:22:43 2007
New Revision: 523600

URL: http://svn.apache.org/viewvc?view=rev&rev=523600
Log:
adding files for maven filters- reviewed and committing patch axis-2412.patch in JIRA AXIS2-2412

Added:
    webservices/axis2/trunk/java/xdocs/dynamic-labels.properties
Modified:
    webservices/axis2/trunk/java/maven.xml

Modified: webservices/axis2/trunk/java/maven.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/maven.xml?view=diff&rev=523600&r1=523599&r2=523600
==============================================================================
--- webservices/axis2/trunk/java/maven.xml (original)
+++ webservices/axis2/trunk/java/maven.xml Thu Mar 29 00:22:43 2007
@@ -894,10 +894,13 @@
         <ant:mkdir dir="${docs.temp.dir}/xdocs"/>
         <ant:mkdir dir="${docs.temp.dir}/javadocs"/>
 
-        <ant:copy toDir="${docs.temp.dir}/xdocs">
+	<echo message="Applying dynamic label filter..."></echo>
+	<ant:filter filtersfile="xdocs/dynamic-labels.properties" />
+        <ant:copy toDir="${docs.temp.dir}/xdocs" filtering="on" overwrite="true" >
             <ant:fileset dir="xdocs"/>
         </ant:copy>
 
+
         <ant:copy toDir="${docs.temp.dir}/javadocs">
             <ant:fileset dir="target/apidocs"/>
         </ant:copy>
@@ -966,7 +969,7 @@
     <!-- ================================================================ -->
     <!--- Create the Java Docs -->
     <!-- ================================================================ -->
-    <goal name="javadocs" prereqs="jar,init, create-lib">
+   <goal name="javadocs" prereqs="jar,init, create-lib">
         <ant:javadoc packagenames="org.apache.axis2.*"
                      defaultexcludes="yes"
                      destdir="target/apidocs"
@@ -1202,4 +1205,5 @@
     </define:taglib>
 
 </project>
+
 

Added: webservices/axis2/trunk/java/xdocs/dynamic-labels.properties
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/xdocs/dynamic-labels.properties?view=auto&rev=523600
==============================================================================
--- webservices/axis2/trunk/java/xdocs/dynamic-labels.properties (added)
+++ webservices/axis2/trunk/java/xdocs/dynamic-labels.properties Thu Mar 29 00:22:43 2007
@@ -0,0 +1,3 @@
+axis2_version=1.2
+axis2_version_dir=1_2
+



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