Author: snjeza
Date: 2011-08-14 19:55:25 -0400 (Sun, 14 Aug 2011)
New Revision: 33894
Modified:
trunk/build/aggregate/site/site.xml
trunk/common/features/pom.xml
trunk/common/plugins/pom.xml
trunk/common/site/site.xml
trunk/site/site.xml
Log:
JBIDE-9545 Add remote debug attach to jboss tools
Modified: trunk/build/aggregate/site/site.xml
===================================================================
--- trunk/build/aggregate/site/site.xml 2011-08-14 23:52:38 UTC (rev 33893)
+++ trunk/build/aggregate/site/site.xml 2011-08-14 23:55:25 UTC (rev 33894)
@@ -131,6 +131,10 @@
<category name="GeneralTools" />
</feature>
+ <feature url="features/org.jboss.tools.common.jdt.feature_0.0.0.jar"
id="org.jboss.tools.common.jdt.feature" version="0.0.0">
+ <category name="AllTools" />
+ </feature>
+
<feature url="features/org.jboss.tools.runtime.feature_0.0.0.jar"
id="org.jboss.tools.runtime.feature" version="0.0.0">
<category name="AllTools" />
</feature>
Modified: trunk/common/features/pom.xml
===================================================================
--- trunk/common/features/pom.xml 2011-08-14 23:52:38 UTC (rev 33893)
+++ trunk/common/features/pom.xml 2011-08-14 23:55:25 UTC (rev 33894)
@@ -19,6 +19,7 @@
<module>org.jboss.tools.common.text.ext.feature</module>
<module>org.jboss.tools.common.ui.feature</module>
<module>org.jboss.tools.common.verification.feature</module>
+ <module>org.jboss.tools.common.jdt.feature</module>
</modules>
</project>
Modified: trunk/common/plugins/pom.xml
===================================================================
--- trunk/common/plugins/pom.xml 2011-08-14 23:52:38 UTC (rev 33893)
+++ trunk/common/plugins/pom.xml 2011-08-14 23:55:25 UTC (rev 33894)
@@ -29,6 +29,8 @@
<module>org.jboss.tools.common.ui</module>
<module>org.jboss.tools.common.verification</module>
<module>org.jboss.tools.common.verification.ui</module>
+ <module>org.jboss.tools.common.jdt.debug</module>
+ <module>org.jboss.tools.common.jdt.debug.ui</module>
</modules>
</project>
Modified: trunk/common/site/site.xml
===================================================================
--- trunk/common/site/site.xml 2011-08-14 23:52:38 UTC (rev 33893)
+++ trunk/common/site/site.xml 2011-08-14 23:55:25 UTC (rev 33894)
@@ -23,6 +23,9 @@
<feature
url="features/org.jboss.tools.common.verification.feature_0.0.0.jar"
id="org.jboss.tools.common.verification.feature" version="0.0.0">
<category name="JBoss Tools common Nightly Build Update Site"/>
</feature>
+ <feature url="features/org.jboss.tools.common.jdt.feature_0.0.0.jar"
id="org.jboss.tools.common.jdt.feature" version="0.0.0">
+ <category name="JBoss Tools common Nightly Build Update Site"/>
+ </feature>
<!-- add tests plugins since downstream projects like ESB depend on them -->
<feature url="features/org.jboss.tools.common.all.tests.feature_0.0.0.jar"
id="org.jboss.tools.common.all.tests.feature" version="0.0.0">
Modified: trunk/site/site.xml
===================================================================
--- trunk/site/site.xml 2011-08-14 23:52:38 UTC (rev 33893)
+++ trunk/site/site.xml 2011-08-14 23:55:25 UTC (rev 33894)
@@ -49,4 +49,5 @@
<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 url="features/org.jboss.tools.deltacloud.feature_0.0.0.jar"
id="org.jboss.tools.deltacloud.feature" version="0.0.0" />
<feature url="features/org.jboss.tools.usage.feature_0.0.0.jar"
id="org.jboss.tools.usage.feature" version="0.0.0" />
+ <feature url="features/org.jboss.tools.common.jdt.feature_0.0.0.jar"
id="org.jboss.tools.common.jdt.feature" version="0.0.0" />
</site>
Show replies by date