Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
Up version to 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gorkem committed Oct 20, 2015
1 parent b61b597 commit a768651
Show file tree
Hide file tree
Showing 39 changed files with 86 additions and 67 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<feature
id="org.jboss.tools.aerogear.easymport.feature"
label="%featureName"
version="1.3.0.qualifier"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0"
provider-name="%providerName">
version="1.3.1.qualifier"
provider-name="%providerName"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0">

<description>
%description
Expand All @@ -15,7 +15,7 @@
%copyright
</copyright>

<license url="%licenseURL">
<license url="%licenseURL">
%license
</license>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.aerogear.cordova</groupId>
<artifactId>features</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.aerogear.cordova.features</groupId>
<artifactId>org.jboss.tools.aerogear.easymport.feature</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<feature
id="org.jboss.tools.aerogear.thym.feature"
label="%featureName"
version="1.3.0.qualifier"
version="1.3.1.qualifier"
provider-name="%providerName"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0"
plugin="org.jboss.tools.aerogear.thym">
plugin="org.jboss.tools.aerogear.thym"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0">

<description>
%description
Expand All @@ -16,7 +16,7 @@
%copyright
</copyright>

<license url="%licenseURL">
<license url="%licenseURL">
%license
</license>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.aerogear.cordova</groupId>
<artifactId>features</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.aerogear.cordova.features</groupId>
<artifactId>org.jboss.tools.aerogear.thym.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cordova/features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.aerogear</groupId>
<artifactId>cordova</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.aerogear.cordova</groupId>
<artifactId>features</artifactId>
Expand Down
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: %BundleName
Bundle-SymbolicName: org.jboss.tools.aerogear.thym;singleton:=true
Bundle-Version: 1.3.0.qualifier
Bundle-Version: 1.3.1.qualifier
Bundle-Activator: org.jboss.tools.aerogear.thym.ThymPlugin
Bundle-Vendor: %BundleVendor
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion cordova/plugins/org.jboss.tools.aerogear.thym/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.aerogear.cordova</groupId>
<artifactId>plugins</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.aerogear.cordova.plugins</groupId>
<artifactId>org.jboss.tools.aerogear.thym</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cordova/plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.aerogear</groupId>
<artifactId>cordova</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.aerogear.cordova</groupId>
<artifactId>plugins</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions cordova/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>aerogear</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.aerogear</groupId>
<artifactId>cordova</artifactId>
<name>Aerogear/Cordova</name>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>plugins</module>
Expand Down
2 changes: 1 addition & 1 deletion cordova/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.aerogear</groupId>
<artifactId>cordova</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.aerogear.cordova</groupId>
<artifactId>tests</artifactId>
Expand Down
43 changes: 31 additions & 12 deletions cordovasim/features/org.jboss.tools.cordovasim.feature/feature.xml
Original file line number Diff line number Diff line change
@@ -1,24 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature id="org.jboss.tools.cordovasim.feature"
label="%featureName"
version="3.7.0.qualifier"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0"
provider-name="%providerName">
<feature
id="org.jboss.tools.cordovasim.feature"
label="%featureName"
version="3.7.1.qualifier"
provider-name="%providerName"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0">

<description url="http://www.jboss.org/tools">
<description url="http://www.jboss.org/tools">
%description
</description>

<copyright>
<copyright>
%copyright
</copyright>

<license url="%licenseURL">
<license url="%licenseURL">
%license
</license>

<plugin id="org.jboss.tools.cordovasim" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
<plugin id="org.jboss.tools.cordovasim.eclipse" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
<plugin id="org.jboss.tools.cordovasim.ripple" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
<plugin
id="org.jboss.tools.cordovasim"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.jboss.tools.cordovasim.eclipse"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.jboss.tools.cordovasim.ripple"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.aerogear.cordovasim</groupId>
<artifactId>features</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.aerogear.cordovasim.features</groupId>
<artifactId>org.jboss.tools.cordovasim.feature</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.aerogear.cordovasim</groupId>
<artifactId>features</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.aerogear.cordovasim.features</groupId>
<artifactId>org.jboss.tools.cordovasim.test.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cordovasim/features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.aerogear</groupId>
<artifactId>cordovasim</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.aerogear.cordovasim</groupId>
<artifactId>features</artifactId>
Expand Down
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: Eclipse integrations of BrowserSim
Bundle-SymbolicName: org.jboss.tools.cordovasim.eclipse;singleton:=true
Bundle-Version: 3.7.0.qualifier
Bundle-Version: 3.7.1.qualifier
Bundle-Activator: org.jboss.tools.cordovasim.eclipse.Activator
Require-Bundle: org.jboss.tools.browsersim.browser;bundle-version="3.7.0",
org.jboss.tools.browsersim.ui;bundle-version="3.7.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.aerogear.cordovasim</groupId>
<artifactId>plugins</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.aerogear.cordovasim.plugins</groupId>
<artifactId>org.jboss.tools.cordovasim.eclipse</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Ripple for CordovaSim
Bundle-SymbolicName: org.jboss.tools.cordovasim.ripple
Bundle-Version: 3.7.0.qualifier
Bundle-Version: 3.7.1.qualifier
Bundle-Vendor: JBoss by Red Hat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.aerogear.cordovasim</groupId>
<artifactId>plugins</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.aerogear.cordovasim.plugins</groupId>
<artifactId>org.jboss.tools.cordovasim.ripple</artifactId>
Expand Down
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: %Bundle-Name
Bundle-SymbolicName: org.jboss.tools.cordovasim
Bundle-Version: 3.7.0.qualifier
Bundle-Version: 3.7.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.jboss.tools.browsersim.ui;bundle-version="3.7.0",
org.jboss.tools.browsersim.browser;bundle-version="3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion cordovasim/plugins/org.jboss.tools.cordovasim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.aerogear.cordovasim</groupId>
<artifactId>plugins</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.aerogear.cordovasim.plugins</groupId>
<artifactId>org.jboss.tools.cordovasim</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions cordovasim/plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.jboss.tools.aerogear</groupId>
<artifactId>cordovasim</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.aerogear.cordovasim</groupId>
<artifactId>plugins</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
<name>Aerogear/Cordovasim plugins</name>
<packaging>pom</packaging>
<modules>
Expand Down
4 changes: 2 additions & 2 deletions cordovasim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>aerogear</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.aerogear</groupId>
<artifactId>cordovasim</artifactId>
<name>Aerogear/Cordovasim</name>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>plugins</module>
Expand Down
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: Eclipse integration tests on CordovaSim
Bundle-SymbolicName: org.jboss.tools.cordovasim.eclipse.test
Bundle-Version: 3.7.0.qualifier
Bundle-Version: 3.7.1.qualifier
Bundle-Vendor: JBoss by Red Hat
Require-Bundle: org.junit,
org.jboss.tools.browsersim.eclipse,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.aerogear.cordovasim</groupId>
<artifactId>tests</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.aerogear.cordovasim.tests</groupId>
<artifactId>org.jboss.tools.cordovasim.eclipse.test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cordovasim/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.aerogear</groupId>
<artifactId>cordovasim</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.aerogear.cordovasim</groupId>
<artifactId>tests</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.feedhenry.test.feature"
label="%featureName"
version="1.1.0.qualifier"
version="1.1.1.qualifier"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0"
provider-name="%providerName">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.aerogear.feedhenry</groupId>
<artifactId>features</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.aerogear.feedhenry.features</groupId>
<artifactId>org.jboss.tools.feedhenry.test.feature</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions feedhenry/features/org.jboss.tools.feedhenry/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<feature
id="org.jboss.tools.feedhenry"
label="%featureName"
version="1.1.0.qualifier"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0"
provider-name="%providerName">
version="1.1.1.qualifier"
provider-name="%providerName"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0">

<description>
%description
Expand All @@ -15,7 +15,7 @@
%copyright
</copyright>

<license url="%licenseURL">
<license url="%licenseURL">
%license
</license>

Expand Down
2 changes: 1 addition & 1 deletion feedhenry/features/org.jboss.tools.feedhenry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.aerogear.feedhenry</groupId>
<artifactId>features</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.aerogear.feedhenry.features</groupId>
<artifactId>org.jboss.tools.feedhenry</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion feedhenry/features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.aerogear</groupId>
<artifactId>feedhenry</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.aerogear.feedhenry</groupId>
<artifactId>features</artifactId>
Expand Down
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: %BundleName
Bundle-SymbolicName: org.jboss.tools.feedhenry.ui;singleton:=true
Bundle-Version: 1.1.0.qualifier
Bundle-Version: 1.1.1.qualifier
Bundle-Activator: org.jboss.tools.feedhenry.ui.FHPlugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion feedhenry/plugins/org.jboss.tools.feedhenry.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.aerogear.feedhenry</groupId>
<artifactId>plugins</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.aerogear.feedhenry.plugins</groupId>
<artifactId>org.jboss.tools.feedhenry.ui</artifactId>
Expand Down
Loading

0 comments on commit a768651

Please sign in to comment.