Skip to content

Commit

Permalink
[templates] Classpath
Browse files Browse the repository at this point in the history
Provide a proper class path file
  • Loading branch information
pkriens committed Mar 11, 2021
1 parent be32895 commit 475e402
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-{{javaLevel}}"/>
<classpathentry kind="con" path="aQute.bnd.classpath.container"/>
<classpathentry kind="src" output="{{binDir}}" path="{{srcDir}}"/>
</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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-{{javaLevel}}"/>
<classpathentry kind="con" path="aQute.bnd.classpath.container"/>
<classpathentry kind="src" output="{{binDir}}" path="{{srcDir}}"/>
<classpathentry kind="src" output="{{testBinDir}}" path="{{testSrcDir}}">
<attributes>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
</classpath>

0 comments on commit 475e402

Please sign in to comment.