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

JBIDE-29066: remove launcher from central #504

Merged
merged 3 commits into from
Sep 28, 2023
Merged
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 @@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.community.project.examples.feature"
label="JBoss Tools Community Project Examples"
version="3.3.0.qualifier"
version="3.3.100.qualifier"
provider-name="%providerName"
plugin="org.jboss.tools.community.project.examples"
license-feature="org.jboss.tools.foundation.license.feature"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.examples</groupId>
<artifactId>features</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.100-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.examples.features</groupId>
<artifactId>org.jboss.tools.community.project.examples.feature</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.maven.project.examples.feature"
label="%featureName"
version="3.3.0.qualifier"
version="3.3.100.qualifier"
provider-name="%providerName"
plugin="org.jboss.tools.maven.project.examples"
license-feature="org.jboss.tools.foundation.license.feature"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.examples</groupId>
<artifactId>features</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.100-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.maven.features</groupId>
<artifactId>org.jboss.tools.maven.project.examples.feature</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.project.examples.feature"
label="%featureName"
version="3.3.0.qualifier"
version="3.3.100.qualifier"
provider-name="%providerName"
plugin="org.jboss.tools.project.examples"
license-feature="org.jboss.tools.foundation.license.feature"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>org.jboss.tools.examples</groupId>
<artifactId>features</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.100-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.examples.features</groupId>
<artifactId>org.jboss.tools.project.examples.feature</artifactId>
<packaging>eclipse-feature</packaging>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.100-SNAPSHOT</version>
</project>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature id="org.jboss.tools.project.examples.test.feature"
label="%featureName"
version="3.3.0.qualifier"
version="3.3.100.qualifier"
provider-name="%providerName"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.examples</groupId>
<artifactId>features</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.100-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.examples.features</groupId>
<artifactId>org.jboss.tools.project.examples.test.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>examples</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.100-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.examples</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.community.project.examples;singleton:=true
Bundle-Version: 3.3.0.qualifier
Bundle-Version: 3.3.100.qualifier
Bundle-Vendor: %BundleVendor
Bundle-Localization: plugin
Require-Bundle: org.jboss.tools.project.examples
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.examples</groupId>
<artifactId>plugins</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.100-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.examples.plugins</groupId>
<artifactId>org.jboss.tools.community.project.examples</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.maven.project.examples;singleton:=true
Bundle-Version: 3.3.0.qualifier
Bundle-Version: 3.3.100.qualifier
Bundle-Activator: org.jboss.tools.maven.project.examples.MavenProjectExamplesActivator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.examples</groupId>
<artifactId>plugins</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.100-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.maven.plugins</groupId>
<artifactId>org.jboss.tools.maven.project.examples</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.project.examples.cheatsheet;singleton:=true
Bundle-Version: 3.3.0.qualifier
Bundle-Version: 3.3.100.qualifier
Bundle-Activator: org.jboss.tools.project.examples.cheatsheet.Activator
Bundle-Vendor: %BundleVendor
Bundle-Localization: plugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.examples</groupId>
<artifactId>plugins</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.100-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.examples.plugins</groupId>
<artifactId>org.jboss.tools.project.examples.cheatsheet</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.project.examples;singleton:=true
Bundle-Version: 3.3.0.qualifier
Bundle-Version: 3.3.100.qualifier
Bundle-Activator: org.jboss.tools.project.examples.internal.ProjectExamplesActivator
Bundle-Vendor: %BundleVendor
Require-Bundle: org.eclipse.ui,
Expand Down Expand Up @@ -65,7 +65,6 @@ Export-Package: org.jboss.tools.project.examples,
org.jboss.tools.project.examples.wizard
Bundle-RequiredExecutionEnvironment: JavaSE-11
Import-Package: com.sun.xml.bind.v2;version="2.3.3",
javax.activation;version="1.2.2",
javax.xml.bind;version="2.3.3",
javax.xml.bind.annotation;version="2.3.3",
javax.xml.bind.annotation.adapters;version="2.3.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/plugins/org.jboss.tools.project.examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.examples</groupId>
<artifactId>plugins</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.100-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.examples.plugins</groupId>
<artifactId>org.jboss.tools.project.examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>examples</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.100-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.examples</groupId>
<artifactId>plugins</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>examples</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.100-SNAPSHOT</version>
<name>examples.all</name>
<packaging>pom</packaging>
<modules>
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.maven.examples.test;singleton:=true
Bundle-Version: 3.3.0.qualifier
Bundle-Version: 3.3.100.qualifier
Require-Bundle: org.eclipse.core.runtime,
org.jboss.tools.project.examples,
org.jboss.tools.community.project.examples,
Expand Down
2 changes: 1 addition & 1 deletion examples/tests/org.jboss.tools.maven.examples.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.examples</groupId>
<artifactId>tests</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.100-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.maven.tests</groupId>
<artifactId>org.jboss.tools.maven.examples.test</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.project.examples.test;singleton:=true
Bundle-Version: 3.3.0.qualifier
Bundle-Version: 3.3.100.qualifier
Require-Bundle: org.eclipse.core.runtime,
org.jboss.tools.tests,
org.jboss.tools.project.examples;bundle-version="2.0.0",
Expand Down Expand Up @@ -38,5 +38,4 @@ Export-Package: org.jboss.tools.project.examples.model
Bundle-Vendor: %BundleVendor
Bundle-Localization: plugin
Import-Package: com.sun.xml.bind.v2;version="2.3.3",
javax.activation;version="1.2.2",
javax.xml.bind;version="2.3.3"
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.examples</groupId>
<artifactId>tests</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.100-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.examples.tests</groupId>
<artifactId>org.jboss.tools.project.examples.test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>examples</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.100-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.examples</groupId>
<artifactId>tests</artifactId>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<module>maven</module>
<module>examples</module>
<module>central</module>
<module>launcher</module>
<module>site</module>
</modules>

Expand Down
8 changes: 0 additions & 8 deletions site/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@
<feature id="org.jboss.tools.community.project.examples.feature.source"><category name="AllSources"/></feature>
<feature id="org.jboss.tools.project.examples.test.feature.source"><category name="AllSources"/></feature>

<!-- launcher -->

<feature id="org.jboss.tools.common.launcher.feature"><category name="AllFeatures"/></feature>
<feature id="org.jboss.tools.common.launcher.test.feature"><category name="AllFeatures"/></feature>
<!-- Sources -->
<feature id="org.jboss.tools.common.launcher.feature.source"><category name="AllSources"/></feature>
<feature id="org.jboss.tools.common.launcher.test.feature.source"><category name="AllSources"/></feature>

<!-- maven -->

<feature id="org.jboss.tools.maven.feature"><category name="AllFeatures"/></feature>
Expand Down
Loading