Skip to content

Commit

Permalink
Fixed classpath, libs, moved to JDK8
Browse files Browse the repository at this point in the history
  • Loading branch information
lhaeger committed Aug 9, 2019
1 parent f76ce11 commit 272f29f
Show file tree
Hide file tree
Showing 5 changed files with 869 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="lib/dhutil.jar"/>
<classpathentry kind="lib" path="lib/dirxml_misc.jar"/>
<classpathentry kind="lib" path="lib/dirxml.jar"/>
<classpathentry kind="lib" path="lib/jclient.jar"/>
<classpathentry kind="lib" path="lib/nxsl.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>
17 changes: 17 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>dxqueue</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>
Loading

0 comments on commit 272f29f

Please sign in to comment.