diff options
Diffstat (limited to 'client/trunk/nbproject')
-rw-r--r-- | client/trunk/nbproject/project.properties | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/client/trunk/nbproject/project.properties b/client/trunk/nbproject/project.properties index a239641..505e8b5 100644 --- a/client/trunk/nbproject/project.properties +++ b/client/trunk/nbproject/project.properties | |||
@@ -1,7 +1,7 @@ | |||
1 | application.desc=A simple java desktop application based on Swing Application Framework | 1 | application.desc=A productivity-increasing notification program |
2 | application.homepage=http://appframework.dev.java.net | 2 | application.homepage=http://fourisland.com/projects/instadisc |
3 | application.title=Basic Application Example | 3 | application.title=InstaDisc |
4 | application.vendor=Sun Microsystems Inc. | 4 | application.vendor=Four Island |
5 | build.classes.dir=${build.dir}/classes | 5 | build.classes.dir=${build.dir}/classes |
6 | build.classes.excludes=**/*.java,**/*.form | 6 | build.classes.excludes=**/*.java,**/*.form |
7 | # This directory is removed when the project is cleaned: | 7 | # This directory is removed when the project is cleaned: |
@@ -29,7 +29,8 @@ javac.classpath=\ | |||
29 | ${libs.XML-RPC.classpath}:\ | 29 | ${libs.XML-RPC.classpath}:\ |
30 | ${libs.BDB.classpath}:\ | 30 | ${libs.BDB.classpath}:\ |
31 | ${file.reference.commons-logging-1.1.jar}:\ | 31 | ${file.reference.commons-logging-1.1.jar}:\ |
32 | ${file.reference.ws-commons-util-1.0.2.jar} | 32 | ${file.reference.ws-commons-util-1.0.2.jar}:\ |
33 | ${libs.beans-binding.classpath} | ||
33 | # Space-separated list of extra javac options | 34 | # Space-separated list of extra javac options |
34 | javac.compilerargs= | 35 | javac.compilerargs= |
35 | javac.deprecation=false | 36 | javac.deprecation=false |
@@ -51,9 +52,17 @@ javadoc.splitindex=true | |||
51 | javadoc.use=true | 52 | javadoc.use=true |
52 | javadoc.version=false | 53 | javadoc.version=false |
53 | javadoc.windowtitle= | 54 | javadoc.windowtitle= |
55 | jnlp.codebase.type=local | ||
56 | jnlp.codebase.url=file:/home/hatkirby/NetBeansProjects/InstaDisc/dist/ | ||
57 | jnlp.enabled=false | ||
58 | jnlp.offline-allowed=false | ||
59 | jnlp.signed=false | ||
54 | # Property libs.BDB.classpath is set here just to make sharing of project simpler. | 60 | # Property libs.BDB.classpath is set here just to make sharing of project simpler. |
55 | # The library definition has always preference over this property. | 61 | # The library definition has always preference over this property. |
56 | libs.BDB.classpath=lib/je-3.3.62.jar | 62 | libs.BDB.classpath=lib/je-3.3.62.jar |
63 | # Property libs.beans-binding.classpath is set here just to make sharing of project simpler. | ||
64 | # The library definition has always preference over this property. | ||
65 | libs.beans-binding.classpath=../../../../usr/share/netbeans/6.0.1/java1/modules/ext/beansbinding-1.2.1.jar | ||
57 | # Property libs.XML-RPC.classpath is set here just to make sharing of project simpler. | 66 | # Property libs.XML-RPC.classpath is set here just to make sharing of project simpler. |
58 | # The library definition has always preference over this property. | 67 | # The library definition has always preference over this property. |
59 | libs.XML-RPC.classpath=lib/xmlrpc-client-3.1.jar:lib/xmlrpc-common-3.1.jar:lib/xmlrpc-server-3.1.jar | 68 | libs.XML-RPC.classpath=lib/xmlrpc-client-3.1.jar:lib/xmlrpc-common-3.1.jar:lib/xmlrpc-server-3.1.jar |