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

Updated version numbers to 1.7.6 and added a method to LaunchConfiguration to...

Updated version numbers to 1.7.6 and added a method to LaunchConfiguration to support 1.7.6 (untested)
parent 770925c9
No related branches found
No related tags found
No related merge requests found
Showing
with 28 additions and 16 deletions
......@@ -2,7 +2,7 @@
<feature
id="org.ops4j.pax.runner.eclipse.core.feature"
label="Pax Runner Plugin for Eclipse"
version="1.6.0"
version="1.7.6"
provider-name="OPS4j.org">
<copyright url="http://www.ops4j.org">
......@@ -256,7 +256,7 @@ limitations under the License.
id="org.ops4j.pax.runner.eclipse.core"
download-size="0"
install-size="0"
version="1.6.0"
version="0.0.0"
fragment="true"
unpack="false"/>
......
......@@ -5,13 +5,13 @@
<parent>
<groupId>org.ops4j.pax.runner</groupId>
<artifactId>pax-runner-eclipse</artifactId>
<version>1.6.0</version>
<version>1.7.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.ops4j.pax.runner</groupId>
<artifactId>pax-runner-eclipse-core-feature</artifactId>
<version>1.6.0</version>
<version>1.7.6</version>
<packaging>jar</packaging>
<name>OPS4J Pax Runner - Eclipse Plugin Core - Feature</name>
......
......@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OPS4J Pax Runner - Eclipse Plugin Core
Bundle-SymbolicName: org.ops4j.pax.runner.eclipse.core;singleton:=true
Bundle-Version: 1.6.0
Bundle-Version: 1.7.6
Bundle-Vendor: OPS4J.org
Fragment-Host: org.eclipse.pde.ui;bundle-version="3.3.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.4
......
......@@ -5,13 +5,13 @@
<parent>
<groupId>org.ops4j.pax.runner</groupId>
<artifactId>pax-runner-eclipse</artifactId>
<version>1.7.0</version>
<version>1.7.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.ops4j.pax.runner</groupId>
<artifactId>pax-runner-eclipse-core</artifactId>
<version>1.7.0</version>
<version>1.7.6</version>
<packaging>jar</packaging>
<name>OPS4J Pax Runner - Eclipse Plugin Core</name>
......
......@@ -257,6 +257,18 @@ public class LaunchConfiguration extends AbstractPDELaunchConfiguration
throw new PlatformException( "Problem starting platform", e );
}
}
public void exec( final String[] vmOptions,
final String[] classpath,
final String mainClass,
final String[] programOptions,
final String javaHome,
final File workingDir,
String[] environmentVariables )
throws PlatformException
{
exec(vmOptions, classpath, mainClass, programOptions, javaHome, workingDir);
}
}, configuration.getProgramArguments()
);
}
......
......@@ -2,7 +2,7 @@
<feature
id="org.ops4j.pax.runner.eclipse.ui.feature"
label="Pax Runner Plugin for Eclipse UI"
version="1.6.0"
version="1.7.6"
provider-name="OPS4j.org">
<copyright url="http://www.ops4j.org">
......@@ -256,7 +256,7 @@ limitations under the License.
id="org.ops4j.pax.runner.eclipse.ui"
download-size="0"
install-size="0"
version="1.6.0"
version="0.0.0"
fragment="true"
unpack="false"/>
......
......@@ -5,13 +5,13 @@
<parent>
<groupId>org.ops4j.pax.runner</groupId>
<artifactId>pax-runner-eclipse</artifactId>
<version>1.6.0</version>
<version>1.7.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.ops4j.pax.runner</groupId>
<artifactId>pax-runner-eclipse-ui-feature</artifactId>
<version>1.6.0</version>
<version>1.7.6</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: OPS4J Pax Runner - Eclipse Plugin UI
Bundle-SymbolicName: org.ops4j.pax.runner.eclipse.ui;singleton:=true
Bundle-Version: 1.6.0
Bundle-Version: 1.7.6
Bundle-Vendor: OPS4J.org
Fragment-Host: org.eclipse.pde.ui;bundle-version="3.3.0"
Require-Bundle: org.eclipse.ui,
......
......@@ -5,13 +5,13 @@
<parent>
<groupId>org.ops4j.pax.runner</groupId>
<artifactId>pax-runner-eclipse</artifactId>
<version>1.6.0</version>
<version>1.7.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.ops4j.pax.runner</groupId>
<artifactId>pax-runner-eclipse-ui</artifactId>
<version>1.6.0</version>
<version>1.7.6</version>
<packaging>jar</packaging>
<name>OPS4J Pax Runner - Eclipse Plugin UI</name>
......
......@@ -5,13 +5,13 @@
<parent>
<groupId>org.ops4j.pax</groupId>
<artifactId>runner</artifactId>
<version>1.6.0</version>
<version>1.7.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.ops4j.pax.runner</groupId>
<artifactId>pax-runner-eclipse</artifactId>
<version>1.7.0</version>
<version>1.7.6</version>
<packaging>pom</packaging>
<name>OPS4J Pax Runner - Eclipse Plugin (Build POM)</name>
......
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