Skip to content

Commit

Permalink
add plugin .classpath as it should reference jars in libs;
Browse files Browse the repository at this point in the history
  • Loading branch information
paulvi committed Feb 24, 2014
1 parent 10b67ac commit 7b11866
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions plugin/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?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-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="lib/markdownj-1.0.2b4-0.3.0.jar"/>
<classpathentry kind="lib" path="lib/net.sf.paperclips_1.0.1.jar"/>
<classpathentry kind="lib" path="lib/winterwell.utils.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

0 comments on commit 7b11866

Please sign in to comment.