[seam-commits] Seam SVN: r13028 - modules/xml/trunk.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Jun 3 13:37:12 EDT 2010
Author: pete.muir at jboss.org
Date: 2010-06-03 13:37:12 -0400 (Thu, 03 Jun 2010)
New Revision: 13028
Added:
modules/xml/trunk/readme.txt
Removed:
modules/xml/trunk/distribution.txt
modules/xml/trunk/readme.txt
Modified:
modules/xml/trunk/pom.xml
Log:
trigger distribution builds as part of release process
Deleted: modules/xml/trunk/distribution.txt
===================================================================
--- modules/xml/trunk/distribution.txt 2010-06-03 17:36:52 UTC (rev 13027)
+++ modules/xml/trunk/distribution.txt 2010-06-03 17:37:12 UTC (rev 13028)
@@ -1,3 +0,0 @@
-To create the Seam XML distribution, run the following Maven command:
-
-mvn clean package javadoc:javadoc assembly:assembly
Modified: modules/xml/trunk/pom.xml
===================================================================
--- modules/xml/trunk/pom.xml 2010-06-03 17:36:52 UTC (rev 13027)
+++ modules/xml/trunk/pom.xml 2010-06-03 17:37:12 UTC (rev 13028)
@@ -52,7 +52,7 @@
<id>distribution</id>
<activation>
<property>
- <name>dist</name>
+ <name>release</name>
</property>
</activation>
<modules>
Deleted: modules/xml/trunk/readme.txt
===================================================================
--- modules/xml/trunk/readme.txt 2010-06-03 17:36:52 UTC (rev 13027)
+++ modules/xml/trunk/readme.txt 2010-06-03 17:37:12 UTC (rev 13028)
@@ -1,39 +0,0 @@
-Seam XML 3.0.0 Alpha 1
-==========================
-
-Seam XML provides a way of configuring CDI beans via xml
-
-Contents of distribution
-========================
-
-doc/
-
- API Docs and reference guide.
-
-examples/
-
- Seam XML Examples
-
-lib/
-
- Seam XML jar files
-
-Licensing
-=========
-
-This distribution, as a whole, is licensed under the terms of the GNU Lesser General Public License
-(LGPL) Version 2.1, the text of which is contained in the file lgpl.txt.
-
-Seam Remoting URLs
-==================
-
-Seam Framework Home Page: http://www.seamframework.org
-Downloads: http://www.seamframework.org/Download/SeamDownloads
-Forums: http://www.seamframework.org/Community/SeamUsers
-Source Code:
-http://anonsvn.jboss.org/repos/seam/modules/xml/
-Issue Tracking: http://jira.jboss.org/jira/browse/SEAMXML
-
-
-
-
Added: modules/xml/trunk/readme.txt
===================================================================
--- modules/xml/trunk/readme.txt (rev 0)
+++ modules/xml/trunk/readme.txt 2010-06-03 17:37:12 UTC (rev 13028)
@@ -0,0 +1,6 @@
+Building
+--------
+
+* Run mvn clean install
+* To create the zip distribution, run mvn clean install -Pdistribution - the resulting zip is located in dist/target/seam-xml-config-${version}.zip
+* The readme.txt placed in the distribution is not this one, see dist/src/main/assembly/readme.txt
Property changes on: modules/xml/trunk/readme.txt
___________________________________________________________________
Name: svn:mime-type
+ text/plain
More information about the seam-commits
mailing list