From 0aad3ac466ef3a470c97b5713f259b290dfeaa16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9onard=20G=C3=A9rard?= Date: Thu, 15 Dec 2011 20:02:38 +0100 Subject: [PATCH] eclipse stuff --- .gitignore | 5 +-- compiler/.project | 37 +++++++++++++++++++ compiler/.projectSettings | 2 +- .../heptagon_java_lib/.classpath | 6 +++ .../heptagon_java_lib/.project | 24 ++++++++++++ .../heptagon_test/.classpath | 7 ++++ .../eclipse_workspace/heptagon_test/.project | 24 ++++++++++++ 7 files changed, 100 insertions(+), 5 deletions(-) create mode 100644 compiler/.project create mode 100644 tools/eclipse_workspace/heptagon_java_lib/.classpath create mode 100644 tools/eclipse_workspace/heptagon_java_lib/.project create mode 100644 tools/eclipse_workspace/heptagon_test/.classpath create mode 100644 tools/eclipse_workspace/heptagon_test/.project diff --git a/.gitignore b/.gitignore index 6dcbde0..f22f710 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,6 @@ -.external* -.paths -.project -.projectSettings _build *.DS_Store +.metadata *.cmi *.cmo *.cmx diff --git a/compiler/.project b/compiler/.project new file mode 100644 index 0000000..28367f7 --- /dev/null +++ b/compiler/.project @@ -0,0 +1,37 @@ + + + heptc + + + + + + Ocaml.ocamlbuildBuilder + + + + + + ocaml.ocamlbuildnature + + + + 1323971806815 + + 30 + + org.eclipse.ui.ide.multiFilter + 1.0-name-matches-false-false-_build + + + + 1323971806816 + + 21 + + org.eclipse.ui.ide.multiFilter + 1.0-name-matches-false-false-*.ml* + + + + diff --git a/compiler/.projectSettings b/compiler/.projectSettings index 317ff48..d0629a9 100644 --- a/compiler/.projectSettings +++ b/compiler/.projectSettings @@ -6,6 +6,6 @@ - + diff --git a/tools/eclipse_workspace/heptagon_java_lib/.classpath b/tools/eclipse_workspace/heptagon_java_lib/.classpath new file mode 100644 index 0000000..d4c4be3 --- /dev/null +++ b/tools/eclipse_workspace/heptagon_java_lib/.classpath @@ -0,0 +1,6 @@ + + + + + + diff --git a/tools/eclipse_workspace/heptagon_java_lib/.project b/tools/eclipse_workspace/heptagon_java_lib/.project new file mode 100644 index 0000000..84b888d --- /dev/null +++ b/tools/eclipse_workspace/heptagon_java_lib/.project @@ -0,0 +1,24 @@ + + + heptagon_java_lib + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + + + java + 2 + PARENT-3-PROJECT_LOC/lib/java + + + diff --git a/tools/eclipse_workspace/heptagon_test/.classpath b/tools/eclipse_workspace/heptagon_test/.classpath new file mode 100644 index 0000000..6db349b --- /dev/null +++ b/tools/eclipse_workspace/heptagon_test/.classpath @@ -0,0 +1,7 @@ + + + + + + + diff --git a/tools/eclipse_workspace/heptagon_test/.project b/tools/eclipse_workspace/heptagon_test/.project new file mode 100644 index 0000000..2775de8 --- /dev/null +++ b/tools/eclipse_workspace/heptagon_test/.project @@ -0,0 +1,24 @@ + + + heptagon_test + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + + + java + 2 + PARENT-3-PROJECT_LOC/test/_check_builds/java + + +