Skip to content

Instantly share code, notes, and snippets.

@ALRubinger
Created July 13, 2010 16:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ALRubinger/474136 to your computer and use it in GitHub Desktop.
Save ALRubinger/474136 to your computer and use it in GitHub Desktop.
[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