Skip to content
Snippets Groups Projects
Commit 708cd4b4 authored by Erlend Stav's avatar Erlend Stav
Browse files

Fixed classpath issue, updated icon and set version

parent 05e2380d
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<feature
id="org.universaal.tools.uStoreClientFeature"
label="AAL Studio uStore Client"
version="0.8.0"
version="0.9.5"
provider-name="universAAL"
plugin="org.universaal.tools.aalstudio.core">
......
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<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="lib" path="axis.jar"/>
<classpathentry kind="lib" path="commons-discovery-0.2.jar"/>
<classpathentry kind="lib" path="javax.wsdl_1.6.2.v201012040545.jar"/>
<classpathentry kind="lib" path="jaxrpc.jar"/>
<classpathentry kind="lib" path="org.apache.commons.logging_1.0.4.v201101211617.jar"/>
<classpathentry kind="lib" path="saaj.jar"/>
<classpathentry kind="lib" path="swing2swt.jar"/>
<classpathentry kind="lib" path="D:/Eclipse_versions/Copy (2) of eclipse3.7Clean/plugins/org.apache.axis_1.4.0.v201005080400/lib/axis.jar"/>
<classpathentry kind="lib" path="D:/Eclipse_versions/Copy (2) of eclipse3.7Clean/plugins/org.apache.commons.discovery_0.2.0.v201004190315/lib/commons-discovery-0.2.jar"/>
<classpathentry kind="lib" path="D:/Eclipse_versions/Copy (2) of eclipse3.7Clean/plugins/javax.xml.rpc_1.1.0.v201005080400/lib/jaxrpc.jar"/>
<classpathentry kind="lib" path="D:/Eclipse_versions/Copy (2) of eclipse3.7Clean/plugins/javax.xml.soap_1.2.0.v201005080501/lib/saaj.jar"/>
<classpathentry kind="lib" path="D:/Eclipse_versions/Copy (2) of eclipse3.7Clean/plugins/javax.wsdl_1.6.2.v201012040545.jar"/>
<classpathentry kind="lib" path="D:/Eclipse_versions/Copy (2) of eclipse3.7Clean/plugins/org.apache.commons.logging_1.0.4.v201101211617.jar"/>
<classpathentry kind="lib" path="swt-grouplayout.jar" sourcepath="swt-grouplayout.zip"/>
<classpathentry kind="output" path="bin"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<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="lib" path="axis.jar"/>
<classpathentry kind="lib" path="commons-discovery-0.2.jar"/>
<classpathentry kind="lib" path="javax.wsdl_1.6.2.v201012040545.jar"/>
<classpathentry kind="lib" path="jaxrpc.jar"/>
<classpathentry kind="lib" path="org.apache.commons.logging_1.0.4.v201101211617.jar"/>
<classpathentry kind="lib" path="saaj.jar"/>
<classpathentry kind="lib" path="swing2swt.jar"/>
<classpathentry kind="lib" path="swt-grouplayout.jar" sourcepath="swt-grouplayout.zip"/>
<classpathentry kind="output" path="bin"/>
</classpath>
......@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: uStoreClientApplication
Bundle-SymbolicName: org.universaal.tools.uStoreClientPlugin;singleton:=true
Bundle-Version: 0.8.0
Bundle-Version: 0.9.5
Bundle-ClassPath: org.universaal.tools.uStoreClientPlugin,
axis.jar,
commons-discovery-0.2.jar,
......
uStoreClient/org.universaal.tools.uStoreClientPlugin/icons/publish-to-store-16.png

722 B

uStoreClient/org.universaal.tools.uStoreClientPlugin/icons/publish.png

3.22 KiB

......@@ -9,7 +9,7 @@
id="org.universaal.tools.uStoreClientApplication.actionSet">
<action
label="&amp;Update/Delete universAAL application in uStore"
icon="icons/publish.png"
icon="icons/publish-to-store-16.png"
class="org.universaal.tools.uStoreClientapplication.actions.ViewApplicationsAction"
tooltip="Update/Delete universAAL application in uStore"
menubarPath="org.universaal.tools.AALStudio.menu/publish"
......@@ -18,7 +18,7 @@
</action>
<action
label="&amp;Publish universAAL application"
icon="icons/publish.png"
icon="icons/publish-to-store-16.png"
class="org.universaal.tools.uStoreClientapplication.actions.PublishAction"
tooltip="Publish application to uStore"
menubarPath="org.universaal.tools.AALStudio.menu/publish"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment