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 esb (JBIDE-11101) has moved to new repos, remove from reactor and the update site, and mark the README deprecated. Also remove bootstrap profile >> jbosstools-4.1.0.Alpha1x #8

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
10 changes: 8 additions & 2 deletions 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 Expand Up @@ -79,4 +85,4 @@ You can then push your topic branch and its changes into your public fork reposi
And then [generate a pull-request](http://help.github.com/pull-requests/) where we can
review the proposed changes, comment on them, discuss them with you,
and if everything is good merge the changes right into the official
repository.
repository.
2 changes: 1 addition & 1 deletion 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.esb.detector.feature</module> -->
<module>org.jboss.tools.runtime.jbpm.detector.feature</module>
</modules>
</project>
2 changes: 1 addition & 1 deletion 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.esb.detector</module> -->
<module>org.jboss.tools.runtime.jbpm.detector</module>
</modules>
</project>
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,5 @@
</releases>
</repository>
</repositories>
<profiles>
<profile>
<id>bootstrap</id>
<modules>
<module>../central</module>
</modules>
</profile>
</profiles>
</project>

9 changes: 4 additions & 5 deletions site/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,19 @@
<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> -->
<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>

<!-- 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> -->
<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>
Expand Down