Skip to content
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
};
}
Expand Down
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
Expand Up @@ -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
Expand Down