Skip to content

Commit

Permalink
update for jboss 5.0.1
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@1695 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Feb 24, 2009
1 parent 9ec6c66 commit 2a9892c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jboss-as/build.properties
@@ -1,4 +1,4 @@
#jboss.home=/Applications/jboss-5.0.0.GA
#jboss.home=/Applications/jboss-5.0.1.GA
java.opts=-Xms128m -Xmx256m -XX:MaxPermSize=128m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000
webbeans-ri-int.version=5.2.0-SNAPSHOT
webbeans-ri.version=1.0.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion jboss-as/build.xml
Expand Up @@ -13,7 +13,7 @@
<delete dir="target" failonerror="false"/>
</target>

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

<target name="install-webbeans.deployer">

Expand Down

0 comments on commit 2a9892c

Please sign in to comment.