| Revision 22,
366 bytes
checked in by christian, 6 years ago
(diff) |
|
Initial import
|
-
Property svn:keywords set to
Id Author LastChangedDate LastChangedBy
-
Property svn:mime-type set to
text/xml
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <project name="ComponentFramework" basedir="." default="jar"> |
|---|
| 3 | <property name="dest" value="dist"/> |
|---|
| 4 | |
|---|
| 5 | <target name="init"> |
|---|
| 6 | <mkdir dir="${dest}" /> |
|---|
| 7 | </target> |
|---|
| 8 | <target name="jar" depends="init"> |
|---|
| 9 | <jar destfile="${dest}/${ant.project.name}.jar"> |
|---|
| 10 | <fileset dir="bin"> |
|---|
| 11 | </fileset> |
|---|
| 12 | </jar> |
|---|
| 13 | </target> |
|---|
| 14 | </project> |
|---|
Note: See
TracBrowser
for help on using the repository browser.