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 + + +