Skip to content

Commit

Permalink
Merge pull request #733 from inxilpro/master
Browse files Browse the repository at this point in the history
Added project.xml to build process
  • Loading branch information
Divya Manian committed Sep 5, 2011
2 parents 439778a + a6bc1d4 commit 981e448
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1044,4 +1044,8 @@
</copy>
</target>

<!-- Import project.xml (put any custom build targets in this file so that they aren't overwritten when build.xml is updated) -->
<!-- See: https://github.com/paulirish/html5-boilerplate/issues/704 -->
<import file="./project.xml" />

</project>
7 changes: 7 additions & 0 deletions build/project.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE project>
<project name="Project Build" default="build" basedir="../">

<!-- Use this file to define any custom build targets (for example, automatically deploying via FTP). -->

</project>

0 comments on commit 981e448

Please sign in to comment.