java/SuperDAO/nbproject/build-impl.xml
changeset 2 3df37f25b286
parent 1 d32edd5bcb8a
     1.1 --- a/java/SuperDAO/nbproject/build-impl.xml	Sun Nov 23 23:10:04 2008 +0100
     1.2 +++ b/java/SuperDAO/nbproject/build-impl.xml	Wed Feb 11 22:23:22 2009 +0100
     1.3 @@ -152,7 +152,7 @@
     1.4              <attribute default="${includes}" name="includes"/>
     1.5              <attribute default="${excludes}" name="excludes"/>
     1.6              <attribute default="${javac.debug}" name="debug"/>
     1.7 -            <attribute default="" name="sourcepath"/>
     1.8 +            <attribute default="/does/not/exist" name="sourcepath"/>
     1.9              <element name="customize" optional="true"/>
    1.10              <sequential>
    1.11                  <javac debug="@{debug}" deprecation="${javac.deprecation}" destdir="@{destdir}" encoding="${source.encoding}" excludes="@{excludes}" includeantruntime="false" includes="@{includes}" source="${javac.source}" sourcepath="@{sourcepath}" srcdir="@{srcdir}" target="${javac.target}">