Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@593 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Dec 19, 2008
1 parent 9b1ccfa commit a39b804
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions jboss-as/build.xml
@@ -1,14 +1,18 @@
<?xml version="1.0"?>
<project name="JBoss5DeployerInstall" default="update" basedir="." xmlns:artifact="urn:maven-artifact-ant">

<path id="maven-ant-tasks.classpath" path="lib/maven-ant-tasks.jar" />
<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 file="build.properties" />

<target name="clean" description="Clean up after the JBoss updater">
<delete dir="target" failonerror="false"/>
</target>

<target name="update" depends="install-jboss-ejb3-update">
<target name="update" depends="install-jboss-ejb3-update" description="Update JBoss 5 for the Web Beans RI">

<fail unless="jboss.home" message="Please pass in -Djboss.home=..."/>

Expand Down Expand Up @@ -37,7 +41,7 @@
<mkdir dir="target/webbeans.deployer/META-INF" />

<copy todir="target/webbeans.deployer/META-INF">
<fileset dir="${basedir}/webbeans-ri">
<fileset dir="${basedir}/resources">
<include name="webbeans-deployers-jboss-beans.xml"/>
<include name="jboss-structure.xml"/>
</fileset>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit a39b804

Please sign in to comment.