diff options
Diffstat (limited to 'nbproject/project.properties')
-rw-r--r-- | nbproject/project.properties | 9 |
1 files changed, 5 insertions, 4 deletions
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 |