Skip to content

Commit

Permalink
improvements
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@609 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Dec 19, 2008
1 parent 7d99651 commit fe5094a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions jboss-as/build.xml
Expand Up @@ -36,7 +36,10 @@

<copy todir="target/webbeans.deployer">
<fileset refid="jboss5.deployer.fileset"/>
<flattenmapper />
<chainedmapper>
<mapper classpathref="maven-ant-tasks.classpath" classname="org.apache.maven.artifact.ant.VersionMapper" from="${jboss5.deployer.versions}" to="flatten" />
<flattenmapper />
</chainedmapper>
</copy>

<mkdir dir="target/webbeans.deployer/META-INF" />
Expand All @@ -54,7 +57,6 @@
<include name="webbeans-*.jar" />
<include name="google*.jar" />
</fileset>
<mapper classpathref="maven-ant-tasks.classpath" classname="org.apache.maven.artifact.ant.VersionMapper" from="${jboss5.deployer.versions}" to="flatten" />
</copy>

</target>
Expand Down

0 comments on commit fe5094a

Please sign in to comment.