1
0
forked from GitHub/gf-core

added Eclipse project for building the Java binding

This commit is contained in:
kr.angelov
2013-09-04 14:06:06 +00:00
parent 9f0f99bba4
commit 2f02340d0d
3 changed files with 34 additions and 0 deletions

17
src/runtime/java/.project Normal file
View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>jpgf</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>
</projectDescription>