Skip to content

Commit

Permalink
update NB project properties
Browse files Browse the repository at this point in the history
name openDS-libre
fix copyLibs task
  • Loading branch information
breznak committed Oct 12, 2016
1 parent d2fcdd6 commit 5e499cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions IDEs/netbeans/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotation.processing.source.output=${build.generated.sources.dir}/ap-source-out
application.desc=Car driving simulator, \ndeveloped by www.opends.de/ \nThis is our fork with some fixes and development updates (next-gen version).\n
application.homepage=https://github.com/breznak/openDS
application.splash=/mnt/store/devel/driving/openDS/assets/Textures/Logo/OpenDS.png
application.title=OpenDS (ng)
application.title=OpenDS-libre
application.vendor=OpenDS.de
auxiliary.org-netbeans-modules-vagrant.project-closed-action=none
auxiliary.org-netbeans-modules-vagrant.save-run-command-histories=false
Expand Down Expand Up @@ -279,7 +279,8 @@ javac.classpath=\
${file.reference.JasperReports-log4j}:\
${file.reference.Textures-Logo}:\
${file.reference.jfxrt.jar}:\
${file.reference.jfx-1.dev.47488-09-06_144536-2.jar}
${file.reference.jfx-1.dev.47488-09-06_144536-2.jar}:\
${libs.CopyLibs.classpath}
${file.reference.lib-ffjoystick}:\
${file.reference.lib-jME3}:\
${file.reference.lib-jasperreports}:\
Expand Down
2 changes: 0 additions & 2 deletions lib/nblibraries.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
libs.CopyLibs.classpath=\
${base}/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar
libs.CopyLibs.displayName=CopyLibs Task
libs.CopyLibs.prop-version=2.0

0 comments on commit 5e499cd

Please sign in to comment.