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

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

Refs #3 - The new com.fmguler.ven package is created. Project netbeans encoding is changed from windows 1254 to UTF-8. Existing Turkish source files are transformed to UTF-8. Project license is set as apache 2.0 and netbeans license template is created (which is copied from netbeans apache20 and project name is added). To install this template to netbeans, you should import the etc/license/license-ven-apache20.txt to netbeans->tools->templates ->licenses.

The new Ven class is created having the new license template. Now the translation task is to be done.

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=
27file.reference.spring.jar=lib/spring.jar
28includes=**
29jar.compress=false
30javac.classpath=\
31    ${file.reference.spring.jar}
32# Space-separated list of extra javac options
33javac.compilerargs=
34javac.deprecation=false
35javac.processorpath=\
36    ${javac.classpath}
37javac.source=1.4
38javac.target=1.4
39javac.test.classpath=\
40    ${javac.classpath}:\
41    ${build.classes.dir}:\
42    ${libs.junit.classpath}
43javadoc.additionalparam=
44javadoc.author=false
45javadoc.encoding=
46javadoc.noindex=false
47javadoc.nonavbar=false
48javadoc.notree=false
49javadoc.private=false
50javadoc.splitindex=true
51javadoc.use=true
52javadoc.version=false
53javadoc.windowtitle=
54meta.inf.dir=${src.dir}/META-INF
55platform.active=default_platform
56run.classpath=\
57    ${javac.classpath}:\
58    ${build.classes.dir}
59# Space-separated list of JVM arguments used when running the project
60# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
61# or test-sys-prop.name=value to set system properties for unit tests):
62run.jvmargs=
63run.test.classpath=\
64    ${javac.test.classpath}:\
65    ${build.test.classes.dir}
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.