Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Move uaa as subnode of grails category in update site. Add test stuff…
Browse files Browse the repository at this point in the history
… as uncategorized.
  • Loading branch information
kdvolder committed Jun 27, 2012
1 parent 5c15091 commit 86f98a3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
11 changes: 8 additions & 3 deletions org.grails.ide.eclipse.site/category.xml
Expand Up @@ -13,15 +13,13 @@
-->
<site>

<category-def name="Core / Eclipse Integration Commons" label="Core / Eclipse Integration Commons"/>
<category-def name="Core / Grails IDE for Eclipse" label="Core / Grails IDE for Eclipse"/>
<category-def name="Resources / Grails IDE for Eclipse" label="Resources / Grails IDE for Eclipse"/>

<!-- UAA -->
<feature
url="org.springframework.ide.eclipse.uaa.feature_3.0.0.qualifier.jar"
id="org.springframework.ide.eclipse.uaa.feature" version="3.0.0.qualifier">
<category name="Core / Eclipse Integration Commons" />
<category name="Core / Grails IDE for Eclipse" />
</feature>

<!-- Grails IDE features -->
Expand All @@ -30,5 +28,12 @@
id="org.grails.ide.eclipse" version="3.0.0.qualifier">
<category name="Core / Grails IDE for Eclipse" />
</feature>

<!-- Test Feature(s) (uncategorised) -->
<feature
url="features/org.grails.ide.eclipse.tests_3.0.0.qualifier.jar"
id="org.grails.ide.eclipse.tests"
version="3.0.0.qualifier">
</feature>

</site>
4 changes: 2 additions & 2 deletions org.grails.ide.eclipse.tests/feature.xml
Expand Up @@ -22,12 +22,12 @@
<import feature="org.grails.ide.eclipse" version="3.0.0" match="equivalent"/>
</requires>

<plugin
<!-- <plugin
id="com.springsource.sts.server.tc.tests"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
unpack="false"/> -->

<plugin
id="org.grails.ide.eclipse.test"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -33,7 +33,7 @@
<module>org.grails.ide.eclipse.test</module>
<module>org.grails.ide.eclipse.test.ui</module>
<module>org.grails.ide.eclipse.test.util</module>
<!-- <module>org.grails.ide.eclipse.tests</module> -->
<module>org.grails.ide.eclipse.tests</module>
<module>org.grails.ide.eclipse.ui</module>
<module>org.grails.ide.eclipse.groovy.debug.core</module>
<module>org.grails.ide.eclipse.groovy.debug.tests</module>
Expand Down

0 comments on commit 86f98a3

Please sign in to comment.