Implemented third set of java build system changes

This commit is contained in:
Mario Danic
2007-04-24 23:24:35 +00:00
parent 30ae0fbbc7
commit 06256b889a
2 changed files with 29 additions and 0 deletions

12
extras/java/.classpath Normal file
View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/java"/>
<classpathentry kind="src" path="src/test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/java-libburn">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="java-libburn/tmp"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>