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