Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@1789 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Mar 6, 2009
1 parent f488605 commit 248721c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dist/build.xml
Expand Up @@ -26,18 +26,18 @@
<maven target="clean" basedir="${refdoc.dir}" />
<maven target="clean" basedir="${examples.dir}" />
<delete dir="${wbri.dir}/jboss-as/target" />
<delete dir="${wbri.dir}/webbeans-ri/test-output" />
<delete dir="${wbri.dir}/webbeans-ri/ObjectStore" />
<delete dir="${wbri.dir}/impl/test-output" />
<delete dir="${wbri.dir}/impl/ObjectStore" />
<delete dir="${dist.dir}" failonerror="false"/>
<mkdir dir="${dist.dir}"/>

<mkdir dir="${dist.src.dir}" />

<copy todir="${dist.src.dir}">
<fileset dir="${wbri.dir}">
<include name="webbeans-ri/**" />
<include name="webbeans-ri-spi/**" />
<include name="webbeans-api/**" />
<include name="impl/**" />
<include name="spi/**" />
<include name="api/**" />
<include name="pom.xml" />
<exclude name="**/.settings/**" />
<exclude name="**/.classpath" />
Expand Down Expand Up @@ -163,4 +163,4 @@
</sequential>
</macrodef>

</project>
</project>

0 comments on commit 248721c

Please sign in to comment.