samples/preventcyclicdependencies/build.xml
changeset 119 8147cafd007a
parent 87 618b79994cd4
child 123 920e95b47036
     1.1 --- a/samples/preventcyclicdependencies/build.xml	Sat Jun 14 09:53:48 2008 +0200
     1.2 +++ b/samples/preventcyclicdependencies/build.xml	Sat Jun 14 09:54:59 2008 +0200
     1.3 @@ -4,6 +4,7 @@
     1.4          <delete dir="build"/>
     1.5      </target>
     1.6      
     1.7 +    <target name="compile" depends="build"/>
     1.8      <target name="build">
     1.9          <antcall target="-build-one">
    1.10              <param name="version" value="cyclic"/>
    1.11 @@ -56,7 +57,7 @@
    1.12              destdir="build/${version}/classes" 
    1.13              source="1.5" target="1.5"
    1.14              debug="true"
    1.15 -            classpath="${cp}"
    1.16 +            classpath="${cp}:../libs/dist/org-openide-util.jar"
    1.17          />
    1.18          <copy todir="build/${version}/classes">
    1.19              <fileset dir="src-${version}">