Changeset 23 for trunk/fmgVen/nbproject
- Timestamp:
- Jul 20, 2010, 7:47:08 PM (14 years ago)
- Location:
- trunk/fmgVen/nbproject
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/fmgVen/nbproject/genfiles.properties
r19 r23 1 build.xml.data.CRC32= d00ffa571 build.xml.data.CRC32=6b84a8b1 2 2 build.xml.script.CRC32=a9b2e5a3 3 3 build.xml.stylesheet.CRC32=28e38971@1.38.1.45 4 4 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. 5 5 # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. 6 nbproject/build-impl.xml.data.CRC32= d00ffa576 nbproject/build-impl.xml.data.CRC32=6b84a8b1 7 7 nbproject/build-impl.xml.script.CRC32=494c2ca4 8 8 nbproject/build-impl.xml.stylesheet.CRC32=78c6a6ee@1.38.1.45 -
trunk/fmgVen/nbproject/project.properties
r22 r23 25 25 endorsed.classpath= 26 26 excludes= 27 file.reference.spring.jar=lib/spring.jar28 27 includes=** 29 28 jar.compress=false 30 29 javac.classpath=\ 31 ${ file.reference.spring.jar}30 ${libs.Ven.classpath} 32 31 # Space-separated list of extra javac options 33 javac.compilerargs= 32 javac.compilerargs=-Xlint:deprecation 34 33 javac.deprecation=false 35 34 javac.processorpath=\ … … 63 62 run.test.classpath=\ 64 63 ${javac.test.classpath}:\ 65 ${build.test.classes.dir} 64 ${build.test.classes.dir}:\ 65 ${libs.Test.classpath} 66 66 source.encoding=UTF-8 67 67 src.dir=src -
trunk/fmgVen/nbproject/project.xml
r11 r23 16 16 <definitions>.\lib\nblibraries.properties</definitions> 17 17 </libraries> 18 <spring-data xmlns="http://www.netbeans.org/ns/spring-data/1"> 19 <config-files/> 20 <config-file-groups/> 21 </spring-data> 18 22 </configuration> 19 23 </project>
Note: See TracChangeset
for help on using the changeset viewer.