~ubuntu-branches/ubuntu/quantal/netbeans/quantal

« back to all changes in this revision

Viewing changes to usersguide/tutorials/j2ee-tut/examples/ejb/cmproster/RosterClient/nbproject/project.properties

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
ImportĀ upstreamĀ versionĀ 6.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
application.args=
 
2
build.classes.dir=${build.dir}/classes
 
3
build.classes.excludes=**/*.java,**/*.form
 
4
# This directory is removed when the project is cleaned:
 
5
build.dir=build
 
6
# Only compile against the classpath explicitly listed here:
 
7
build.sysclasspath=ignore
 
8
build.test.classes.dir=${build.dir}/test/classes
 
9
build.test.results.dir=${build.dir}/test/results
 
10
debug.classpath=\
 
11
    ${run.classpath}
 
12
debug.test.classpath=\
 
13
    ${run.test.classpath}
 
14
# This directory is removed when the project is cleaned:
 
15
dist.dir=dist
 
16
dist.jar=dist/RosterClient.jar
 
17
dist.javadoc.dir=${dist.dir}/javadoc
 
18
jar.compress=false
 
19
javac.classpath=\
 
20
    ${file.reference.appserv-rt.jar}:\
 
21
    ${file.reference.j2ee.jar}:\
 
22
    ${reference.Roster.dist}
 
23
# Space-separated list of extra javac options
 
24
javac.compilerargs=
 
25
javac.deprecation=false
 
26
javac.source=${default.javac.source}
 
27
javac.target=${default.javac.target}
 
28
javac.test.classpath=\
 
29
    ${javac.classpath}:\
 
30
    ${build.classes.dir}:\
 
31
    ${libs.junit.classpath}
 
32
javadoc.additionalparam=
 
33
javadoc.author=false
 
34
javadoc.encoding=
 
35
javadoc.noindex=false
 
36
javadoc.nonavbar=false
 
37
javadoc.notree=false
 
38
javadoc.private=false
 
39
javadoc.splitindex=true
 
40
javadoc.use=true
 
41
javadoc.version=false
 
42
javadoc.windowtitle=
 
43
main.class=client.RosterClient
 
44
manifest.file=manifest.mf
 
45
platform.active=default_platform
 
46
reference.Roster.dist=${project.Roster}/dist/Roster.jar
 
47
run.classpath=\
 
48
    ${javac.classpath}:\
 
49
    ${build.classes.dir}
 
50
# Space-separated list of JVM arguments used when running the project
 
51
# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
 
52
# or test-sys-prop.name=value to set system properties for unit tests):
 
53
run.jvmargs=-Dorg.omg.CORBA.ORBInitialPort=3700 -Dorg.omg.CORBA.ORBInitialHost=localhost
 
54
run.test.classpath=\
 
55
    ${javac.test.classpath}:\
 
56
    ${build.test.classes.dir}
 
57
src.dir=src
 
58
test.src.dir=test