source: trunk/fmgVen/nbproject/project.properties @ 37

Last change on this file since 37 was 37, checked in by fmguler, 12 years ago

Refs #7 - Implemented orderAsc and orderDesc methods of Criteria. Have been testing these for a while, no problem so far. Added BigDecimal to db classes (Numeric db type). If the column name is "order" it is escaped while insert/update. (This should be done for all db keywords). Fixed missing mapping of one to many assc. (lists) of many to one (object) assc (obj.obj.list).

File size: 2.2 KB
RevLine 
[22]1annotation.processing.enabled=true
2annotation.processing.enabled.in.editor=false
[37]3annotation.processing.processors.list=
[22]4annotation.processing.run.all.processors=true
[11]5application.args=
6application.title=fmgVen
7application.vendor=fmguler
8build.classes.dir=${build.dir}/classes
9build.classes.excludes=**/*.java,**/*.form
10# This directory is removed when the project is cleaned:
11build.dir=build
12build.generated.dir=${build.dir}/generated
[19]13build.generated.sources.dir=${build.dir}/generated-sources
[11]14# Only compile against the classpath explicitly listed here:
15build.sysclasspath=ignore
16build.test.classes.dir=${build.dir}/test/classes
17build.test.results.dir=${build.dir}/test/results
18debug.classpath=\
19    ${run.classpath}
20debug.test.classpath=\
21    ${run.test.classpath}
22# This directory is removed when the project is cleaned:
23dist.dir=dist
24dist.jar=${dist.dir}/fmgVen.jar
25dist.javadoc.dir=${dist.dir}/javadoc
[22]26endorsed.classpath=
[11]27excludes=
28includes=**
29jar.compress=false
30javac.classpath=\
[23]31    ${libs.Ven.classpath}
[11]32# Space-separated list of extra javac options
[26]33javac.compilerargs=
[11]34javac.deprecation=false
[22]35javac.processorpath=\
36    ${javac.classpath}
[11]37javac.source=1.4
38javac.target=1.4
39javac.test.classpath=\
40    ${javac.classpath}:\
41    ${build.classes.dir}:\
[24]42    ${libs.junit.classpath}:\
43    ${libs.Test.classpath}
[11]44javadoc.additionalparam=
45javadoc.author=false
46javadoc.encoding=
47javadoc.noindex=false
48javadoc.nonavbar=false
49javadoc.notree=false
50javadoc.private=false
51javadoc.splitindex=true
52javadoc.use=true
53javadoc.version=false
54javadoc.windowtitle=
55meta.inf.dir=${src.dir}/META-INF
[34]56mkdist.disabled=true
[37]57platform.active=JDK_1.5
[11]58run.classpath=\
59    ${javac.classpath}:\
60    ${build.classes.dir}
61# Space-separated list of JVM arguments used when running the project
62# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
63# or test-sys-prop.name=value to set system properties for unit tests):
64run.jvmargs=
65run.test.classpath=\
66    ${javac.test.classpath}:\
[23]67    ${build.test.classes.dir}:\
68    ${libs.Test.classpath}
[22]69source.encoding=UTF-8
[11]70src.dir=src
71test.src.dir=test
[22]72project.license=ven-apache20
[34]73manifest.available=true
74manifest.file=build/manifest.mf
Note: See TracBrowser for help on using the repository browser.