moving additional JAR contents into src folder, adding my complete NetBeans project files so others have an easier time working with the source

This commit is contained in:
Brettflan
2011-06-28 18:49:42 -05:00
parent b66b102333
commit 24362d38e9
20 changed files with 1255 additions and 2 deletions

BIN
lib/Permissions.jar Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
lib/junit/junit-3.8.2.jar Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
lib/junit_4/junit-4.5.jar Normal file

Binary file not shown.

View File

@ -0,0 +1,12 @@
libs.CopyLibs.classpath=\
${base}/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar
libs.junit.classpath=\
${base}/junit/junit-3.8.2.jar
libs.junit.javadoc=\
${base}/junit/junit-3.8.2-api.zip
libs.junit_4.classpath=\
${base}/junit_4/junit-4.5.jar
libs.junit_4.javadoc=\
${base}/junit_4/junit-4.5-api.zip
libs.junit_4.src=\
${base}/junit_4/junit-4.5-src.jar