Author: veithen
Date: Sat Aug 7 18:25:55 2010
New Revision: 983280
URL: http://svn.apache.org/viewvc?rev=983280&view=rev
Log:
Use regular filtering to process variables in README files.
Modified:
axis/axis2/java/core/trunk/modules/distribution/pom.xml
axis/axis2/java/core/trunk/modules/distribution/src/main/assembly/bin-assembly.xml
axis/axis2/java/core/trunk/modules/distribution/src/main/assembly/src-assembly.xml
axis/axis2/java/core/trunk/release-docs/readme-files/README-std-bin.txt
axis/axis2/java/core/trunk/release-docs/readme-files/README-std-src.txt
Modified: axis/axis2/java/core/trunk/modules/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/distribution/pom.xml?rev=983280&r1=983279&r2=983280&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/distribution/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/distribution/pom.xml Sat Aug 7 18:25:55
2010
@@ -192,6 +192,26 @@
<build>
<plugins>
<plugin>
+ <groupId>org.codehaus.gmaven</groupId>
+ <artifactId>gmaven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>generate-timestamp</id>
+ <phase>package</phase>
+ <goals>
+ <goal>execute</goal>
+ </goals>
+ <configuration>
+ <source>
+ import java.util.Date
+ import java.text.MessageFormat
+ project.properties['buildTimestamp'] =
MessageFormat.format("{0,date,dd-MM-yyyy}", new Date())
+ </source>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-repo-maven-plugin</artifactId>
<executions>
Modified:
axis/axis2/java/core/trunk/modules/distribution/src/main/assembly/bin-assembly.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/distribution/src/main/assembly/bin-assembly.xml?rev=983280&r1=983279&r2=983280&view=diff
==============================================================================
---
axis/axis2/java/core/trunk/modules/distribution/src/main/assembly/bin-assembly.xml
(original)
+++
axis/axis2/java/core/trunk/modules/distribution/src/main/assembly/bin-assembly.xml
Sat Aug 7 18:25:55 2010
@@ -134,11 +134,13 @@
<!-- TODO: Need to rename this file to INSTALL.txt -->
<fileSet>
- <directory>target/tmp-doc-distro/docs</directory>
+ <directory>../../release-docs/readme-files</directory>
<outputDirectory></outputDirectory>
<includes>
+ <include>README-std-bin.txt</include>
<include>installation-std-bin.txt</include>
</includes>
+ <filtered>true</filtered>
</fileSet>
<fileSet>
Modified:
axis/axis2/java/core/trunk/modules/distribution/src/main/assembly/src-assembly.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/distribution/src/main/assembly/src-assembly.xml?rev=983280&r1=983279&r2=983280&view=diff
==============================================================================
---
axis/axis2/java/core/trunk/modules/distribution/src/main/assembly/src-assembly.xml
(original)
+++
axis/axis2/java/core/trunk/modules/distribution/src/main/assembly/src-assembly.xml
Sat Aug 7 18:25:55 2010
@@ -111,11 +111,12 @@
</includes>
</fileSet>
<fileSet>
- <directory>target/tmp-doc-distro/docs</directory>
+ <directory>../../release-docs/readme-files</directory>
<outputDirectory></outputDirectory>
<includes>
<include>README-std-src.txt</include>
</includes>
+ <filtered>true</filtered>
</fileSet>
</fileSets>
</assembly>
Modified:
axis/axis2/java/core/trunk/release-docs/readme-files/README-std-bin.txt
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/release-docs/readme-files/README-std-bin.txt?rev=983280&r1=983279&r2=983280&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/release-docs/readme-files/README-std-bin.txt
(original)
+++ axis/axis2/java/core/trunk/release-docs/readme-files/README-std-bin.txt Sat
Aug 7 18:25:55 2010
@@ -17,7 +17,7 @@
* under the License.
*/
======================================================
-Apache Axis2 @axisVersion@ build (@TODAY@)
+Apache Axis2 ${project.version} build (${buildTimestamp})
Binary Release
http://ws.apache.org/axis2
@@ -27,27 +27,27 @@ This is the Standard Binary Release of A
The lib directory contains;
-1. axis2-a...@[email protected]
-2. axis2-adb-codeg...@[email protected]
-3. axis2-ant-plug...@[email protected]
-4. axis2-clusteri...@[email protected]
-5. axis2-codeg...@[email protected]
-6. axis2-cor...@[email protected]
-7. axis2-fastinfos...@[email protected]
-8. axis2-java2ws...@[email protected]
-9. axis2-jaxb...@[email protected]
-10. axis2-jax...@[email protected]
-11. axis2-jaxws-a...@[email protected]
-12. axis2-ji...@[email protected]
-13. axis2-js...@[email protected]
-14. axis2-jws-a...@[email protected]
-15. axis2-kern...@[email protected]
-16. axis2-metada...@[email protected]
-17. axis2-sa...@[email protected]
-18. axis2-saaj-a...@[email protected]
-19. axis2-soapmonit...@[email protected]
-20. axis2-spri...@[email protected]
-21. axis2-xmlbea...@[email protected]
+1. axis2-adb-${project.version}.jar
+2. axis2-adb-codegen-${project.version}.jar
+3. axis2-ant-plugin-${project.version}.jar
+4. axis2-clustering-${project.version}.jar
+5. axis2-codegen-${project.version}.jar
+6. axis2-corba-${project.version}.jar
+7. axis2-fastinfoset-${project.version}.jar
+8. axis2-java2wsdl-${project.version}.jar
+9. axis2-jaxbri-${project.version}.jar
+10. axis2-jaxws-${project.version}.jar
+11. axis2-jaxws-api-${project.version}.jar
+12. axis2-jibx-${project.version}.jar
+13. axis2-json-${project.version}.jar
+14. axis2-jws-api-${project.version}.jar
+15. axis2-kernel-${project.version}.jar
+16. axis2-metadata-${project.version}.jar
+17. axis2-saaj-${project.version}.jar
+18. axis2-saaj-api-${project.version}.jar
+19. axis2-soapmonitor-${project.version}.jar
+20. axis2-spring-${project.version}.jar
+21. axis2-xmlbeans-${project.version}.jar
and all 3rd party distributable dependencies of the above jars.
Modified:
axis/axis2/java/core/trunk/release-docs/readme-files/README-std-src.txt
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/release-docs/readme-files/README-std-src.txt?rev=983280&r1=983279&r2=983280&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/release-docs/readme-files/README-std-src.txt
(original)
+++ axis/axis2/java/core/trunk/release-docs/readme-files/README-std-src.txt Sat
Aug 7 18:25:55 2010
@@ -17,7 +17,7 @@
* under the License.
*/
======================================================
-Apache Axis2 @axisVersion@ build (@TODAY@)
+Apache Axis2 ${project.version} build (${buildTimestamp})
Source Release
http://ws.apache.org/axis2