[jbosstools-commits] JBoss Tools SVN: r35971 - trunk/as/site.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Oct 24 22:55:35 EDT 2011


Author: nickboldt
Date: 2011-10-24 22:55:35 -0400 (Mon, 24 Oct 2011)
New Revision: 35971

Modified:
   trunk/as/site/site.xml
Log:
add test feature/sources back into as site.xml (git merge glitch?)

Modified: trunk/as/site/site.xml
===================================================================
--- trunk/as/site/site.xml	2011-10-25 02:03:10 UTC (rev 35970)
+++ trunk/as/site/site.xml	2011-10-25 02:55:35 UTC (rev 35971)
@@ -11,5 +11,10 @@
 	<feature url="features/org.jboss.ide.eclipse.as.source.feature_0.0.0.jar" id="org.jboss.ide.eclipse.as.source.feature" version="0.0.0">
 		<category name="JBoss Tools as Nightly Build Update Site" />
 	</feature>
-
+	<feature url="features/org.jboss.ide.eclipse.as.test.feature_0.0.0.jar" id="org.jboss.ide.eclipse.as.test.feature" version="0.0.0">
+		<category name="JBoss Tools as Nightly Build Update Site" />
+	</feature>
+	<feature url="features/org.jboss.ide.eclipse.as.test.source.feature_0.0.0.jar" id="org.jboss.ide.eclipse.as.test.source.feature" version="0.0.0">
+		<category name="JBoss Tools as Nightly Build Update Site" />
+	</feature>
 </site>



More information about the jbosstools-commits mailing list