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

Last change on this file since 23 was 23, checked in by fmguler, 14 years ago

Refs #3 - Spring 2.5 libraries are added. Old spring 2 jar is removed. The main dependency is spring-jdbc.jar and spring-beans.jar, spring-core.jar and spring-tx.jar are referenced from them. For testing with postgresql, its driver is added.

The interface is translated to the new Ven class. Instead of adding 'object' to all of the methods, I aimed to make it less verbose, so just shortened the name of the methods to list, get save, delete.

Lastly, we have a class to demonstrate the usage called 'Sample' in the test packages.

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