Skip to content

Commit

Permalink
Fix locations of jars
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@1270 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Jan 29, 2009
1 parent 47293c0 commit 8f95e25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jboss-as/build.xml
Expand Up @@ -63,15 +63,15 @@
<include name="webbeans-ri.jar" />
<include name="webbeans-ri-int-jbossas.jar" />
<include name="webbeans-api.jar" />
<include name="webbeans-ri-spi.jar" />
</fileset>
</copy>

<copy todir="${jboss.home}/server/default/deployers/webbeans.deployer">
<fileset dir="target/webbeans.deployer">
<include name="**/*.xml" />
<include name="webbeans-ri-int-microcontainer.jar" />
<include name="webbeans-ri-int-jboss-ejb.jar" />
<include name="webbeans-ri-int-jboss-ejb.jar" />
<include name="webbeans-ri-spi.jar" />
<include name="google*.jar" />
</fileset>
</copy>
Expand Down

0 comments on commit 8f95e25

Please sign in to comment.