[webbeans-commits] Webbeans SVN: r1364 - in ri/tags/1.0.0.ALPHA2: dist and 1 other directory.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Fri Jan 30 08:08:44 EST 2009


Author: pete.muir at jboss.org
Date: 2009-01-30 08:08:44 -0500 (Fri, 30 Jan 2009)
New Revision: 1364

Modified:
   ri/tags/1.0.0.ALPHA2/dist/build.xml
   ri/tags/1.0.0.ALPHA2/dist/readme.txt
   ri/tags/1.0.0.ALPHA2/pom.xml
Log:
fix tag

Modified: ri/tags/1.0.0.ALPHA2/dist/build.xml
===================================================================
--- ri/tags/1.0.0.ALPHA2/dist/build.xml	2009-01-30 13:08:18 UTC (rev 1363)
+++ ri/tags/1.0.0.ALPHA2/dist/build.xml	2009-01-30 13:08:44 UTC (rev 1364)
@@ -73,11 +73,11 @@
 		<mkdir dir="${dist.doc.dir}" />
 		<copy todir="${dist.doc.dir}">
 			<fileset dir="${refdoc.dir}/target/docbook/publish">
-				<include name="en-US"/>
-				<include name="ko-KR"/>
-			   <include name="es-ES"/>
-				<include name="it-IT"/>
-				<include name="zh-TW"/>
+				<include name="en-US/**/*"/>
+				<include name="ko-KR/**/*"/>
+			   <include name="es-ES/**/*"/>
+				<include name="it-IT/**/*"/>
+				<include name="zh-TW/**/*"/>
 			</fileset>
 		</copy>
 		<maven target="clean" basedir="${refdoc.dir}" />
@@ -152,4 +152,4 @@
       </sequential>
    </macrodef>
 	
-</project>
\ No newline at end of file
+</project>

Modified: ri/tags/1.0.0.ALPHA2/dist/readme.txt
===================================================================
--- ri/tags/1.0.0.ALPHA2/dist/readme.txt	2009-01-30 13:08:18 UTC (rev 1363)
+++ ri/tags/1.0.0.ALPHA2/dist/readme.txt	2009-01-30 13:08:44 UTC (rev 1364)
@@ -20,7 +20,7 @@
 This distribution consists of:
 
 doc/
-   -- The Reference guide, take a look at doc/en/html/index.html for getting 
+   -- The Reference guide, take a look at doc/en-US/html/index.html for getting 
       started using Web Beans and the facilities offered by JSR-299. 
  
 examples/

Modified: ri/tags/1.0.0.ALPHA2/pom.xml
===================================================================
--- ri/tags/1.0.0.ALPHA2/pom.xml	2009-01-30 13:08:18 UTC (rev 1363)
+++ ri/tags/1.0.0.ALPHA2/pom.xml	2009-01-30 13:08:44 UTC (rev 1364)
@@ -260,6 +260,7 @@
    </dependencyManagement>
 
    <build>
+      <defaultGoal>package</defaultGoal>
       <extensions>
          <extension>
             <groupId>org.apache.maven.wagon</groupId>




More information about the weld-commits mailing list