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 #505

Merged
merged 6 commits into from
Oct 19, 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
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature id="org.jboss.tools.central.feature" label="%featureName" version="2.3.100.qualifier" provider-name="%providerName" plugin="org.jboss.tools.central"
<feature id="org.jboss.tools.central.feature" label="%featureName" version="2.3.200.qualifier" provider-name="%providerName" plugin="org.jboss.tools.central"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0">
<description>
Expand Down
2 changes: 1 addition & 1 deletion central/features/org.jboss.tools.central.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.central</groupId>
<artifactId>features</artifactId>
<version>2.3.100-SNAPSHOT</version>
<version>2.3.200-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.central.features</groupId>
<artifactId>org.jboss.tools.central.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.central.test.feature"
label="%featureName"
version="2.3.100.qualifier"
version="2.3.200.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.central</groupId>
<artifactId>features</artifactId>
<version>2.3.100-SNAPSHOT</version>
<version>2.3.200-SNAPSHOT</version>
</parent>
<groupId>org.jboss.central.features</groupId>
<artifactId>org.jboss.tools.central.test.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.central.themes.feature"
label="%featureName"
version="2.3.100.qualifier"
version="2.3.200.qualifier"
provider-name="%providerName"
plugin="org.jboss.tools.community.central"
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.central</groupId>
<artifactId>features</artifactId>
<version>2.3.100-SNAPSHOT</version>
<version>2.3.200-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.central.features</groupId>
<artifactId>org.jboss.tools.central.themes.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.community.central.feature"
label="%featureName"
version="2.3.100.qualifier"
version="2.3.200.qualifier"
provider-name="%providerName"
plugin="org.jboss.tools.community.central"
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.central</groupId>
<artifactId>features</artifactId>
<version>2.3.100-SNAPSHOT</version>
<version>2.3.200-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.central.features</groupId>
<artifactId>org.jboss.tools.community.central.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion central/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>central</artifactId>
<version>2.3.100-SNAPSHOT</version>
<version>2.3.200-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.central</groupId>
<artifactId>features</artifactId>
Expand Down
18 changes: 16 additions & 2 deletions central/plugins/org.jboss.tools.central.themes/.classpath
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src/"/>
<classpathentry kind="src" output="target/classes" path="src">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.release=disabled
org.eclipse.jdt.core.compiler.source=1.8
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: Themes
Bundle-SymbolicName: org.jboss.tools.central.themes;singleton:=true
Bundle-Version: 2.3.100.qualifier
Bundle-Version: 2.3.200.qualifier
Bundle-Activator: org.jboss.tools.central.themes.Activator
Bundle-Vendor: JBoss, by Red Hat
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion central/plugins/org.jboss.tools.central.themes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.central</groupId>
<artifactId>plugins</artifactId>
<version>2.3.100-SNAPSHOT</version>
<version>2.3.200-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.central.plugins</groupId>
<artifactId>org.jboss.tools.central.themes</artifactId>
Expand Down
18 changes: 16 additions & 2 deletions central/plugins/org.jboss.tools.central/.classpath
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry exported="true" kind="lib" path="lib/ocpsoft-pretty-time-1.0.7.jar"/>
<classpathentry kind="src" path="src/"/>
<classpathentry kind="src" output="target/classes" path="src">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>
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.central; singleton:=true
Bundle-Version: 2.3.100.qualifier
Bundle-Version: 2.3.200.qualifier
Bundle-Activator: org.jboss.tools.central.JBossCentralActivator
Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
org.eclipse.core.runtime;bundle-version="3.7.0",
Expand Down
9 changes: 0 additions & 9 deletions central/plugins/org.jboss.tools.central/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -252,15 +252,6 @@
wizardId="org.jboss.tools.quarkus.ui.wizard.createProject"
requiredComponentIds="org.jboss.tools.quarkus.feature">
</proxyWizard>
<proxyWizard
id="launcher.wizard"
description="%launcher.wizard.description"
label="Launcher Application"
priority="2"
iconPath="icons/fabric8_icon_16px.png"
wizardId="org.jboss.tools.common.launcher.ui.wizard.newProjectWizard"
requiredComponentIds="org.jboss.tools.common.launcher.feature">
</proxyWizard>
<proxyWizard
id="maven.wizard"
description="%maven.wizard.description"
Expand Down
2 changes: 1 addition & 1 deletion central/plugins/org.jboss.tools.central/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.central</groupId>
<artifactId>plugins</artifactId>
<version>2.3.100-SNAPSHOT</version>
<version>2.3.200-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.central.plugins</groupId>
<artifactId>org.jboss.tools.central</artifactId>
Expand Down
18 changes: 16 additions & 2 deletions central/plugins/org.jboss.tools.community.central/.classpath
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src/"/>
<classpathentry kind="src" output="target/classes" path="src">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=17
org.eclipse.jdt.core.compiler.compliance=17
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
org.eclipse.jdt.core.compiler.release=enabled
org.eclipse.jdt.core.compiler.source=17
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.central;singleton:=true
Bundle-Version: 2.3.100.qualifier
Bundle-Version: 2.3.200.qualifier
Bundle-Vendor: %BundleVendor
Bundle-Localization: plugin
Require-Bundle: org.jboss.tools.central;bundle-version="1.0.0"
2 changes: 1 addition & 1 deletion central/plugins/org.jboss.tools.community.central/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.central</groupId>
<artifactId>plugins</artifactId>
<version>2.3.100-SNAPSHOT</version>
<version>2.3.200-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.central.plugins</groupId>
<artifactId>org.jboss.tools.community.central</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion central/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>central</artifactId>
<version>2.3.100-SNAPSHOT</version>
<version>2.3.200-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.central</groupId>
<artifactId>plugins</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion central/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>central</artifactId>
<version>2.3.100-SNAPSHOT</version>
<version>2.3.200-SNAPSHOT</version>
<name>central.all</name>
<packaging>pom</packaging>
<!--
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: Central Reddeer
Bundle-SymbolicName: org.jboss.tools.central.reddeer
Bundle-Version: 2.3.100.qualifier
Bundle-Version: 2.3.200.qualifier
Bundle-Activator: org.jboss.tools.central.reddeer.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.central</groupId>
<artifactId>test-framework</artifactId>
<version>2.3.100-SNAPSHOT</version>
<version>2.3.200-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.central</groupId>
<artifactId>org.jboss.tools.central.reddeer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion central/test-framework/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>central</artifactId>
<version>2.3.100-SNAPSHOT</version>
<version>2.3.200-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.central</groupId>
<artifactId>test-framework</artifactId>
Expand Down
18 changes: 16 additions & 2 deletions central/tests/org.jboss.tools.central.test/.classpath
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src/"/>
<classpathentry kind="src" output="target/classes" path="src">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>
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.central.test;singleton:=true
Bundle-Version: 2.3.100.qualifier
Bundle-Version: 2.3.200.qualifier
Bundle-Activator: org.jboss.tools.central.test.Activator
Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
org.eclipse.core.runtime;bundle-version="3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion central/tests/org.jboss.tools.central.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.central</groupId>
<artifactId>tests</artifactId>
<version>2.3.100-SNAPSHOT</version>
<version>2.3.200-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.central.tests</groupId>
<artifactId>org.jboss.tools.central.test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion central/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>central</artifactId>
<version>2.3.100-SNAPSHOT</version>
<version>2.3.200-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.central</groupId>
<artifactId>tests</artifactId>
Expand Down
Loading