Skip to content

Commit

Permalink
プラグインのクラスパス設定を修正。
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed Apr 14, 2014
1 parent a73460b commit a50d99a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclipse-plugin/jp.sf.amateras.stepcounter/.classpath
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="lib/stepcounter-3.0.3-jar-with-dependencies.jar"/>
<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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.7.0_51"/>
<classpathentry exported="true" kind="lib" path="lib/stepcounter-3.0.3-jar-with-dependencies.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

0 comments on commit a50d99a

Please sign in to comment.