samples/preventcyclicdependencies/build.xml
changeset 127 07696c62f340
parent 124 6270b19ab8db
child 128 8ef997796d0a
     1.1 --- a/samples/preventcyclicdependencies/build.xml	Sat Jun 14 09:55:04 2008 +0200
     1.2 +++ b/samples/preventcyclicdependencies/build.xml	Sat Jun 14 09:55:09 2008 +0200
     1.3 @@ -4,7 +4,6 @@
     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 @@ -57,7 +56,7 @@
    1.12              destdir="build/${version}/classes" 
    1.13              source="1.5" target="1.5"
    1.14              debug="true"
    1.15 -            classpath="${cp}:../libs/dist/org-openide-util.jar"
    1.16 +            classpath="${cp}"
    1.17          />
    1.18          <copy todir="build/${version}/classes">
    1.19              <fileset dir="src-${version}">