about summary refs log tree commit diff stats
path: root/client/trunk/nbproject
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-07-29 21:54:17 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-07-29 21:54:17 +0000
commita912b00194ef2344f3205b820231216bf69819d1 (patch)
tree20dec297e63b5897dfe5209f492b6838c32121ac /client/trunk/nbproject
parent7e361e6ba88a3b1d9b633797945a275b78675b39 (diff)
downloadinstadisc-a912b00194ef2344f3205b820231216bf69819d1.tar.gz
instadisc-a912b00194ef2344f3205b820231216bf69819d1.tar.bz2
instadisc-a912b00194ef2344f3205b820231216bf69819d1.zip
Client: Completed path
Finally, the Item has the ability to be displayed on the Form. However, the Client now also requires to keep a list of the active Subscriptions and verify each incoming Item against it, which means that a method of subscribing to subscriptions must be implemented before further testing.
Diffstat (limited to 'client/trunk/nbproject')
-rw-r--r--client/trunk/nbproject/project.properties19
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 @@
1application.desc=A simple java desktop application based on Swing Application Framework 1application.desc=A productivity-increasing notification program
2application.homepage=http://appframework.dev.java.net 2application.homepage=http://fourisland.com/projects/instadisc
3application.title=Basic Application Example 3application.title=InstaDisc
4application.vendor=Sun Microsystems Inc. 4application.vendor=Four Island
5build.classes.dir=${build.dir}/classes 5build.classes.dir=${build.dir}/classes
6build.classes.excludes=**/*.java,**/*.form 6build.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
34javac.compilerargs= 35javac.compilerargs=
35javac.deprecation=false 36javac.deprecation=false
@@ -51,9 +52,17 @@ javadoc.splitindex=true
51javadoc.use=true 52javadoc.use=true
52javadoc.version=false 53javadoc.version=false
53javadoc.windowtitle= 54javadoc.windowtitle=
55jnlp.codebase.type=local
56jnlp.codebase.url=file:/home/hatkirby/NetBeansProjects/InstaDisc/dist/
57jnlp.enabled=false
58jnlp.offline-allowed=false
59jnlp.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.
56libs.BDB.classpath=lib/je-3.3.62.jar 62libs.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.
65libs.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.
59libs.XML-RPC.classpath=lib/xmlrpc-client-3.1.jar:lib/xmlrpc-common-3.1.jar:lib/xmlrpc-server-3.1.jar 68libs.XML-RPC.classpath=lib/xmlrpc-client-3.1.jar:lib/xmlrpc-common-3.1.jar:lib/xmlrpc-server-3.1.jar