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-11098 Since jbpm (JBIDE-11100) and esb (JBIDE-11101) have moved to new repos, remove them from the reactor and the update site, and mark the README deprecated. Also remove bootstrap profile #7

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

## Summary

Provides plugins to identify and setup SOA related runtimes like ESB, Drools and jBPM.
This project is *deprecated*. Content has migrated to the following projects:

* https://github.com/droolsjbpm/droolsjbpm-tools/tree/master/drools-eclipse (Drools runtime detector)
* https://github.com/jbosstools/jbosstools-esb (ESB runtime detector)
* https://github.com/jbosstools/jbosstools-jbpm (jBPM3 runtime detector)

The detector plugins are used to identify and setup SOA related runtimes for Drools, ESB and jBPM 3.

## Install

Expand Down
4 changes: 2 additions & 2 deletions features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.runtime.drools.detector.feature</module>
<module>org.jboss.tools.runtime.esb.detector.feature</module>
<module>org.jboss.tools.runtime.jbpm.detector.feature</module>
<!-- <module>org.jboss.tools.runtime.esb.detector.feature</module> -->
<!-- <module>org.jboss.tools.runtime.jbpm.detector.feature</module> -->
</modules>
</project>
4 changes: 2 additions & 2 deletions plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.runtime.drools.detector</module>
<module>org.jboss.tools.runtime.esb.detector</module>
<module>org.jboss.tools.runtime.jbpm.detector</module>
<!-- <module>org.jboss.tools.runtime.esb.detector</module> -->
<!-- <module>org.jboss.tools.runtime.jbpm.detector</module> -->
</modules>
</project>
10 changes: 1 addition & 9 deletions 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>parent</artifactId>
<version>4.1.0.Alpha1-SNAPSHOT</version>
<version>4.1.0.Alpha2-SNAPSHOT</version>
<relativePath>../jbosstools-build/parent/pom.xml</relativePath>
</parent>
<groupId>org.jboss.tools</groupId>
Expand Down Expand Up @@ -42,13 +42,5 @@
</releases>
</repository>
</repositories>
<profiles>
<profile>
<id>bootstrap</id>
<modules>
<module>../central</module>
</modules>
</profile>
</profiles>
</project>

17 changes: 8 additions & 9 deletions site/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,20 @@
<feature url="features/org.jboss.tools.runtime.drools.detector.feature_0.0.0.jar" id="org.jboss.tools.runtime.drools.detector.feature" version="0.0.0">
<category name="JBoss Tools runtime-soa Nightly Build Update Site"/>
</feature>
<feature url="features/org.jboss.tools.runtime.esb.detector.feature_0.0.0.jar" id="org.jboss.tools.runtime.esb.detector.feature" version="0.0.0">
<!-- <feature url="features/org.jboss.tools.runtime.esb.detector.feature_0.0.0.jar" id="org.jboss.tools.runtime.esb.detector.feature" version="0.0.0">
<category name="JBoss Tools runtime-soa Nightly Build Update Site"/>
</feature>
<feature url="features/org.jboss.tools.runtime.jbpm.detector.feature_0.0.0.jar" id="org.jboss.tools.runtime.jbpm.detector.feature" version="0.0.0">
</feature> -->
<!-- <feature url="features/org.jboss.tools.runtime.jbpm.detector.feature_0.0.0.jar" id="org.jboss.tools.runtime.jbpm.detector.feature" version="0.0.0">
<category name="JBoss Tools runtime-soa Nightly Build Update Site"/>
</feature>
</feature> -->

<!-- TODO: add sources -->
<feature url="features/org.jboss.tools.runtime.drools.detector.feature.source_0.0.0.jar" id="org.jboss.tools.runtime.drools.detector.feature.source" version="0.0.0">
<category name="JBoss Tools runtime-soa Nightly Build Update Site"/>
</feature>
<feature url="features/org.jboss.tools.runtime.esb.detector.feature.source_0.0.0.jar" id="org.jboss.tools.runtime.esb.detector.feature.source" version="0.0.0">
<!-- <feature url="features/org.jboss.tools.runtime.esb.detector.feature.source_0.0.0.jar" id="org.jboss.tools.runtime.esb.detector.feature.source" version="0.0.0">
<category name="JBoss Tools runtime-soa Nightly Build Update Site"/>
</feature>
<feature url="features/org.jboss.tools.runtime.jbpm.detector.feature.source_0.0.0.jar" id="org.jboss.tools.runtime.jbpm.detector.feature.source" version="0.0.0">
</feature> -->
<!-- <feature url="features/org.jboss.tools.runtime.jbpm.detector.feature.source_0.0.0.jar" id="org.jboss.tools.runtime.jbpm.detector.feature.source" version="0.0.0">
<category name="JBoss Tools runtime-soa Nightly Build Update Site"/>
</feature>
</feature> -->
</site>