Skip to content

Commit a5f9ad0

Browse files
committed
minor version up
1 parent 038ca70 commit a5f9ad0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scouter.client/.classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
44
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
55
<classpathentry kind="src" path="src"/>
6+
<classpathentry combineaccessrules="false" kind="src" path="/scouter.common"/>
67
<classpathentry exported="true" kind="lib" path="lib/scouter.common.jar" sourcepath="/scouter.common"/>
78
<classpathentry exported="true" kind="lib" path="lib/hibernate-core-3.3.2.GA.jar"/>
89
<classpathentry exported="true" kind="lib" path="lib/opencsv-2.4.jar"/>

scouter.deploy/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<property name="deploy-dir" value="./out/package"/>
55
<property name="outpack-dir" value="./out"/>
66

7-
<property name="VERSION" value="0.3.13"/>
7+
<property name="VERSION" value="0.3.14"/>
88

99

1010
<target name="packing">

0 commit comments

Comments
 (0)