Changeset 23 for trunk/fmgVen/nbproject/project.properties
- Timestamp:
- Jul 20, 2010, 7:47:08 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.