[webbeans-commits] Webbeans SVN: r1365 - ri/trunk and 1 other directories.

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


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

Modified:
   doc/trunk/reference/en-US/ri.xml
   ri/trunk/dist/build.xml
   ri/trunk/dist/readme.txt
   ri/trunk/pom.xml
Log:
Fixes to wb from release

Modified: doc/trunk/reference/en-US/ri.xml
===================================================================
--- doc/trunk/reference/en-US/ri.xml	2009-01-30 13:08:44 UTC (rev 1364)
+++ doc/trunk/reference/en-US/ri.xml	2009-01-30 13:09:51 UTC (rev 1365)
@@ -46,7 +46,7 @@
    </para>
    
    <programlisting><![CDATA[$ cd ~/
-$ unzip ~/webbeans-1.0.0.ALPHA1.zip]]></programlisting>
+$ unzip ~/webbeans-$VERSION.zip]]></programlisting>
 
    
    <para>
@@ -86,7 +86,7 @@
       download the Web Beans and EJB3 automatically.
    </para>
    
-   <programlisting>$ cd webbeans-1.0.0.ALPHA1/jboss-as
+   <programlisting>$ cd webbeans-$VERSION/jboss-as
 $ ant update</programlisting>
 
    <para>

Modified: ri/trunk/dist/build.xml
===================================================================
--- ri/trunk/dist/build.xml	2009-01-30 13:08:44 UTC (rev 1364)
+++ ri/trunk/dist/build.xml	2009-01-30 13:09:51 UTC (rev 1365)
@@ -23,6 +23,7 @@
 		
 		<maven target="clean" basedir="${wbri.dir}" />
 		<maven target="clean" basedir="${refdoc.dir}" />
+		<maven target="clean" basedir="${examples.dir}" />
 		<delete dir="${wbri.dir}/jboss-as/target" />
 		<delete dir="${wbri.dir}/webbeans-ri/test-output" />
 		<delete dir="${wbri.dir}/webbeans-ri/ObjectStore" />
@@ -73,11 +74,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}" />

Modified: ri/trunk/dist/readme.txt
===================================================================
--- ri/trunk/dist/readme.txt	2009-01-30 13:08:44 UTC (rev 1364)
+++ ri/trunk/dist/readme.txt	2009-01-30 13:09:51 UTC (rev 1365)
@@ -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/trunk/pom.xml
===================================================================
--- ri/trunk/pom.xml	2009-01-30 13:08:44 UTC (rev 1364)
+++ ri/trunk/pom.xml	2009-01-30 13:09:51 UTC (rev 1365)
@@ -310,6 +310,7 @@
            </configuration>
          </plugin>
       </plugins>
+      <defaultGoal>package</defaultGoal>
 
       <pluginManagement>
          <plugins>




More information about the weld-commits mailing list