Skip to content

Commit

Permalink
Fix missing messages in console
Browse files Browse the repository at this point in the history
Update clientadapter lib to 1.9.4-2 which closes #10
  • Loading branch information
markphip committed Nov 6, 2016
1 parent ec2f9ec commit d59119a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bundles/svnapi.core/.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/adapter-base-1.9.4-2.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 exported="true" kind="lib" path="lib/adapter-base-1.9.4.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
4 changes: 2 additions & 2 deletions bundles/svnapi.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Subversion Client Adapter
Bundle-SymbolicName: org.tigris.subversion.clientadapter;singleton:=true
Bundle-Version: 1.9.4.1
Bundle-Version: 1.9.4.2
Bundle-Activator: org.tigris.subversion.clientadapter.Activator
Bundle-Vendor: Subclipse
Require-Bundle: org.eclipse.core.runtime
Expand All @@ -12,4 +12,4 @@ Export-Package: org.tigris.subversion.clientadapter,
org.tigris.subversion.svnclientadapter.utils
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ClassPath: .,
lib/adapter-base-1.9.4.jar
lib/adapter-base-1.9.4-2.jar
3 changes: 2 additions & 1 deletion bundles/svnapi.core/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ bin.includes = META-INF/,\
about.properties,\
epl-v10.html,\
svn.gif,\
lib/
lib/,\
lib/adapter-base-1.9.4-2.jar
Binary file added bundles/svnapi.core/lib/adapter-base-1.9.4-2.jar
Binary file not shown.
Binary file removed bundles/svnapi.core/lib/adapter-base-1.9.4.jar
Binary file not shown.

0 comments on commit d59119a

Please sign in to comment.