[webbeans-commits] Webbeans SVN: r607 - in ri/trunk: examples and 2 other directories.
webbeans-commits at lists.jboss.org
webbeans-commits at lists.jboss.org
Fri Dec 19 16:29:19 EST 2008
Author: pete.muir at jboss.org
Date: 2008-12-19 16:29:19 -0500 (Fri, 19 Dec 2008)
New Revision: 607
Added:
ri/trunk/lib/maven/
Removed:
ri/trunk/maven/
Modified:
ri/trunk/examples/build.xml
ri/trunk/jboss-as/build.xml
Log:
add dist script, move maven to lib dir
Modified: ri/trunk/examples/build.xml
===================================================================
--- ri/trunk/examples/build.xml 2008-12-19 21:26:24 UTC (rev 606)
+++ ri/trunk/examples/build.xml 2008-12-19 21:29:19 UTC (rev 607)
@@ -2,7 +2,7 @@
<dirname property="wbri.dir" file="${ant.file.example.build.script}/../" />
- <property name="maven.dir" location="${wbri.dir}/maven" />
+ <property name="maven.dir" location="${wbri.dir}/lib/maven" />
<property file="${wbri.dir}/jboss-as/build.properties"/>
Modified: ri/trunk/jboss-as/build.xml
===================================================================
--- ri/trunk/jboss-as/build.xml 2008-12-19 21:26:24 UTC (rev 606)
+++ ri/trunk/jboss-as/build.xml 2008-12-19 21:29:19 UTC (rev 607)
@@ -4,7 +4,7 @@
<path id="maven-ant-tasks.classpath" path="../lib/maven-ant-tasks.jar" />
<typedef resource="org/apache/maven/artifact/ant/antlib.xml" uri="urn:maven-artifact-ant" classpathref="maven-ant-tasks.classpath" />
- <property name="maven.dir" location="${basedir}/maven" />
+ <property name="maven.dir" location="${basedir}/lib/maven" />
<property file="build.properties" />
@@ -17,6 +17,7 @@
<fail unless="jboss.home" message="Please pass in -Djboss.home=..."/>
<delete dir="${jboss.home}/server/default/deployers/webbeans.deployer" failonerror="false" />
+ <delete dir="target/webbeans.deployer" failonerror="false"/>
<mkdir dir="target/webbeans.deployer"/>
@@ -102,4 +103,4 @@
</sequential>
</macrodef>
-</project>
\ No newline at end of file
+</project>
Copied: ri/trunk/lib/maven (from rev 602, ri/trunk/maven)
More information about the weld-commits
mailing list