[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-9097) Add ws.jaxrs to JBT updatesite

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Wed Jun 8 13:08:59 EDT 2011


Add ws.jaxrs to JBT updatesite
------------------------------

                 Key: JBIDE-9097
                 URL: https://issues.jboss.org/browse/JBIDE-9097
             Project: Tools (JBoss Tools)
          Issue Type: Feature Request
          Components: Build/Releng, Webservices
            Reporter: Max Rydahl Andersen
            Assignee: Nick Boldt
            Priority: Blocker
             Fix For: 3.3.0.M2


the ws.jaxrs feature should get included into JBT updatesites (not jbds yet)

I've created the following patch for its inclusion but would like Nick to verify it before I push it:

Index: ws/site/site.xml
===================================================================
--- ws/site/site.xml	(revision 31902)
+++ ws/site/site.xml	(working copy)
@@ -8,5 +8,8 @@
 	<feature url="features/org.jboss.tools.ws.feature_0.0.0.jar" id="org.jboss.tools.ws.feature" version="0.0.0">
 		<category name="JBoss Tools ws Nightly Build Update Site"/>
 	</feature>
+	<feature url="features/org.jboss.tools.ws.jaxrs.feature_0.0.0.jar" id="org.jboss.tools.ws.jaxrs.feature" version="0.0.0">
+		<category name="JBoss Tools ws Nightly Build Update Site"/>
+	</feature>
 
 </site>
Index: site/site.xml
===================================================================
--- site/site.xml	(revision 31902)
+++ site/site.xml	(working copy)
@@ -18,6 +18,7 @@
 	<feature url="features/org.jboss.tools.struts.feature_0.0.0.jar" id="org.jboss.tools.struts.feature" version="0.0.0" />
 	<feature url="features/org.jboss.tools.esb.feature_0.0.0.jar" id="org.jboss.tools.esb.feature" version="0.0.0" />
 	<feature url="features/org.jboss.tools.ws.feature_0.0.0.jar" id="org.jboss.tools.ws.feature" version="0.0.0" />
+	<feature url="features/org.jboss.tools.ws.jaxrs.feature_0.0.0.jar" id="org.jboss.tools.ws.jaxrs.feature" version="0.0.0" />
 	<feature url="features/org.jboss.tools.portlet.feature_0.0.0.jar" id="org.jboss.tools.portlet.feature" version="0.0.0" />
 	<feature url="features/org.jboss.tools.smooks.feature_0.0.0.jar" id="org.jboss.tools.smooks.feature" version="0.0.0" />
 	<feature url="features/org.drools.eclipse.task.feature_0.0.0.jar" id="org.drools.eclipse.task.feature" version="0.0.0" />
Index: build/aggregate/site/site.xml
===================================================================
--- build/aggregate/site/site.xml	(revision 31902)
+++ build/aggregate/site/site.xml	(working copy)
@@ -67,6 +67,10 @@
 		<category name="AllTools" />
 		<category name="SOATools" />
 	</feature>
+	<feature url="features/org.jboss.tools.ws.jaxrs.feature_0.0.0.jar" id="org.jboss.tools.ws.jaxrs.feature" version="0.0.0">
+		<category name="AllTools" />
+		<category name="SOATools" />
+	</feature>
 	<feature url="features/org.jboss.tools.portlet.feature_0.0.0.jar" id="org.jboss.tools.portlet.feature" version="0.0.0">
 		<category name="AllTools" />
 		<category name="WebTools" />
Index: build/build.xml
===================================================================
--- build/build.xml	(revision 31902)
+++ build/build.xml	(working copy)
@@ -1654,6 +1654,9 @@
 		<property name="get.artifact.id.expected.ws/features/org.jboss.tools.ws.feature/target/org.jboss.tools.ws.feature-1.1.0-SNAPSHOT.jar"
 		          value="org.jboss.tools.ws.feature"
 		/>
+		<property name="get.artifact.id.expected.ws/features/org.jboss.tools.ws.jaxrs.feature/target/org.jboss.tools.ws.jaxrs.feature-1.1.0-SNAPSHOT.jar"
+		          value="org.jboss.tools.ws.jaxrs.feature"
+		/>
 		<property name="get.artifact.id.expected.cdi/features/org.jboss.tools.cdi.feature/target/org.jboss.tools.cdi.feature-1.0.0-SNAPSHOT.jar"
 		          value="org.jboss.tools.cdi.feature"
 		/>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list