changeset 12:f842f414655b

change build.xml
author e095732
date Tue, 29 Jan 2013 17:59:13 +0900
parents 26e1da66ffe1
children 5f9709c253f7
files .classpath .hgignore .project .settings/org.eclipse.core.resources.prefs .settings/org.eclipse.jdt.core.prefs build.xml
diffstat 6 files changed, 63 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.classpath	Tue Jan 29 17:59:13 2013 +0900
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src"/>
+	<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="lib" path="lib/Alice.jar"/>
+	<classpathentry kind="lib" path="lib/com.alexmerz.graphviz.jar"/>
+	<classpathentry kind="lib" path="lib/javassist.jar"/>
+	<classpathentry kind="lib" path="lib/log4j-1.2.16.jar"/>
+	<classpathentry kind="lib" path="lib/msgpack-0.6.8-SNAPSHOT-sources.jar"/>
+	<classpathentry kind="lib" path="lib/msgpack-0.6.8-SNAPSHOT.jar"/>
+	<classpathentry kind="lib" path="lib/slf4j-api-1.6.1-sources.jar"/>
+	<classpathentry kind="lib" path="lib/slf4j-api-1.6.1.jar"/>
+	<classpathentry kind="lib" path="lib/slf4j-log4j12-1.6.1-sources.jar"/>
+	<classpathentry kind="lib" path="lib/slf4j-log4j12-1.6.1.jar"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Tue Jan 29 17:59:13 2013 +0900
@@ -0,0 +1,5 @@
+
+syntax: regexp
+^classes$
+syntax: regexp
+^example\.jar$
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.project	Tue Jan 29 17:59:13 2013 +0900
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>JavaFx</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.settings/org.eclipse.core.resources.prefs	Tue Jan 29 17:59:13 2013 +0900
@@ -0,0 +1,6 @@
+eclipse.preferences.version=1
+encoding//src/example/HelloFXML.java=UTF-8
+encoding//src/example/HelloWorld.java=UTF-8
+encoding//src/example/LoginDemo.java=UTF-8
+encoding//src/example/LoginDemo2.java=UTF-8
+encoding//src/example/LoginFormController.java=UTF-8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.settings/org.eclipse.jdt.core.prefs	Tue Jan 29 17:59:13 2013 +0900
@@ -0,0 +1,11 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
+org.eclipse.jdt.core.compiler.compliance=1.7
+org.eclipse.jdt.core.compiler.debug.lineNumber=generate
+org.eclipse.jdt.core.compiler.debug.localVariable=generate
+org.eclipse.jdt.core.compiler.debug.sourceFile=generate
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.7
--- a/build.xml	Tue Jan 29 15:04:13 2013 +0900
+++ b/build.xml	Tue Jan 29 17:59:13 2013 +0900
@@ -35,7 +35,7 @@
 				<pathelement path="lib/log4j-1.2.16.jar" />
 				<pathelement path="lib/slf4j-api-1.6.1.jar" />
 				<pathelement path="lib/slf4j-log4j12-1.6.1.jar" />
-				<pathelement path="lib/msgpack-0.6.6-SNAPSHOT.jar" />
+				<pathelement path="lib/msgpack-0.6.8-SNAPSHOT.jar" />
 				<pathelement path="lib/com.alexmerz.graphviz.jar" />
 			</classpath>
 			<sourcepath>