Skip to content

Commit

Permalink
add dist script, move maven to lib dir
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@607 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Dec 19, 2008
1 parent ca708d6 commit 114a7cb
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/build.xml
Expand Up @@ -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"/>

Expand Down
5 changes: 3 additions & 2 deletions jboss-as/build.xml
Expand Up @@ -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" />

Expand All @@ -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"/>

Expand Down Expand Up @@ -102,4 +103,4 @@
</sequential>
</macrodef>

</project>
</project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 114a7cb

Please sign in to comment.