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

Commit

Permalink
For JBIDE 4.3.1.Beta1: Prepare for future Beta1 [BrowserSim]
Browse files Browse the repository at this point in the history
  • Loading branch information
kmarmaliykov committed Oct 16, 2015
1 parent 0ba8881 commit 381ad6f
Show file tree
Hide file tree
Showing 21 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion features/org.jboss.tools.browsersim.feature/feature.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature id="org.jboss.tools.browsersim.feature" label="%featureName" version="3.7.0.qualifier" provider-name="%providerName" license-feature="org.jboss.tools.foundation.license.feature" license-feature-version="0.0.0">
<feature id="org.jboss.tools.browsersim.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
Expand Down
2 changes: 1 addition & 1 deletion features/org.jboss.tools.browsersim.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.browsersim</groupId>
<artifactId>features</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.browsersim.features</groupId>
<artifactId>org.jboss.tools.browsersim.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>browsersim</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.browsersim</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: WebKit support for BrowserSim
Bundle-SymbolicName: org.jboss.tools.browsersim.browser;singleton:=true
Bundle-Version: 3.7.0.qualifier
Bundle-Version: 3.7.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Eclipse-ExtensibleAPI: true
Export-Package: org.jboss.tools.browsersim.browser,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.browsersim.browser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.browsersim</groupId>
<artifactId>plugins</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.browsersim.plugins</groupId>
<artifactId>org.jboss.tools.browsersim.browser</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: Debugger for BrowserSim / CordovaSim
Bundle-SymbolicName: org.jboss.tools.browsersim.debugger
Bundle-Version: 3.7.0.qualifier
Bundle-Version: 3.7.1.qualifier
Bundle-Vendor: JBoss by Red Hat
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.browsersim.debugger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.browsersim</groupId>
<artifactId>plugins</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.browsersim.plugins</groupId>
<artifactId>org.jboss.tools.browsersim.debugger</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.browsersim.eclipse;singleton:=true
Bundle-Version: 3.7.0.qualifier
Bundle-Version: 3.7.1.qualifier
Bundle-Activator: org.jboss.tools.browsersim.eclipse.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.browsersim.eclipse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.browsersim</groupId>
<artifactId>plugins</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.browsersim.plugins</groupId>
<artifactId>org.jboss.tools.browsersim.eclipse</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: JavaFx mocks for BrowserSim
Bundle-Vendor: JBoss by Red Hat
Bundle-SymbolicName: org.jboss.tools.browsersim.javafx.mock
Bundle-Version: 3.7.0.qualifier
Bundle-Version: 3.7.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.eclipse.swt
Export-Package: com.sun.javafx.scene.web,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.browsersim.javafx.mock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.browsersim</groupId>
<artifactId>plugins</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.browsersim.plugins</groupId>
<artifactId>org.jboss.tools.browsersim.javafx.mock</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.browsersim.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Bundle-Description: Provides a WebKit-based browser, which allows you to view we
Based in part on Yahoo! Design Stencil Kit version 1.0 (http://developer.yahoo.com/ypatterns/about/stencils/).
Copyright 2012 Yahoo! Inc. Licensed under a Creative Commons Attribution 2.5 License (http://creativecommons.org/licenses/by/2.5/).
Bundle-SymbolicName: org.jboss.tools.browsersim.ui;singleton:=true
Bundle-Version: 3.7.0.qualifier
Bundle-Version: 3.7.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.eclipse.swt;bundle-version="3.7.0",
org.jboss.tools.browsersim.browser;bundle-version="3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.browsersim.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.browsersim</groupId>
<artifactId>plugins</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.browsersim.plugins</groupId>
<artifactId>org.jboss.tools.browsersim.ui</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>browsersim</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.browsersim</groupId>
<artifactId>plugins</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
<name>browsersim.plugins</name>
<packaging>pom</packaging>
<modules>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>parent</artifactId>
<version>4.3.0.Final-SNAPSHOT</version>
<version>4.3.1.Beta1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>browsersim</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
<name>jbosstools-browsersim</name>
<packaging>pom</packaging>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions products/browsersim-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.jboss.tools.browsersim</groupId>
<artifactId>browsersim.products</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.tools.browsersim</groupId>
<artifactId>org.jboss.tools.browsersim-standalone</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>
<name>org.jboss.tools.browsersim-standalone</name>
<build>
Expand Down
2 changes: 1 addition & 1 deletion products/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>browsersim</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.tools.browsersim</groupId>
Expand Down
4 changes: 2 additions & 2 deletions site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>browsersim</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.browsersim</groupId>
<artifactId>browsersim.site</artifactId>
<name>browsersim.site</name>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>
</project>
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 BrowserSim
Bundle-SymbolicName: org.jboss.tools.browsersim.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;bundle-version="3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/org.jboss.tools.browsersim.eclipse.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.browsersim</groupId>
<artifactId>tests</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.browsersim.tests</groupId>
<artifactId>org.jboss.tools.browsersim.eclipse.test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>browsersim</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.browsersim</groupId>
<artifactId>tests</artifactId>
Expand Down

0 comments on commit 381ad6f

Please sign in to comment.