Initial code checkin

This commit is contained in:
Ben Hale
2008-07-11 06:34:50 +00:00
parent 549e526ab0
commit ca010140fb
36 changed files with 1457 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="package-bundle">
<target name="package" depends="ivy.init">
<dist-jar/>
<src-jar/>
</target>
</project>