Skip to content

Commit

Permalink
Include the scala refactoring bundle in the IDE feature. Some cleanup…
Browse files Browse the repository at this point in the history
…s to site.xml
  • Loading branch information
milessabin committed Jun 27, 2010
1 parent 60ef2e8 commit 97caeb9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion org.scala-ide.sdt.feature/feature.xml
Expand Up @@ -112,7 +112,7 @@ SUCH DAMAGE.
unpack="false"/>

<plugin
id="ch.epfl.lamp.sdt.core"
id="scala.tools.refactoring"
download-size="0"
install-size="0"
version="0.0.0"
Expand Down
12 changes: 6 additions & 6 deletions org.scala-ide.sdt.update-site/site.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/org.scala-ide.sdt.feature_0.0.0.jar" id="org.scala-ide.sdt.feature" version="0.0.0">
<feature url="features/org.scala-ide.sdt.feature_0.0.0.jar" id="org.scala-ide.sdt.feature" version="0.0.0">
<category name="sdt"/>
</feature>
<feature url="features/org.scala-ide.sdt.weaving.feature_0.0.0.jar" id="org.scala-ide.sdt.weaving.feature" version="0.0.0">
</feature>
<feature url="features/org.scala-ide.sdt.weaving.feature_0.0.0.jar" id="org.scala-ide.sdt.weaving.feature" version="0.0.0">
<category name="sdt-weaving"/>
</feature>
<category-def name="sdt" label="Scala IDE for Eclipse"/>
<category-def name="sdt-weaving" label="JDT Weaving for Scala"/>
</feature>
<category-def name="sdt" label="Scala IDE for Eclipse"/>
<category-def name="sdt-weaving" label="JDT Weaving for Scala"/>
</site>

0 comments on commit 97caeb9

Please sign in to comment.