| author | Jaroslav Tulach <jtulach@netbeans.org> |
| Fri Feb 05 18:38:28 2010 +0100 | |
| changeset 38 | f368d0cf0ca8 |
| parent 7 | 32dcb0b1690c |
| child 39 | baf13dd6a686 |
| permissions | -rw-r--r-- |
| jtulach@0 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
| jtulach@14 | 2 |
<project name="netbinox-mylyn-sample" default="build" basedir="."> |
| jtulach@7 | 3 |
<!-- BEGIN: netbinox.mylyn.clusterize --> |
| jtulach@0 | 4 |
<target name="convert"> |
| jtulach@0 | 5 |
<ant antfile="${harness.dir}/suite.xml" target="clusterize">
|
| jtulach@14 | 6 |
<property name="cluster" location="../eclipse"/> |
| jtulach@0 | 7 |
<property name="includes" value="modules/*.jar"/> |
| jtulach@0 | 8 |
</ant> |
| jtulach@0 | 9 |
</target> |
| jtulach@7 | 10 |
<!-- END: netbinox.mylyn.clusterize --> |
| jtulach@0 | 11 |
</project> |