Skip to content
Snippets Groups Projects
Commit 7881710b authored by Carsten Stocklöw's avatar Carsten Stocklöw
Browse files

version hell...

parent da355587
No related branches found
No related tags found
No related merge requests found
Showing with 39 additions and 36 deletions
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.universaal.igd.uaal.runner.ui.feature"
label="AAL Studio Pax Runner UI"
version="1.3.1"
provider-name="universAAL"
plugin="org.universaal.tools.aalstudio.core">
<description url="http://www.universaal.org">
This tool is an addition to the original Eclipse Pax-Runner-UI. It provides an additonal tab that allows to add OSGi-Bundels containing a pom.xml and all their dependencies to the start-configuration using only one click. This is done by making a deep-search in all dependencies given in Maven. Also the tool adds some universAAL specific features like setting the middleware version and creating a new configuration containing the most importend parameters for running an application.
</description>
<copyright url="http://www.igd.fraunhofer.de">
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.universaal.igd.uaal.runner.ui.feature"
label="AAL Studio Pax Runner UI"
version="1.3.2"
provider-name="universAAL"
plugin="org.universaal.tools.aalstudio.core">
<description url="http://www.universaal.org">
This tool is an addition to the original Eclipse Pax-Runner-UI. It provides an additonal tab that allows to add OSGi-Bundels containing a pom.xml and all their dependencies to the start-configuration using only one click. This is done by making a deep-search in all dependencies given in Maven. Also the tool adds some universAAL specific features like setting the middleware version and creating a new configuration containing the most importend parameters for running an application.
</description>
<copyright url="http://www.igd.fraunhofer.de">
Copyright 2007-2014 Fraunhofer IGD, http://www.igd.fraunhofer.de
Fraunhofer-Gesellschaft - Institut für Graphische Datenverarbeitung
......@@ -27,10 +27,10 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
or implied.
See the License for the specific language governing permissions
and limitations under the License.
</copyright>
<license url="http://www.apache.org/licenses/LICENSE-2.0">
and limitations under the License.
</copyright>
<license url="http://www.apache.org/licenses/LICENSE-2.0">
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
......@@ -231,19 +231,19 @@
distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
</license>
<requires>
<import plugin="org.eclipse.pde.ui" version="3.3.0" match="greaterOrEqual"/>
</requires>
<plugin
id="org.universaal.igd.uaal.runner.ui"
download-size="0"
install-size="0"
version="0.0.0"
fragment="true"
unpack="false"/>
</feature>
limitations under the License.
</license>
<requires>
<import plugin="org.eclipse.pde.ui" version="3.3.0" match="greaterOrEqual"/>
</requires>
<plugin
id="org.universaal.igd.uaal.runner.ui"
download-size="0"
install-size="0"
version="1.3.2"
fragment="true"
unpack="false"/>
</feature>
......@@ -11,7 +11,7 @@
<groupId>org.universaal.igd</groupId>
<artifactId>pax-runner-uaal-ui-feature</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<packaging>jar</packaging>
<name>OPS4J Pax Runner - Eclipse Plugin UI - Feature</name>
......
......@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: universAAL Pax Runner UI
Bundle-SymbolicName: org.universaal.igd.uaal.runner.ui;singleton:=true
Bundle-Version: 1.3.1
Bundle-Version: 1.3.2
Bundle-Vendor: universAAL
Fragment-Host: org.eclipse.pde.ui
Require-Bundle: org.eclipse.ui,
......
......@@ -12,7 +12,7 @@
<groupId>org.universaal.igd</groupId>
<artifactId>pax-runner-uaal-ui</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
<packaging>jar</packaging>
<name>Pax Runner uAAL Tab</name>
......
No preview for this file type
No preview for this file type
......@@ -354,6 +354,9 @@
<feature url="features/org.universaal.igd.uaal.runner.ui.feature_1.3.1.jar" id="org.universaal.igd.uaal.runner.ui.feature" version="1.3.1">
<category name="universaal_tools"/>
</feature>
<feature url="features/org.universaal.igd.uaal.runner.ui.feature_1.3.2.jar" id="org.universaal.igd.uaal.runner.ui.feature" version="1.3.2">
<category name="universaal_tools"/>
</feature>
<category-def name="universaal_tools" label="AAL Studio tools">
<description>
Tools for development of AAL applications using the universAAL platform
......
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