Skip to content

Commit

Permalink
added build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
andreacfm committed Aug 5, 2010
1 parent bee8c5f commit 5138401
Show file tree
Hide file tree
Showing 59 changed files with 4,207 additions and 13 deletions.
9 changes: 2 additions & 7 deletions build.xml
Expand Up @@ -81,8 +81,8 @@
<replacefilter token="@year" value="${build.year}"/>
</replace>

<echo message="Copy to Server Location"/>
<copy todir="${project.www}/lib/com" overwrite="true">
<echo message="Copy to build"/>
<copy todir="${basedir}/build/com" overwrite="true">
<fileset dir="${basedir}/temp/com" />
</copy>

Expand Down Expand Up @@ -111,11 +111,6 @@

</target>

<!-- teardown -->
<target name="teardown">

</target>


<target
name="compile"
Expand Down

0 comments on commit 5138401

Please sign in to comment.