Created
July 13, 2010 16:35
-
-
Save ALRubinger/474136 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alr@alr-laptop trunk]$ svn di build | |
Index: build/build.xml | |
=================================================================== | |
--- build/build.xml (revision 106625) | |
+++ build/build.xml (working copy) | |
@@ -717,7 +717,6 @@ | |
<include name="ejb3-interceptors-aop.xml"/> | |
<include name="ejb3-connectors-jboss-beans.xml"/> | |
</fileset> | |
- <fileset refid="org.jboss.ejb3.async:jboss-ejb3-async-deployer:jar"/> | |
<fileset refid="org.jboss.ejb3.embedded:jboss-ejb3-embedded-impl-as:jar"/> | |
<fileset refid="org.jboss.shrinkwrap:shrinkwrap-extension-vdf:jar" /> | |
<fileset refid="org.jboss.ejb3.timerservice:jboss-ejb3-timerservice-mk2:jar"/> | |
@@ -739,6 +738,7 @@ | |
<include name="ejb3.deployer/**"/> | |
</fileset> | |
<fileset dir="${ejb3.module.output}"> | |
+ <fileset refid="org.jboss.ejb3.async:jboss-ejb3-async-deployer:jar"/> | |
<include name="ejb3-deployers-jboss-beans.xml"/> | |
<include name="ejb3-nointerface-jboss-beans.xml"/> | |
<include name="ejb3-metadata-deployers-jboss-beans.xml"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment