Site builder
Change-Id: Ib787695ba75788ee778138a0fce14dacea6b141f
Signed-off-by: Dawid Pakuła <zulus@w3des.net>
diff --git a/build/site/runtime.sites/all/site.xml b/build/site/runtime.sites/all/site.xml
index 2fc7aae..9f6fed3 100644
--- a/build/site/runtime.sites/all/site.xml
+++ b/build/site/runtime.sites/all/site.xml
@@ -18,27 +18,15 @@
<feature url="features/org.eclipse.dltk.mylyn_0.0.0.jar" id="org.eclipse.dltk.mylyn" version="0.0.0">
<category name="Dynamic Languages Toolkit (DLTK)"/>
</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.tcl_0.0.0.jar" id="org.eclipse.dltk.tcl" version="0.0.0">
<category name="Dynamic Languages Toolkit (DLTK)"/>
</feature>
- <feature url="features/org.eclipse.dltk.python_0.0.0.jar" id="org.eclipse.dltk.python" version="0.0.0">
- <category name="Dynamic Languages Toolkit (DLTK)"/>
- </feature>
- <feature url="features/org.eclipse.dltk.javascript_0.0.0.jar" id="org.eclipse.dltk.javascript" version="0.0.0">
- <category name="Dynamic Languages Toolkit (DLTK)"/>
- </feature>
<feature url="features/org.eclipse.dltk.xotcl_0.0.0.jar" id="org.eclipse.dltk.xotcl" version="0.0.0">
<category name="Dynamic Languages Toolkit (DLTK)"/>
</feature>
<feature url="features/org.eclipse.dltk.itcl_0.0.0.jar" id="org.eclipse.dltk.itcl" version="0.0.0">
<category name="Dynamic Languages Toolkit (DLTK)"/>
</feature>
- <feature url="features/org.eclipse.dltk.sh_0.0.0.jar" id="org.eclipse.dltk.sh" version="0.0.0">
- <category name="Dynamic Languages Toolkit (DLTK)"/>
- </feature>
<category-def name="Dynamic Languages Toolkit (DLTK)" label="Dynamic Languages Toolkit (DLTK)">
<description>
This category contains the features of the Eclipse
diff --git a/build/site/runtime.sites/javascript/.gitignore b/build/site/runtime.sites/javascript/.gitignore
deleted file mode 100644
index dce3cac..0000000
--- a/build/site/runtime.sites/javascript/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/target/
-site
diff --git a/build/site/runtime.sites/javascript/pom.xml b/build/site/runtime.sites/javascript/pom.xml
deleted file mode 100644
index 3ecae75..0000000
--- a/build/site/runtime.sites/javascript/pom.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
- xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.eclipse.dltk</groupId>
- <artifactId>runtime.sites.javascript</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <parent>
- <artifactId>runtime.sites</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <groupId>org.eclipse.dltk</groupId>
- <relativePath>..</relativePath>
- </parent>
- <packaging>eclipse-update-site</packaging>
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-packaging-plugin</artifactId>
- <version>${tycho-version}</version>
- <configuration>
- <archiveSite>true</archiveSite>
- </configuration>
- </plugin>
- </plugins>
- </build>
-</project>
diff --git a/build/site/runtime.sites/javascript/site.xml b/build/site/runtime.sites/javascript/site.xml
deleted file mode 100644
index 7deb1ab..0000000
--- a/build/site/runtime.sites/javascript/site.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
- <feature url="features/org.eclipse.dltk.javascript_0.0.0.jar" id="org.eclipse.dltk.javascript" version="0.0.0"/>
-</site>
diff --git a/build/site/runtime.sites/pom.xml b/build/site/runtime.sites/pom.xml
index 4232816..ce2a310 100644
--- a/build/site/runtime.sites/pom.xml
+++ b/build/site/runtime.sites/pom.xml
@@ -18,13 +18,9 @@
<module>core</module>
<module>core.index</module>
<module>itcl</module>
- <module>javascript</module>
<module>mylyn</module>
- <module>python</module>
<module>rse</module>
- <module>ruby</module>
<module>tcl</module>
<module>xotcl</module>
- <module>sh</module>
</modules>
</project>
diff --git a/build/site/runtime.sites/python/.gitignore b/build/site/runtime.sites/python/.gitignore
deleted file mode 100644
index 09e3bc9..0000000
--- a/build/site/runtime.sites/python/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/bin/
-/target/
diff --git a/build/site/runtime.sites/python/pom.xml b/build/site/runtime.sites/python/pom.xml
deleted file mode 100644
index ea29820..0000000
--- a/build/site/runtime.sites/python/pom.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
- xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.eclipse.dltk</groupId>
- <artifactId>runtime.sites.python</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <parent>
- <artifactId>runtime.sites</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <groupId>org.eclipse.dltk</groupId>
- </parent>
- <packaging>eclipse-update-site</packaging>
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-packaging-plugin</artifactId>
- <version>${tycho-version}</version>
- <configuration>
- <archiveSite>true</archiveSite>
- </configuration>
- </plugin>
- </plugins>
- </build>
-</project>
diff --git a/build/site/runtime.sites/python/site.xml b/build/site/runtime.sites/python/site.xml
deleted file mode 100644
index 5192c6c..0000000
--- a/build/site/runtime.sites/python/site.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
- <feature url="features/org.eclipse.dltk.python_0.0.0.jar" id="org.eclipse.dltk.python" version="0.0.0"/>
-</site>
diff --git a/build/site/runtime.sites/ruby/.gitignore b/build/site/runtime.sites/ruby/.gitignore
deleted file mode 100644
index dce3cac..0000000
--- a/build/site/runtime.sites/ruby/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/target/
-site
diff --git a/build/site/runtime.sites/ruby/pom.xml b/build/site/runtime.sites/ruby/pom.xml
deleted file mode 100644
index 1bf812f..0000000
--- a/build/site/runtime.sites/ruby/pom.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
- xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.eclipse.dltk</groupId>
- <artifactId>runtime.sites.ruby</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <parent>
- <artifactId>runtime.sites</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <groupId>org.eclipse.dltk</groupId>
- </parent>
- <packaging>eclipse-update-site</packaging>
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-packaging-plugin</artifactId>
- <version>${tycho-version}</version>
- <configuration>
- <archiveSite>true</archiveSite>
- </configuration>
- </plugin>
- </plugins>
- </build>
-</project>
diff --git a/build/site/runtime.sites/ruby/site.xml b/build/site/runtime.sites/ruby/site.xml
deleted file mode 100644
index d3b8550..0000000
--- a/build/site/runtime.sites/ruby/site.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
- <feature url="features/org.eclipse.dltk.ruby_0.0.0.jar" id="org.eclipse.dltk.ruby" version="0.0.0"/>
-</site>
diff --git a/build/site/runtime.sites/sh/.gitignore b/build/site/runtime.sites/sh/.gitignore
deleted file mode 100644
index dce3cac..0000000
--- a/build/site/runtime.sites/sh/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/target/
-site
diff --git a/build/site/runtime.sites/sh/.project b/build/site/runtime.sites/sh/.project
deleted file mode 100644
index 04f109a..0000000
--- a/build/site/runtime.sites/sh/.project
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>update.site</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.pde.UpdateSiteBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.UpdateSiteNature</nature>
- </natures>
-</projectDescription>
diff --git a/build/site/runtime.sites/sh/pom.xml b/build/site/runtime.sites/sh/pom.xml
deleted file mode 100644
index 3cb03b6..0000000
--- a/build/site/runtime.sites/sh/pom.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
- xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.eclipse.dltk</groupId>
- <artifactId>runtime.sites.sh</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <parent>
- <artifactId>runtime.sites</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <groupId>org.eclipse.dltk</groupId>
- </parent>
- <packaging>eclipse-update-site</packaging>
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-packaging-plugin</artifactId>
- <version>${tycho-version}</version>
- <configuration>
- <archiveSite>true</archiveSite>
- </configuration>
- </plugin>
- </plugins>
- </build>
-</project>
diff --git a/build/site/runtime.sites/sh/site.xml b/build/site/runtime.sites/sh/site.xml
deleted file mode 100644
index 3b4cec3..0000000
--- a/build/site/runtime.sites/sh/site.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
- <feature url="features/org.eclipse.dltk.sh_0.0.0.jar" id="org.eclipse.dltk.sh" version="0.0.0"/>
-</site>
diff --git a/build/site/site/pom.xml b/build/site/site/pom.xml
index 6a67035..8d7eacf 100644
--- a/build/site/site/pom.xml
+++ b/build/site/site/pom.xml
@@ -99,13 +99,6 @@
tofile="${basedir}/target/site/dltk-core-sdk-${buildLabel}${buildId}.zip" />
<copy overwrite="true"
- file="${basedir}/../runtime.sites/sh/target/site_assembly.zip"
- tofile="${basedir}/target/site/dltk-sh-${buildLabel}${buildId}.zip" />
- <copy overwrite="true"
- file="${basedir}/../source.sites/sh/target/site_assembly.zip"
- tofile="${basedir}/target/site/dltk-sh-sdk-${buildLabel}${buildId}.zip" />
-
- <copy overwrite="true"
file="${basedir}/../runtime.sites/core.index/target/site_assembly.zip"
tofile="${basedir}/target/site/dltk-core-index-lucene-${buildLabel}${buildId}.zip" />
<copy overwrite="true"
@@ -127,13 +120,6 @@
tofile="${basedir}/target/site/dltk-itcl-sdk-${buildLabel}${buildId}.zip" />
<copy overwrite="true"
- file="${basedir}/../runtime.sites/ruby/target/site_assembly.zip"
- tofile="${basedir}/target/site/dltk-ruby-${buildLabel}${buildId}.zip" />
- <copy overwrite="true"
- file="${basedir}/../source.sites/ruby/target/site_assembly.zip"
- tofile="${basedir}/target/site/dltk-ruby-sdk-${buildLabel}${buildId}.zip" />
-
- <copy overwrite="true"
file="${basedir}/../runtime.sites/xotcl/target/site_assembly.zip"
tofile="${basedir}/target/site/dltk-xotcl-${buildLabel}${buildId}.zip" />
<copy overwrite="true"
@@ -148,26 +134,12 @@
tofile="${basedir}/target/site/dltk-mylyn-sdk-${buildLabel}${buildId}.zip" />
<copy overwrite="true"
- file="${basedir}/../runtime.sites/javascript/target/site_assembly.zip"
- tofile="${basedir}/target/site/dltk-javascript-${buildLabel}${buildId}.zip" />
- <copy overwrite="true"
- file="${basedir}/../source.sites/javascript/target/site_assembly.zip"
- tofile="${basedir}/target/site/dltk-javascript-sdk-${buildLabel}${buildId}.zip" />
-
- <copy overwrite="true"
file="${basedir}/../runtime.sites/rse/target/site_assembly.zip"
tofile="${basedir}/target/site/dltk-rse-${buildLabel}${buildId}.zip" />
<copy overwrite="true"
file="${basedir}/../source.sites/rse/target/site_assembly.zip"
tofile="${basedir}/target/site/dltk-rse-sdk-${buildLabel}${buildId}.zip" />
- <copy overwrite="true"
- file="${basedir}/../runtime.sites/python/target/site_assembly.zip"
- tofile="${basedir}/target/site/dltk-python-${buildLabel}${buildId}.zip" />
- <copy overwrite="true"
- file="${basedir}/../source.sites/python/target/site_assembly.zip"
- tofile="${basedir}/target/site/dltk-python-sdk-${buildLabel}${buildId}.zip" />
-
<replace file="${resultingIndex}" token="@date@" value="${TODAY}" />
<replace file="${resultingIndex}" token="@type@" value="${buildTypeId}" />
diff --git a/build/site/site/template/index.php.template b/build/site/site/template/index.php.template
index cbc30ac..03e9876 100644
--- a/build/site/site/template/index.php.template
+++ b/build/site/site/template/index.php.template
@@ -173,26 +173,6 @@
?>
</tr>
<tr>
- <td class="bold"><img src="images/ruby.png" alt="" />Ruby IDE</td>
- <td><img src="images/eclipse.png" alt="" />Core</td>
- <?php
- $zipfilename="dltk-ruby-@build@";
- $filename=$zipfilename.".zip";
- $zipfilesize=fileSizeInMegs($filename);
- echo '<td><img src="images/download.png" alt="" /><a href="' . $downloadprefix . $filename . '">' . "Download " . '</a><h6>'.$zipfilesize.'mb</h6><a href="checksum/' . $filename . '.md5"><img src="images/md5.png" alt="" /></a></td>';
-
- $zipfilename="dltk-ruby-sdk-@build@";
- $filename=$zipfilename.".zip";
- $zipfilesize=fileSizeInMegs($filename);
- echo '<td><img src="images/download.png" alt="" /><a href="' . $downloadprefix . $filename . '">' . "Download " . '</a><h6>'.$zipfilesize.'mb</h6><a href="checksum/' . $filename . '.md5"><img src="images/md5.png" alt="" /></a></td>';
-
- //$zipfilename="dltk-ruby-Automated_Tests-@build@";
- //$filename=$zipfilename.".zip";
- //$zipfilesize=fileSizeInMegs($filename);
- //echo '<td><img src="images/download.png" alt="" /><a href="' . $downloadprefix . $filename . '">' . "Download " . '</a><h6>'.$zipfilesize.'mb</h6><a href="checksum/' . $filename . '.md5"><img src="images/md5.png" alt="" /></a></td>';
- ?>
- </tr>
- <tr>
<td class="bold"><img src="images/tcl.png" alt="" />Tcl IDE</td>
<td><img src="images/eclipse.png" alt="" />Core, <img src="images/eclipse.png" alt="" />EMF</td>
<?php
@@ -311,61 +291,6 @@
</table>
</div>
-<!-- *********** DLTK INCUBATION ************** -->
-<div class="build_item">
- <h3>Incubated Components</h3>
- <table><tr>
- <th width="250">Name</th>
- <th>Requirements</th>
- <th>Runtime Downloads</th>
- <th>SDK Downloads</th>
- </tr>
-
- <tr>
- <td class="bold"><img src="images/python.png" alt="" />Python IDE</td>
- <td><img src="images/eclipse.png" alt="" />Core</td>
- <?php
- $zipfilename="dltk-python-@build@";
- $filename=$zipfilename.".zip";
- $zipfilesize=fileSizeInMegs($filename);
- echo '<td><img src="images/download.png" alt="" /><a href="' . $downloadprefix . $filename . '">' . "Download " . '</a><h6>'.$zipfilesize.'mb</h6><a href="checksum/' . $filename . '.md5"><img src="images/md5.png" alt="" /></a></td>';
- $zipfilename="dltk-python-sdk-@build@";
- $filename=$zipfilename.".zip";
- $zipfilesize=fileSizeInMegs($filename);
- echo '<td><img src="images/download.png" alt="" /><a href="' . $downloadprefix . $filename . '">' . "Download " . '</a><h6>'.$zipfilesize.'mb</h6><a href="checksum/' . $filename . '.md5"><img src="images/md5.png" alt="" /></a></td>';
- ?>
- </tr>
- <tr>
- <td class="bold"><img src="images/javascript.png" alt="" />Javascript IDE</td>
- <td><img src="images/eclipse.png" alt="" />Core</td>
- <?php
- $zipfilename="dltk-javascript-@build@";
- $filename=$zipfilename.".zip";
- $zipfilesize=fileSizeInMegs($filename);
- echo '<td><img src="images/download.png" alt="" /><a href="' . $downloadprefix . $filename . '">' . "Download " . '</a><h6>'.$zipfilesize.'mb</h6><a href="checksum/' . $filename . '.md5"><img src="images/md5.png" alt="" /></a></td>';
- $zipfilename="dltk-javascript-sdk-@build@";
- $filename=$zipfilename.".zip";
- $zipfilesize=fileSizeInMegs($filename);
- echo '<td><img src="images/download.png" alt="" /><a href="' . $downloadprefix . $filename . '">' . "Download " . '</a><h6>'.$zipfilesize.'mb</h6><a href="checksum/' . $filename . '.md5"><img src="images/md5.png" alt="" /></a></td>';
- ?>
- </tr>
- <tr>
- <td class="bold"><img src="images/eclipse.png" alt="" />ShellEd IDE</td>
- <td><img src="images/eclipse.png" alt="" />Core</td>
- <?php
- $zipfilename="dltk-sh-@build@";
- $filename=$zipfilename.".zip";
- $zipfilesize=fileSizeInMegs($filename);
- echo '<td><img src="images/download.png" alt="" /><a href="' . $downloadprefix . $filename . '">' . "Download " . '</a><h6>'.$zipfilesize.'mb</h6><a href="checksum/' . $filename . '.md5"><img src="images/md5.png" alt="" /></a></td>';
- $zipfilename="dltk-sh-sdk-@build@";
- $filename=$zipfilename.".zip";
- $zipfilesize=fileSizeInMegs($filename);
- echo '<td><img src="images/download.png" alt="" /><a href="' . $downloadprefix . $filename . '">' . "Download " . '</a><h6>'.$zipfilesize.'mb</h6><a href="checksum/' . $filename . '.md5"><img src="images/md5.png" alt="" /></a></td>';
- ?>
- </tr>
- </table>
- </div>
-
<div class="build_item">
<h3>Dynamic Languages Toolkit Bundles</h3>
<table><tr>
@@ -375,7 +300,7 @@
<th>Tests</th>
</tr>
<tr>
- <td class="bold"><img src="images/eclipse.png" alt="" /><h5>+</h5><img src="images/ruby.png" alt="" /><h5>+</h5><img src="images/tcl.png" alt="" /><h5>+</h5><img src="images/python.png" alt="" /><h5>+</h5><img src="images/javascript.png" alt="" /><h5>+</h5><img src="images/xotcl.png" alt="" />All-in-1</td>
+ <td class="bold"><img src="images/eclipse.png" alt="" /><h5>+</h5><img src="images/tcl.png" alt="" /><h5>+</h5><img src="images/xotcl.png" alt="" />All-in-1</td>
<?php
$zipfilename="dltk-@build@";
$filename=$zipfilename.".zip";
diff --git a/build/site/source.sites/all/site.xml b/build/site/source.sites/all/site.xml
index e1f96c5..346d06a 100644
--- a/build/site/source.sites/all/site.xml
+++ b/build/site/source.sites/all/site.xml
@@ -30,30 +30,12 @@
<feature url="features/org.eclipse.dltk.mylyn.sdk_0.0.0.jar" id="org.eclipse.dltk.mylyn.sdk" version="0.0.0">
<category name="Dynamic Languages Toolkit (DLTK)"/>
</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>
<feature url="features/org.eclipse.dltk.tcl.sdk_0.0.0.jar" id="org.eclipse.dltk.tcl.sdk" version="0.0.0">
<category name="Dynamic Languages Toolkit (DLTK)"/>
</feature>
- <feature url="features/org.eclipse.dltk.python_0.0.0.jar" id="org.eclipse.dltk.python" version="0.0.0">
- <category name="Dynamic Languages Toolkit (DLTK)"/>
- </feature>
- <feature url="features/org.eclipse.dltk.python.sdk_0.0.0.jar" id="org.eclipse.dltk.python.sdk" version="0.0.0">
- <category name="Dynamic Languages Toolkit (DLTK)"/>
- </feature>
- <feature url="features/org.eclipse.dltk.javascript_0.0.0.jar" id="org.eclipse.dltk.javascript" version="0.0.0">
- <category name="Dynamic Languages Toolkit (DLTK)"/>
- </feature>
- <feature url="features/org.eclipse.dltk.javascript.sdk_0.0.0.jar" id="org.eclipse.dltk.javascript.sdk" version="0.0.0">
- <category name="Dynamic Languages Toolkit (DLTK)"/>
- </feature>
<feature url="features/org.eclipse.dltk.xotcl_0.0.0.jar" id="org.eclipse.dltk.xotcl" version="0.0.0">
<category name="Dynamic Languages Toolkit (DLTK)"/>
</feature>
@@ -66,12 +48,6 @@
<feature url="features/org.eclipse.dltk.itcl.sdk_0.0.0.jar" id="org.eclipse.dltk.itcl.sdk" version="0.0.0">
<category name="Dynamic Languages Toolkit (DLTK)"/>
</feature>
- <feature url="features/org.eclipse.dltk.sh_0.0.0.jar" id="org.eclipse.dltk.sh" version="0.0.0">
- <category name="Dynamic Languages Toolkit (DLTK)"/>
- </feature>
- <feature url="features/org.eclipse.dltk.sh.sdk_0.0.0.jar" id="org.eclipse.dltk.sh.sdk" version="0.0.0">
- <category name="Dynamic Languages Toolkit (DLTK)"/>
- </feature>
<category-def name="Dynamic Languages Toolkit (DLTK)" label="Dynamic Languages Toolkit (DLTK)">
<description>
This category contains the features of the Eclipse
diff --git a/build/site/source.sites/javascript/.gitignore b/build/site/source.sites/javascript/.gitignore
deleted file mode 100644
index dce3cac..0000000
--- a/build/site/source.sites/javascript/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/target/
-site
diff --git a/build/site/source.sites/javascript/pom.xml b/build/site/source.sites/javascript/pom.xml
deleted file mode 100644
index b999599..0000000
--- a/build/site/source.sites/javascript/pom.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
- xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.eclipse.dltk</groupId>
- <artifactId>source.sites.javascript</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <parent>
- <artifactId>source.sites</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <groupId>org.eclipse.dltk</groupId>
- </parent>
- <packaging>eclipse-update-site</packaging>
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-packaging-plugin</artifactId>
- <version>${tycho-version}</version>
- <configuration>
- <archiveSite>true</archiveSite>
- </configuration>
- </plugin>
- </plugins>
- </build>
-</project>
diff --git a/build/site/source.sites/javascript/site.xml b/build/site/source.sites/javascript/site.xml
deleted file mode 100644
index f2cdc7f..0000000
--- a/build/site/source.sites/javascript/site.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
- <feature url="features/org.eclipse.dltk.javascript_0.0.0.jar" id="org.eclipse.dltk.javascript" version="0.0.0"/>
- <feature url="features/org.eclipse.dltk.javascript.sdk_0.0.0.jar" id="org.eclipse.dltk.javascript.sdk" version="0.0.0"/>
-</site>
diff --git a/build/site/source.sites/pom.xml b/build/site/source.sites/pom.xml
index 9281aba..1d16afd 100644
--- a/build/site/source.sites/pom.xml
+++ b/build/site/source.sites/pom.xml
@@ -18,13 +18,9 @@
<module>core</module>
<module>core.index</module>
<module>itcl</module>
- <module>javascript</module>
<module>mylyn</module>
- <module>python</module>
<module>rse</module>
- <module>ruby</module>
<module>tcl</module>
<module>xotcl</module>
- <module>sh</module>
</modules>
</project>
diff --git a/build/site/source.sites/python/.gitignore b/build/site/source.sites/python/.gitignore
deleted file mode 100644
index 09e3bc9..0000000
--- a/build/site/source.sites/python/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/bin/
-/target/
diff --git a/build/site/source.sites/python/pom.xml b/build/site/source.sites/python/pom.xml
deleted file mode 100644
index bd1e8e1..0000000
--- a/build/site/source.sites/python/pom.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
- xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.eclipse.dltk</groupId>
- <artifactId>source.sites.python</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <parent>
- <artifactId>source.sites</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <groupId>org.eclipse.dltk</groupId>
- </parent>
- <packaging>eclipse-update-site</packaging>
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-packaging-plugin</artifactId>
- <version>${tycho-version}</version>
- <configuration>
- <archiveSite>true</archiveSite>
- </configuration>
- </plugin>
- </plugins>
- </build>
-</project>
diff --git a/build/site/source.sites/python/site.xml b/build/site/source.sites/python/site.xml
deleted file mode 100644
index 95bbe83..0000000
--- a/build/site/source.sites/python/site.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
- <feature url="features/org.eclipse.dltk.python_0.0.0.jar" id="org.eclipse.dltk.python" version="0.0.0"/>
- <feature url="features/org.eclipse.dltk.python.sdk_0.0.0.jar" id="org.eclipse.dltk.python.sdk" version="0.0.0"/>
-</site>
diff --git a/build/site/source.sites/ruby/.gitignore b/build/site/source.sites/ruby/.gitignore
deleted file mode 100644
index dce3cac..0000000
--- a/build/site/source.sites/ruby/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/target/
-site
diff --git a/build/site/source.sites/ruby/pom.xml b/build/site/source.sites/ruby/pom.xml
deleted file mode 100644
index f1b8a62..0000000
--- a/build/site/source.sites/ruby/pom.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
- xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.eclipse.dltk</groupId>
- <artifactId>source.sites.ruby</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <parent>
- <artifactId>source.sites</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <groupId>org.eclipse.dltk</groupId>
- </parent>
- <packaging>eclipse-update-site</packaging>
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-packaging-plugin</artifactId>
- <version>${tycho-version}</version>
- <configuration>
- <archiveSite>true</archiveSite>
- </configuration>
- </plugin>
- </plugins>
- </build>
-</project>
diff --git a/build/site/source.sites/ruby/site.xml b/build/site/source.sites/ruby/site.xml
deleted file mode 100644
index 5bc60ec..0000000
--- a/build/site/source.sites/ruby/site.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
- <feature url="features/org.eclipse.dltk.ruby_0.0.0.jar" id="org.eclipse.dltk.ruby" version="0.0.0"/>
- <feature url="features/org.eclipse.dltk.ruby.sdk_0.0.0.jar" id="org.eclipse.dltk.ruby.sdk" version="0.0.0"/>
-</site>
diff --git a/build/site/source.sites/sh/.gitignore b/build/site/source.sites/sh/.gitignore
deleted file mode 100644
index dce3cac..0000000
--- a/build/site/source.sites/sh/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/target/
-site
diff --git a/build/site/source.sites/sh/.project b/build/site/source.sites/sh/.project
deleted file mode 100644
index 04f109a..0000000
--- a/build/site/source.sites/sh/.project
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>update.site</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.pde.UpdateSiteBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.UpdateSiteNature</nature>
- </natures>
-</projectDescription>
diff --git a/build/site/source.sites/sh/pom.xml b/build/site/source.sites/sh/pom.xml
deleted file mode 100644
index 753348b..0000000
--- a/build/site/source.sites/sh/pom.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
- xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.eclipse.dltk</groupId>
- <artifactId>source.sites.sh</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <parent>
- <artifactId>source.sites</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <groupId>org.eclipse.dltk</groupId>
- </parent>
- <packaging>eclipse-update-site</packaging>
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-packaging-plugin</artifactId>
- <version>${tycho-version}</version>
- <configuration>
- <archiveSite>true</archiveSite>
- </configuration>
- </plugin>
- </plugins>
- </build>
-</project>
diff --git a/build/site/source.sites/sh/site.xml b/build/site/source.sites/sh/site.xml
deleted file mode 100644
index 21361d8..0000000
--- a/build/site/source.sites/sh/site.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
- <feature url="features/org.eclipse.dltk.sh_0.0.0.jar" id="org.eclipse.dltk.sh" version="0.0.0"/>
- <feature url="features/org.eclipse.dltk.sh.sdk_0.0.0.jar" id="org.eclipse.dltk.sh.sdk" version="0.0.0"/>
-</site>