Changes in trunk/fmgVen/nbproject/project.properties [26:19]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/fmgVen/nbproject/project.properties
r26 r19 1 annotation.processing.enabled=true2 annotation.processing.enabled.in.editor=false3 annotation.processing.run.all.processors=true4 1 application.args= 5 2 application.title=fmgVen … … 23 20 dist.jar=${dist.dir}/fmgVen.jar 24 21 dist.javadoc.dir=${dist.dir}/javadoc 25 endorsed.classpath=26 22 excludes= 23 file.reference.spring.jar=lib/spring.jar 27 24 includes=** 28 25 jar.compress=false 29 26 javac.classpath=\ 30 ${ libs.Ven.classpath}27 ${file.reference.spring.jar} 31 28 # Space-separated list of extra javac options 32 29 javac.compilerargs= 33 30 javac.deprecation=false 34 javac.processorpath=\35 ${javac.classpath}36 31 javac.source=1.4 37 32 javac.target=1.4 … … 39 34 ${javac.classpath}:\ 40 35 ${build.classes.dir}:\ 41 ${libs.junit.classpath}:\ 42 ${libs.Test.classpath} 36 ${libs.junit.classpath} 43 37 javadoc.additionalparam= 44 38 javadoc.author=false … … 53 47 javadoc.windowtitle= 54 48 meta.inf.dir=${src.dir}/META-INF 55 platform.active= JDK_1.449 platform.active=default_platform 56 50 run.classpath=\ 57 51 ${javac.classpath}:\ … … 63 57 run.test.classpath=\ 64 58 ${javac.test.classpath}:\ 65 ${build.test.classes.dir}:\ 66 ${libs.Test.classpath} 67 source.encoding=UTF-8 59 ${build.test.classes.dir} 68 60 src.dir=src 69 61 test.src.dir=test 70 project.license=ven-apache20
Note: See TracChangeset
for help on using the changeset viewer.