From f60fe194659614fcb65339fc1772308f7ced5126 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Tue, 27 Jul 2010 20:26:26 +0000 Subject: fix gps103 protocol --- nbproject/project.properties | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'nbproject') diff --git a/nbproject/project.properties b/nbproject/project.properties index 0fa69139c..a32e47f3b 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -22,13 +22,14 @@ dist.jar=${dist.dir}/tracker-server.jar dist.javadoc.dir=${dist.dir}/javadoc endorsed.classpath= excludes= -file.reference.netty-3.1.5.GA.jar=C:\\WorkJava\\netty-3.1.5.GA\\jar\\netty-3.1.5.GA.jar +file.reference.derbyclient.jar=/usr/lib/jvm/java-6-sun-1.6.0.20/db/lib/derbyclient.jar +file.reference.netty-3.2.1.Final.jar=/home/user/NetBeansProjects/netty-3.2.1.Final/jar/netty-3.2.1.Final.jar includes=** jar.compress=false javac.classpath=\ - ${file.reference.netty-3.1.5.GA.jar}:\ - ${libs.JAVADB_DRIVER_LABEL.classpath}:\ - ${libs.PostgreSQLDriver.classpath} + ${libs.PostgreSQLDriver.classpath}:\ + ${file.reference.netty-3.2.1.Final.jar}:\ + ${file.reference.derbyclient.jar} # Space-separated list of extra javac options javac.compilerargs= javac.deprecation=false -- cgit v1.2.3