--- nbproject/build-impl.xml.orig 2010-10-25 13:08:12.000000000 -0400 +++ nbproject/build-impl.xml 2010-10-25 13:59:56.000000000 -0400 @@ -98,7 +98,7 @@ is divided into following sections: - + @@ -413,8 +413,6 @@ is divided into following sections: - - @@ -513,14 +511,6 @@ is divided into following sections: - - - - - - - - To run this application from the command line without Ant, try: java -jar "${dist.jar.resolved}" @@ -538,13 +528,6 @@ is divided into following sections: - - - - - - - @@ -559,13 +542,6 @@ is divided into following sections: - - - - - - - @@ -810,8 +786,6 @@ is divided into following sections: - - @@ -834,11 +808,5 @@ is divided into following sections: - - - - - - --- lib/nblibraries.properties.orig 2010-10-25 13:17:04.000000000 -0400 +++ lib/nblibraries.properties 2010-10-25 13:18:19.000000000 -0400 @@ -1,11 +1,11 @@ libs.CopyLibs.classpath=\ ${base}/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar libs.junit.classpath=\ - ${base}/junit/junit-3.8.2.jar + ${base}/junit.jar libs.junit.javadoc=\ ${base}/junit/junit-3.8.2-api.zip libs.junit_4.classpath=\ - ${base}/junit_4/junit-4.5.jar + ${base}/junit4.jar libs.junit_4.javadoc=\ ${base}/junit_4/junit-4.5-api.zip libs.junit_4.src=\ --- nbproject/project.properties.orig 2010-10-25 13:50:06.000000000 -0400 +++ nbproject/project.properties 2010-10-25 14:27:13.000000000 -0400 @@ -22,11 +22,12 @@ dist.jar=${dist.dir}/jnr-netdb.jar dist.javadoc.dir=${dist.dir}/javadoc endorsed.classpath= excludes= -file.reference.jffi-complete.jar=../jffi.git/dist/jffi-complete.jar +file.reference.jffi-complete.jar=lib/jffi.jar includes=** jar.compress=false javac.classpath=\ - ${reference.jaffl.jar} + ${reference.jaffl.jar}: \ + ${reference.objectweb.asm.jar} # Space-separated list of extra javac options javac.compilerargs=-Xlint:unchecked javac.deprecation=false @@ -50,7 +51,8 @@ javadoc.windowtitle= meta.inf.dir=${src.dir}/META-INF platform.active=default_platform project.jaffl=../jaffl.git -reference.jaffl.jar=${project.jaffl}/dist/jaffl.jar +reference.jaffl.jar=lib/jaffl.jar +reference.objectweb.asm.jar=lib/objectweb-asmasm.jar run.classpath=\ ${javac.classpath}:\ ${build.classes.dir}