Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
git-svn-id: https://rhino-tools.svn.sourceforge.net/svnroot/rhino-tools/trunk@2035 079b0acf-d9fa-0310-9935-e5ade295c882
  • Loading branch information
ayenderahien committed Feb 17, 2009
0 parents commit defb429
Show file tree
Hide file tree
Showing 24 changed files with 2,044 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Default.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding='iso-8859-1' ?>
<project
name="rhino-pht"
default="build"
xmlns="http://nant.sf.net/release/0.85/nant.xsd"
>

<property name="root.dir" value=".." />
<include buildfile="${root.dir}/common-project.xml" />

<fileset id="buildfiles.all">
<!-- Files have to be in dependency order -->
<include name="Rhino.PersistentHashTable/default.build" />
<include name="Rhino.PersistentHashTable.Tests/default.build" if="${common.testrunner.enabled}"/>
</fileset>

<target name="build" depends="common.build" />

<target name="generate-assemblyinfo" depends="common.assemblyinfo" />

</project>
Loading

0 comments on commit defb429

Please sign in to comment.