Skip to content

Commit

Permalink
Deployed successfull under windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
muuki88 committed Jul 27, 2012
1 parent 7afaeb2 commit 9a18633
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="con" path="at.bestsolution.efxclipse.tooling.jdt.core.JAVAFX_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/guava-12.0.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
11 changes: 0 additions & 11 deletions .settings/org.eclipse.jdt.core.prefs

This file was deleted.

7 changes: 6 additions & 1 deletion build.fxbuild
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
jfx.build.stagingdir = ${workspace}/nfo-maker/build
jfx.build.apptitle = nfo-maker
jfx.build.appversion = 0.0.1
jfx.build.appversion = 0.0.2
jfx.build.applicationClass = de.mukis.nfo.maker.NFOMakerApp
jfx.deploy.nativePackage = false
jfx.deploy.appletWith = 800
jfx.deploy.appletHeight = 650
jfx.build.vendorname = mukis.de

0 comments on commit 9a18633

Please sign in to comment.