Skip to content

Commit

Permalink
Added necessary JAR files
Browse files Browse the repository at this point in the history
  • Loading branch information
nmagerko committed Apr 2, 2013
1 parent 2317a58 commit d66c859
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@
*.ear

# Allow OpenCSV jar #
!opencsv-2.3.jar
!opencsv-2.3.jar
!miglayout-4.0
!miglayout-4.0-javadoc
!miglayout-4.0-swing
2 changes: 1 addition & 1 deletion nbproject/private/private.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ do.depend=false
do.jar=true
javac.debug=true
javadoc.preview=true
user.properties.file=/Users/Emma/Library/Application Support/NetBeans/7.2.1/build.properties
user.properties.file=C:\\Users\\IMSA Student\\AppData\\Roaming\\NetBeans\\7.3\\build.properties
6 changes: 5 additions & 1 deletion nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,19 @@ dist.jar=${dist.dir}/Scouting.jar
dist.javadoc.dir=${dist.dir}/javadoc
endorsed.classpath=
excludes=
file.reference.miglayout-4.0-javadoc.jar=miglayout-4.0-javadoc.jar
file.reference.miglayout-4.0-swing.jar-1=miglayout-4.0-swing.jar
file.reference.miglayout-4.0.jar=miglayout-4.0.jar
file.reference.opencsv-2.3.jar=opencsv-2.3.jar
includes=**
jar.archive.disabled=${jnlp.enabled}
jar.compress=false
jar.index=${jnlp.enabled}
javac.classpath=\
${file.reference.opencsv-2.3.jar}:\
${file.reference.miglayout-4.0-swing.jar-1}
${file.reference.miglayout-4.0-swing.jar-1}:\
${file.reference.miglayout-4.0-javadoc.jar}:\
${file.reference.miglayout-4.0.jar}
# Space-separated list of extra javac options
javac.compilerargs=
javac.deprecation=false
Expand Down

0 comments on commit d66c859

Please sign in to comment.