Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2016-03-22 07:49:19 +0000
committerMarkus Knauer2016-03-22 07:49:19 +0000
commitca43dbf17f707e2e64da6604e313a649aeb59b77 (patch)
tree2a81c31c0ff0efaf588f210ec485faeb3ec4a72a /releng/org.eclipse.epp.config
parent9ed7d9e50e5cd4377fb9fa13f0ad80c49e13f30c (diff)
downloadorg.eclipse.epp.packages-ca43dbf17f707e2e64da6604e313a649aeb59b77.tar.gz
org.eclipse.epp.packages-ca43dbf17f707e2e64da6604e313a649aeb59b77.tar.xz
org.eclipse.epp.packages-ca43dbf17f707e2e64da6604e313a649aeb59b77.zip
Remove Automotive package projects and configuration
Bug 490152 - Disable and remove Automotive package projects from EPP Git repository https://bugs.eclipse.org/bugs/show_bug.cgi?id=490152 Change-Id: I01179490e4a5ca44f9a9865baa933a759492e455 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'releng/org.eclipse.epp.config')
-rw-r--r--releng/org.eclipse.epp.config/packages_map.txt3
-rw-r--r--releng/org.eclipse.epp.config/tools/addDownloadStats.xsl8
2 files changed, 0 insertions, 11 deletions
diff --git a/releng/org.eclipse.epp.config/packages_map.txt b/releng/org.eclipse.epp.config/packages_map.txt
index 339c2f56..5cc76f42 100644
--- a/releng/org.eclipse.epp.config/packages_map.txt
+++ b/releng/org.eclipse.epp.config/packages_map.txt
@@ -8,9 +8,6 @@
android,GIT,/gitroot/epp/org.eclipse.epp.packages.git,packages/org.eclipse.epp.package.android.feature/epp.website.xml,HEAD,android.xml
android,GIT,/gitroot/epp/org.eclipse.epp.packages.git,packages/org.eclipse.epp.package.android.feature/feature.xml,HEAD,android.feature.xml
-automotive,GIT,/gitroot/epp/org.eclipse.epp.packages.git,packages/org.eclipse.epp.package.automotive.feature/epp.website.xml,HEAD,automotive.xml
-automotive,GIT,/gitroot/epp/org.eclipse.epp.packages.git,packages/org.eclipse.epp.package.automotive.feature/feature.xml,HEAD,automotive.feature.xml
-
committers,GIT,/gitroot/epp/org.eclipse.epp.packages.git,packages/org.eclipse.epp.package.committers.feature/epp.website.xml,HEAD,committers.xml
committers,GIT,/gitroot/epp/org.eclipse.epp.packages.git,packages/org.eclipse.epp.package.committers.feature/feature.xml,HEAD,committers.feature.xml
diff --git a/releng/org.eclipse.epp.config/tools/addDownloadStats.xsl b/releng/org.eclipse.epp.config/tools/addDownloadStats.xsl
index b147e8e6..1568d2e0 100644
--- a/releng/org.eclipse.epp.config/tools/addDownloadStats.xsl
+++ b/releng/org.eclipse.epp.config/tools/addDownloadStats.xsl
@@ -26,10 +26,6 @@ Contributors:
</properties>
</xsl:template>
- <xsl:template match="artifact[@classifier='osgi.bundle' and @id='org.eclipse.epp.package.automotive']/properties">
- <xsl:call-template name="artifact_properties" />
- </xsl:template>
-
<xsl:template match="artifact[@classifier='osgi.bundle' and @id='org.eclipse.epp.package.committers']/properties">
<xsl:call-template name="artifact_properties" />
</xsl:template>
@@ -86,10 +82,6 @@ Contributors:
</xsl:template>
- <xsl:template match="artifact[@classifier='org.eclipse.update.feature' and @id='org.eclipse.epp.package.automotive.feature']/properties">
- <xsl:call-template name="artifact_properties_feature" />
- </xsl:template>
-
<xsl:template match="artifact[@classifier='org.eclipse.update.feature' and @id='org.eclipse.epp.package.committers.feature']/properties">
<xsl:call-template name="artifact_properties_feature" />
</xsl:template>

Back to the top