Bug 552192 - Stop building Ruby module

DLTK Ruby stopped in the pre Ruby 2 times and it's totally useless
nowadays for anything more than simple script.

Change-Id: Icfd59976c4c6daddea58e2dc252d66b68243cfba
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/build/update.site/category.xml b/build/update.site/category.xml
index f049817..574d35a 100644
--- a/build/update.site/category.xml
+++ b/build/update.site/category.xml
@@ -34,12 +34,6 @@
    <feature url="features/org.eclipse.dltk.core.tests_0.0.0.jar" id="org.eclipse.dltk.core.tests" version="0.0.0">
       <category name="DLTK-Tests"/>
    </feature>
-   <feature url="features/org.eclipse.dltk.ruby_0.0.0.jar" id="org.eclipse.dltk.ruby" version="0.0.0">
-      <category name="Dynamic Languages Toolkit (DLTK)"/>
-   </feature>
-   <feature url="features/org.eclipse.dltk.ruby.sdk_0.0.0.jar" id="org.eclipse.dltk.ruby.sdk" version="0.0.0">
-      <category name="Dynamic Languages Toolkit (DLTK)"/>
-   </feature>
    <feature url="features/org.eclipse.dltk.tcl_0.0.0.jar" id="org.eclipse.dltk.tcl" version="0.0.0">
       <category name="Dynamic Languages Toolkit (DLTK)"/>
    </feature>
diff --git a/pom.xml b/pom.xml
index 32bc2c1..dcf7b7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,6 @@
 	<modules>
 		<module>../org.eclipse.dltk.core</module>
 		<module>../org.eclipse.dltk.tcl</module>
-		<module>../org.eclipse.dltk.ruby</module>
 		<module>build/update.site</module>
 		<!-- <module>testplatform</module> <module>javascript.tests</module> -->
 		<!-- <module>site</module> -->