Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PAXRUNNER-456: Support for equinox 3.13.200 #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PAXRUNNER-456: Support for equinox 3.13.200
TuomasKiviaho committed Jan 23, 2019
commit 89ee627eef4cfbdbf7d3dc48c6fb0cc7f12b5c05
Original file line number Diff line number Diff line change
@@ -59,6 +59,7 @@ protected PlatformBuilder[] createPlatformBuilders( final BundleContext bundleCo
new EquinoxPlatformBuilderF380( bundleContext, "3.8.2" ),
new EquinoxPlatformBuilderF380( bundleContext, "3.9.1" ),
new EquinoxPlatformBuilderF380( bundleContext, "3.10.100" ),
new EquinoxPlatformBuilderF380( bundleContext, "3.13.200" ),
new EquinoxPlatformBuilderSnapshot( bundleContext )
};
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<platform>

<name>Equinox 3.13.200</name>
<system>link:classpath:runner-links/org.eclipse.osgi-3.13.200.link</system>

<profile name="minimal" default="true"/>

<profile name="tui" extends="minimal">
<bundle>
<name>Equinox Console (1.0.0)</name>
<url>link:classpath:runner-links/org.eclipse.equinox.console-1.0.0.link</url>
</bundle>
<bundle>
<name>Apache Felix Gogo Command (0.14.0)</name>
<url>link:classpath:runner-links/org.apache.felix.gogo.command-0.14.0.link</url>
</bundle>
<bundle>
<name>Apache Felix Gogo Runtime (0.16.2)</name>
<url>link:classpath:runner-links/org.apache.felix.gogo.runtime-0.16.2.link</url>
</bundle>
<bundle>
<name>Apache Felix Gogo Shell (0.10.0)</name>
<url>link:classpath:runner-links/org.apache.felix.gogo.shell-0.10.0.link</url>
</bundle>
</profile>

</platform>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mvn:org.eclipse.platform/org.eclipse.osgi/3.13.200
1 change: 1 addition & 0 deletions pax-runner/src/main/resources/META-INF/runner.properties
Original file line number Diff line number Diff line change
@@ -101,6 +101,7 @@ platform.equinox.3.8.1=org.ops4j.pax.runner.platform.equinox.internal.Activator
platform.equinox.3.8.2=org.ops4j.pax.runner.platform.equinox.internal.Activator
platform.equinox.3.9.1=org.ops4j.pax.runner.platform.equinox.internal.Activator
platform.equinox.3.10.100=org.ops4j.pax.runner.platform.equinox.internal.Activator
platform.equinox.3.13.200=org.ops4j.pax.runner.platform.equinox.internal.Activator
platform.equinox.SNAPSHOT=org.ops4j.pax.runner.platform.equinox.internal.Activator
# Felix
platform.felix.1.0.0=org.ops4j.pax.runner.platform.felix.internal.Activator