Skip to content

Commit

Permalink
プラグイン内のJARファイルを最新版に差し替え。
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed Apr 14, 2014
1 parent 33757ed commit ef15de3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="lib" path="lib/stepcounter-3.0.2-jar-with-dependencies.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.7.0_51"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ Require-Bundle: org.eclipse.ui,
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: lib/stepcounter-3.0.2-jar-with-dependencies.jar,
Bundle-ClassPath: lib/stepcounter-3.0.3-jar-with-dependencies.jar,
.
2 changes: 1 addition & 1 deletion eclipse-plugin/jp.sf.amateras.stepcounter/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ bin.includes = META-INF/,\
icons/,\
plugin_ja.properties,\
plugin.properties,\
lib/
lib/stepcounter-3.0.3-jar-with-dependencies.jar
src.includes = src/
Binary file not shown.

0 comments on commit ef15de3

Please sign in to comment.