From a912b00194ef2344f3205b820231216bf69819d1 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Tue, 29 Jul 2008 21:54:17 +0000 Subject: 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. --- client/trunk/nbproject/project.properties | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'client/trunk/nbproject/project.properties') 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 @@ -application.desc=A simple java desktop application based on Swing Application Framework -application.homepage=http://appframework.dev.java.net -application.title=Basic Application Example -application.vendor=Sun Microsystems Inc. +application.desc=A productivity-increasing notification program +application.homepage=http://fourisland.com/projects/instadisc +application.title=InstaDisc +application.vendor=Four Island build.classes.dir=${build.dir}/classes build.classes.excludes=**/*.java,**/*.form # This directory is removed when the project is cleaned: @@ -29,7 +29,8 @@ javac.classpath=\ ${libs.XML-RPC.classpath}:\ ${libs.BDB.classpath}:\ ${file.reference.commons-logging-1.1.jar}:\ - ${file.reference.ws-commons-util-1.0.2.jar} + ${file.reference.ws-commons-util-1.0.2.jar}:\ + ${libs.beans-binding.classpath} # Space-separated list of extra javac options javac.compilerargs= javac.deprecation=false @@ -51,9 +52,17 @@ javadoc.splitindex=true javadoc.use=true javadoc.version=false javadoc.windowtitle= +jnlp.codebase.type=local +jnlp.codebase.url=file:/home/hatkirby/NetBeansProjects/InstaDisc/dist/ +jnlp.enabled=false +jnlp.offline-allowed=false +jnlp.signed=false # Property libs.BDB.classpath is set here just to make sharing of project simpler. # The library definition has always preference over this property. libs.BDB.classpath=lib/je-3.3.62.jar +# Property libs.beans-binding.classpath is set here just to make sharing of project simpler. +# The library definition has always preference over this property. +libs.beans-binding.classpath=../../../../usr/share/netbeans/6.0.1/java1/modules/ext/beansbinding-1.2.1.jar # Property libs.XML-RPC.classpath is set here just to make sharing of project simpler. # The library definition has always preference over this property. libs.XML-RPC.classpath=lib/xmlrpc-client-3.1.jar:lib/xmlrpc-common-3.1.jar:lib/xmlrpc-server-3.1.jar -- cgit 1.4.1