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

JBTIS-114 - correct JBTIS URL in discovery #61

Merged
merged 1 commit into from
Jul 23, 2013
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BundleName = JBoss Developer Studio - Central Discovery - Integration Stack - do
#jboss.soa.update.url = http://www.qa.jboss.com/binaries/RHDS/updates/development/6.0.0.Alpha1.integration-stack/

# integration
jboss.is.update.url = http://download.jboss.org/jbosstools/updates/development/kepler/integration-stack/
jboss.is.update.url = http://download.jboss.org/jbosstools/updates/integration/kepler/integration-stack/aggregate/

# [PUBLIC] staging (latest EA / milestone)
#jboss.soa.update.url = https://devstudio.jboss.com/updates/6.0-staging/central/integration-stack/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<group id="com.jboss.jbds.central.discovery.soatooling.r" />
</connectorCategory>

<!-- JBoss Busines Process and Rules Development -->
<!-- JBoss Business Process and Rules Development -->
<connectorDescriptor
categoryId="com.jboss.jbds.central.discovery.integration-stack.bundle"
groupId="com.jboss.jbds.central.discovery.integration-stack.prod"
Expand All @@ -26,7 +26,6 @@
description="Tools related to business processes and rules development - includes support for BPEL editor, jBPM, Modeshape, Drools and Guvnor."
id="jboss.integration-stack.bundle.bpr">
<iu id="org.jboss.tools.bpel.feature"/>
<iu id="org.eclipse.bpel.apache.ode.runtime.feature"/>
<iu id="org.drools.eclipse.feature"/>
<iu id="org.guvnor.tools.feature"/>
<iu id="org.jbpm.eclipse.feature"/>
Expand Down Expand Up @@ -106,7 +105,6 @@
description="Tools related to the development of SOA applications - includes support for BPEL editor, Drools, Guvnor, jBPM, Modeshape, Savara and Switchyard."
id="jboss.integration-stack.bundle.soa">
<iu id="org.jboss.tools.bpel.feature"/>
<iu id="org.eclipse.bpel.apache.ode.runtime.feature"/>
<iu id="org.drools.eclipse.feature"/>
<iu id="org.guvnor.tools.feature"/>
<iu id="org.jboss.tools.runtime.drools.detector.feature"/>
Expand Down