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 su...@apache.org on 2007/07/31 18:50:30 UTC

svn commit: r561393 - in /webservices/axis2/branches/java/1_3/modules/distribution: pom.xml src/main/assembly/doc-assembly.xml

Author: sumedha
Date: Tue Jul 31 09:50:29 2007
New Revision: 561393

URL: http://svn.apache.org/viewvc?view=rev&rev=561393
Log:
Document assembly for distribution.Filtering is not working yet.

Added:
    webservices/axis2/branches/java/1_3/modules/distribution/src/main/assembly/doc-assembly.xml   (with props)
Modified:
    webservices/axis2/branches/java/1_3/modules/distribution/pom.xml

Modified: webservices/axis2/branches/java/1_3/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3/modules/distribution/pom.xml?view=diff&rev=561393&r1=561392&r2=561393
==============================================================================
--- webservices/axis2/branches/java/1_3/modules/distribution/pom.xml (original)
+++ webservices/axis2/branches/java/1_3/modules/distribution/pom.xml Tue Jul 31 09:50:29 2007
@@ -228,6 +228,7 @@
                                 <descriptor>src/main/assembly/war-assembly.xml</descriptor>
                                 <descriptor>src/main/assembly/src-assembly.xml</descriptor>
                                 <descriptor>src/main/assembly/bin-assembly.xml</descriptor> 
+                                <descriptor>src/main/assembly/doc-assembly.xml</descriptor> 
                             </descriptors>
                         </configuration>
                     </execution>
@@ -240,6 +241,22 @@
                 <version>1.1</version>
                 <inherited>false</inherited>
                 <executions>
+                    <execution>
+                      <id>package</id>
+                      <phase>package</phase>
+                      <configuration>
+                        <tasks>
+			   <!-- TODO : filtering is not working, copy images with filtering off -->
+			   <filter filtersfile="../../modules/documentation/xdocs/dynamic-labels.properties" />
+                           <copy todir="target/xdocs" filtering="on">
+                              <fileset dir="../../modules/documentation/xdocs"/>
+                           </copy>
+                        </tasks>
+                       </configuration>
+                       <goals>
+                         <goal>run</goal>
+                       </goals>
+                    </execution>
                     <execution>
                         <id>service-module-list-generation</id>
                         <phase>package</phase>

Added: webservices/axis2/branches/java/1_3/modules/distribution/src/main/assembly/doc-assembly.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3/modules/distribution/src/main/assembly/doc-assembly.xml?view=auto&rev=561393
==============================================================================
--- webservices/axis2/branches/java/1_3/modules/distribution/src/main/assembly/doc-assembly.xml (added)
+++ webservices/axis2/branches/java/1_3/modules/distribution/src/main/assembly/doc-assembly.xml Tue Jul 31 09:50:29 2007
@@ -0,0 +1,35 @@
+<assembly>
+    <id>docs</id>
+    <includeBaseDirectory>true</includeBaseDirectory> 
+    <baseDirectory>axis2-${version}</baseDirectory>
+    <formats>
+	<!--<format>tar.gz</format>  //uncomment,if tar.gz archive needed-->
+        <format>zip</format>
+    </formats>
+
+    <fileSets>
+        <fileSet>
+            <directory>target/xdocs</directory>
+            <outputDirectory>docs/xdocs</outputDirectory>
+            <excludes>
+                <exclude>.svn/**</exclude>
+            </excludes>
+        </fileSet>
+        <fileSet>
+            <directory>../../modules/documentation/target/apidocs</directory>
+            <outputDirectory>docs/javadocs</outputDirectory>
+            <excludes>
+                <exclude>.svn/**</exclude>
+            </excludes>
+        </fileSet>
+        <fileSet>
+            <directory>../..</directory>
+            <outputDirectory>docs</outputDirectory>
+            <includes>
+                <include>LICENSE.txt</include>
+                <include>README.txt</include>
+                <include>release-notes.html</include>
+            </includes>
+        </fileSet>
+    </fileSets>
+</assembly>

Propchange: webservices/axis2/branches/java/1_3/modules/distribution/src/main/assembly/doc-assembly.xml
------------------------------------------------------------------------------
    svn:executable = *



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