[webbeans-commits] Webbeans SVN: r1789 - ri/trunk/dist.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Fri Mar 6 07:43:10 EST 2009


Author: pete.muir at jboss.org
Date: 2009-03-06 07:43:10 -0500 (Fri, 06 Mar 2009)
New Revision: 1789

Modified:
   ri/trunk/dist/build.xml
Log:
minor

Modified: ri/trunk/dist/build.xml
===================================================================
--- ri/trunk/dist/build.xml	2009-03-06 12:35:40 UTC (rev 1788)
+++ ri/trunk/dist/build.xml	2009-03-06 12:43:10 UTC (rev 1789)
@@ -26,8 +26,8 @@
 		<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" />
+		<delete dir="${wbri.dir}/impl/test-output" />
+		<delete dir="${wbri.dir}/impl/ObjectStore" />
 		<delete dir="${dist.dir}" failonerror="false"/>
 		<mkdir dir="${dist.dir}"/>
 		
@@ -35,9 +35,9 @@
 		      
       <copy todir="${dist.src.dir}">
          <fileset dir="${wbri.dir}">
-            <include name="webbeans-ri/**" />
-         	<include name="webbeans-ri-spi/**" />
-         	<include name="webbeans-api/**" />
+            <include name="impl/**" />
+         	<include name="spi/**" />
+         	<include name="api/**" />
          	<include name="pom.xml" />
          	<exclude name="**/.settings/**" />
          	<exclude name="**/.classpath" />
@@ -163,4 +163,4 @@
       </sequential>
    </macrodef>
 	
-</project>
\ No newline at end of file
+</project>




More information about the weld-commits mailing list