Skip to content

Commit

Permalink
[JBIDE-23862] using latest osjc so that paths to "oc" may have " " (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
adietish authored and bdshadow committed Feb 8, 2017
1 parent fb3bb01 commit cd50dc6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugins/org.jboss.tools.openshift.client/.classpath
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="lib/openshift-restclient-java-5.3.0.Final.jar" sourcepath="lib/openshift-restclient-java-5.3.0.Final-sources.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry exported="true" kind="lib" path="lib/openshift-restclient-java-5.5.0-SNAPSHOT.jar" sourcepath="lib/openshift-restclient-java-5.5.0-SNAPSHOT-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/okhttp-3.3.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/okhttp-ws-3.3.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/okio-1.8.0.jar"/>
Expand All @@ -14,6 +14,6 @@
<classpathentry exported="true" kind="lib" path="lib/commons-codec-1.6.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-lang-2.6.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-io-2.1.jar"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="src/"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Expand Up @@ -6,7 +6,7 @@ Bundle-Version: 3.3.2.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Bundle-ClassPath: lib/openshift-restclient-java-5.3.0.Final.jar,
Bundle-ClassPath: lib/openshift-restclient-java-5.5.0-SNAPSHOT.jar,
lib/okhttp-3.3.1.jar,
lib/okhttp-ws-3.3.1.jar,
lib/okio-1.8.0.jar,
Expand Down
3 changes: 2 additions & 1 deletion plugins/org.jboss.tools.openshift.client/pom.xml
Expand Up @@ -16,7 +16,7 @@
https://repository.jboss.org/nexus/content/repositories/snapshots/com/openshift/openshift-restclient-java/5.0.0-SNAPSHOT/
https://repository.jboss.org/nexus/content/repositories/snapshots/com/openshift/openshift-restclient-java/5.0.0-SNAPSHOT/openshift-restclient-java-5.0.0-20160809.161416-8.jar
-->
<openshift-restclient-java.version>5.3.0.Final</openshift-restclient-java.version>
<openshift-restclient-java.version>5.5.0-SNAPSHOT</openshift-restclient-java.version>
<ok-http.version>3.3.1</ok-http.version>
<ok-http-ws.version>3.3.1</ok-http-ws.version>
<ok-io.version>1.8.0</ok-io.version>
Expand All @@ -28,6 +28,7 @@
<commons-codec.version>1.6</commons-codec.version>
<commons-lang.version>2.6</commons-lang.version>
<commons-io.version>2.1</commons-io.version>
<enforcer.skip>true</enforcer.skip>
</properties>

<build>
Expand Down

0 comments on commit cd50dc6

Please sign in to comment.