Skip to content

Commit

Permalink
Restructured to compile in AntHill
Browse files Browse the repository at this point in the history
  • Loading branch information
mathison42 committed Apr 12, 2016
1 parent 5f17f42 commit 9c242eb
Show file tree
Hide file tree
Showing 16 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions dcm/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# ignore compilation related directories in the root of the project
/build
/dcm-distros
/dist
/lib
5 changes: 3 additions & 2 deletions dcm/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
directories from github.
-->
<project name="dcm" basedir=".">
<project name="dcm" basedir="." default="distro">

<description>Build DCM components</description>

Expand Down Expand Up @@ -93,11 +93,12 @@
<include name="deploy.ant.xml"/>
<include name="dist/**"/>
<include name="src/*.x*"/>
<exclude name="src/main/**"/>
</fileset>
</copy>
<replace file="tmp/dcm/deploy.ant.xml" token="value=&quot;1&quot;" value="value=&quot;${dcm.version}&quot;"/>
<copy todir="tmp">
<fileset dir="UrbanCode">
<fileset dir="src/main/zip">
<include name="**"/>
</fileset>
</copy>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9c242eb

Please sign in to comment.