eclipse stuff
This commit is contained in:
parent
c75236b688
commit
0aad3ac466
7 changed files with 100 additions and 5 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,9 +1,6 @@
|
|||
.external*
|
||||
.paths
|
||||
.project
|
||||
.projectSettings
|
||||
_build
|
||||
*.DS_Store
|
||||
.metadata
|
||||
*.cmi
|
||||
*.cmo
|
||||
*.cmx
|
||||
|
|
37
compiler/.project
Normal file
37
compiler/.project
Normal file
|
@ -0,0 +1,37 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>heptc</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>Ocaml.ocamlbuildBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>ocaml.ocamlbuildnature</nature>
|
||||
</natures>
|
||||
<filteredResources>
|
||||
<filter>
|
||||
<id>1323971806815</id>
|
||||
<name></name>
|
||||
<type>30</type>
|
||||
<matcher>
|
||||
<id>org.eclipse.ui.ide.multiFilter</id>
|
||||
<arguments>1.0-name-matches-false-false-_build</arguments>
|
||||
</matcher>
|
||||
</filter>
|
||||
<filter>
|
||||
<id>1323971806816</id>
|
||||
<name></name>
|
||||
<type>21</type>
|
||||
<matcher>
|
||||
<id>org.eclipse.ui.ide.multiFilter</id>
|
||||
<arguments>1.0-name-matches-false-false-*.ml*</arguments>
|
||||
</matcher>
|
||||
</filter>
|
||||
</filteredResources>
|
||||
</projectDescription>
|
|
@ -6,6 +6,6 @@
|
|||
<item value="" key="ocamlbuildProjectCompilerFlags"/>
|
||||
<item value="-j 0" key="ocamlbuildProjectOtherFlags"/>
|
||||
<item value="true" key="ocamlbuildGenerateTypeInfo"/>
|
||||
<item value="heptc.d.byte" key="ocamlbuildProjectTargets"/>
|
||||
<item value="heptc.byte" key="ocamlbuildProjectTargets"/>
|
||||
</section>
|
||||
</section>
|
||||
|
|
6
tools/eclipse_workspace/heptagon_java_lib/.classpath
Normal file
6
tools/eclipse_workspace/heptagon_java_lib/.classpath
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="java"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
24
tools/eclipse_workspace/heptagon_java_lib/.project
Normal file
24
tools/eclipse_workspace/heptagon_java_lib/.project
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>heptagon_java_lib</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
</natures>
|
||||
<linkedResources>
|
||||
<link>
|
||||
<name>java</name>
|
||||
<type>2</type>
|
||||
<locationURI>PARENT-3-PROJECT_LOC/lib/java</locationURI>
|
||||
</link>
|
||||
</linkedResources>
|
||||
</projectDescription>
|
7
tools/eclipse_workspace/heptagon_test/.classpath
Normal file
7
tools/eclipse_workspace/heptagon_test/.classpath
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="java"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry combineaccessrules="false" kind="src" path="/heptagon_java_lib"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
24
tools/eclipse_workspace/heptagon_test/.project
Normal file
24
tools/eclipse_workspace/heptagon_test/.project
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>heptagon_test</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
</natures>
|
||||
<linkedResources>
|
||||
<link>
|
||||
<name>java</name>
|
||||
<type>2</type>
|
||||
<locationURI>PARENT-3-PROJECT_LOC/test/_check_builds/java</locationURI>
|
||||
</link>
|
||||
</linkedResources>
|
||||
</projectDescription>
|
Loading…
Reference in a new issue