- Timestamp:
- 11/23/11 19:43:08 (12 years ago)
- Location:
- trunk/abcl/nbproject
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/nbproject/build-impl.xml
r13272 r13697 844 844 <path path="${javac.classpath}"/> 845 845 </classpath> 846 <fileset dir="${src.dir}" excludes=" ${excludes}" includes="${includes}">846 <fileset dir="${src.dir}" excludes="*.java,${excludes}" includes="${includes}"> 847 847 <filename name="**/*.java"/> 848 848 </fileset> 849 849 <fileset dir="${build.generated.sources.dir}" erroronmissingdir="false"> 850 850 <include name="**/*.java"/> 851 <exclude name="*.java"/> 851 852 </fileset> 852 853 </javadoc> -
trunk/abcl/nbproject/genfiles.properties
r13272 r13697 5 5 # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. 6 6 nbproject/build-impl.xml.data.CRC32=742204ce 7 nbproject/build-impl.xml.script.CRC32= 1b34e6ea8 nbproject/build-impl.xml.stylesheet.CRC32=0 c01fd8e@1.43.1.457 nbproject/build-impl.xml.script.CRC32=36361450 8 nbproject/build-impl.xml.stylesheet.CRC32=0ae3a408@1.44.1.45 9 9 nbproject/profiler-build-impl.xml.data.CRC32=71623fcd 10 10 nbproject/profiler-build-impl.xml.script.CRC32=abda56ed
Note: See TracChangeset
for help on using the changeset viewer.