Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2021-02-11 16:49:37 +0000
committerMickael Istria2021-02-11 16:49:37 +0000
commit6affe7368290830f5b1bf8eba59f4dc9c6ff91c7 (patch)
tree954c6d4eb26c3331ab7486ac65406895299afd52 /packages/org.eclipse.epp.package.javascript.feature
parentb99038d970a9a0b988e925ce3454dfefac47fc96 (diff)
downloadorg.eclipse.epp.packages-6affe7368290830f5b1bf8eba59f4dc9c6ff91c7.tar.gz
org.eclipse.epp.packages-6affe7368290830f5b1bf8eba59f4dc9c6ff91c7.tar.xz
org.eclipse.epp.packages-6affe7368290830f5b1bf8eba59f4dc9c6ff91c7.zip
Bug 571132 - Remove JavaScript package
Change-Id: I653bc338f01ee82c58ba6a72f27c386ed4de5907 Signed-off-by: Mickael Istria <mistria@redhat.com>
Diffstat (limited to 'packages/org.eclipse.epp.package.javascript.feature')
-rw-r--r--packages/org.eclipse.epp.package.javascript.feature/.forceQualifierUpdate1
-rw-r--r--packages/org.eclipse.epp.package.javascript.feature/.project17
-rw-r--r--packages/org.eclipse.epp.package.javascript.feature/.settings/org.eclipse.core.resources.prefs2
-rw-r--r--packages/org.eclipse.epp.package.javascript.feature/.settings/org.eclipse.core.runtime.prefs2
-rw-r--r--packages/org.eclipse.epp.package.javascript.feature/build.properties4
-rw-r--r--packages/org.eclipse.epp.package.javascript.feature/epp.website.xml27
-rw-r--r--packages/org.eclipse.epp.package.javascript.feature/feature.properties27
-rw-r--r--packages/org.eclipse.epp.package.javascript.feature/feature.xml34
-rw-r--r--packages/org.eclipse.epp.package.javascript.feature/p2.inf13
-rw-r--r--packages/org.eclipse.epp.package.javascript.feature/pom.xml31
10 files changed, 0 insertions, 158 deletions
diff --git a/packages/org.eclipse.epp.package.javascript.feature/.forceQualifierUpdate b/packages/org.eclipse.epp.package.javascript.feature/.forceQualifierUpdate
deleted file mode 100644
index d75ffd66..00000000
--- a/packages/org.eclipse.epp.package.javascript.feature/.forceQualifierUpdate
+++ /dev/null
@@ -1 +0,0 @@
-2021-02-04T12:00:00+00:00
diff --git a/packages/org.eclipse.epp.package.javascript.feature/.project b/packages/org.eclipse.epp.package.javascript.feature/.project
deleted file mode 100644
index fdec2dd7..00000000
--- a/packages/org.eclipse.epp.package.javascript.feature/.project
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.epp.package.javascript.feature</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.pde.FeatureBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.FeatureNature</nature>
- </natures>
-</projectDescription>
diff --git a/packages/org.eclipse.epp.package.javascript.feature/.settings/org.eclipse.core.resources.prefs b/packages/org.eclipse.epp.package.javascript.feature/.settings/org.eclipse.core.resources.prefs
deleted file mode 100644
index 99f26c02..00000000
--- a/packages/org.eclipse.epp.package.javascript.feature/.settings/org.eclipse.core.resources.prefs
+++ /dev/null
@@ -1,2 +0,0 @@
-eclipse.preferences.version=1
-encoding/<project>=UTF-8
diff --git a/packages/org.eclipse.epp.package.javascript.feature/.settings/org.eclipse.core.runtime.prefs b/packages/org.eclipse.epp.package.javascript.feature/.settings/org.eclipse.core.runtime.prefs
deleted file mode 100644
index 5a0ad22d..00000000
--- a/packages/org.eclipse.epp.package.javascript.feature/.settings/org.eclipse.core.runtime.prefs
+++ /dev/null
@@ -1,2 +0,0 @@
-eclipse.preferences.version=1
-line.separator=\n
diff --git a/packages/org.eclipse.epp.package.javascript.feature/build.properties b/packages/org.eclipse.epp.package.javascript.feature/build.properties
deleted file mode 100644
index 29f43569..00000000
--- a/packages/org.eclipse.epp.package.javascript.feature/build.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-bin.includes = feature.xml,\
- p2.inf,\
- feature.properties
-includeLaunchers = false
diff --git a/packages/org.eclipse.epp.package.javascript.feature/epp.website.xml b/packages/org.eclipse.epp.package.javascript.feature/epp.website.xml
deleted file mode 100644
index 9ed76864..00000000
--- a/packages/org.eclipse.epp.package.javascript.feature/epp.website.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<configuration>
- <!-- Package Description information to be picked up by www.eclipse.org/packages -->
- <!-- PackageName is the title of your package
- maintainer is the project or persons that are maintaining the package
- iconurl is the fully qualified URL to the icon you wish to use on the site (48x48)
- bugzillaComponentID is used to gather bugzilla information about your package. This should be given to you after provisioning of the package is finished
- testPlan is the fully qualified URL to the test plan for this package
- -->
- <packageMetaData
- packageName="Eclipse IDE for Web and JavaScript Developers"
- maintainer="Eclipse Packaging Project"
- iconurl="http://www.eclipse.org/downloads/images/javascript.png"
- bugzillaComponentId="javascript-package"
- testPlan="http://www.eclipse.org/epp/testplan.php" >
- <!-- Description is wrapped in CDATA tags to allow you to insert HTML code if necessary -->
- <description><![CDATA[The essential tools for any JavaScript developer, including JavaScript, TypeScript, HTML, CSS, XML, Yaml, Markdown... languages support; Kubernetes, Angular and React frameworks support; Node.js debugger; Git client; integrated terminal and remote filesystem explorer; Web and application server management.]]></description>
- <!-- packageTesters is a list of the people that are testing the package -->
- <packageTesters>
- <tester>Mickael Istria</tester>
- </packageTesters>
- </packageMetaData>
-
- <!-- name, the name of the product, used in naming the created files. -->
- <product name="eclipse-javascript-2021-03-M2" />
-
-</configuration>
diff --git a/packages/org.eclipse.epp.package.javascript.feature/feature.properties b/packages/org.eclipse.epp.package.javascript.feature/feature.properties
deleted file mode 100644
index f4a924cf..00000000
--- a/packages/org.eclipse.epp.package.javascript.feature/feature.properties
+++ /dev/null
@@ -1,27 +0,0 @@
-################################################################################
-# Copyright (c) 2007, 2021 Eclipse contributors and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v2.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v20.html
-#
-# Contributors:
-# Innoopract Informationssysteme GmbH - initial API and implementation
-# EclipseSource - ongoing development
-################################################################################
-
-description = \
-The essential starting point for JavaScript and Web developers, including JS language support, a Git client, HTML, CSS, JSON and YAML Editors and Mylyn.
-
-copyright = \
-Copyright (c) 2007, 2021 Eclipse contributors and others.\n\
-All rights reserved. This program and the accompanying materials\n\
-are made available under the terms of the Eclipse Public License v2.0\n\
-which accompanies this distribution, and is available at\n\
-http://www.eclipse.org/legal/epl-v20.html\n\
-\n\
-Contributors:\n\
- Innoopract Informationssysteme GmbH - initial API and implementation\n\
- EclipseSource - ongoing development\n\
- Red Hat Inc.
-
diff --git a/packages/org.eclipse.epp.package.javascript.feature/feature.xml b/packages/org.eclipse.epp.package.javascript.feature/feature.xml
deleted file mode 100644
index e99af7b5..00000000
--- a/packages/org.eclipse.epp.package.javascript.feature/feature.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.eclipse.epp.package.javascript.feature"
- label="EPP JavaScript and Web Feature"
- version="4.19.0.qualifier"
- provider-name="Eclipse Packaging Project"
- plugin="org.eclipse.epp.package.javascript"
- license-feature="org.eclipse.license"
- license-feature-version="0.0.0">
-
- <description url="http://eclipse.org/epp">
- %description
- </description>
-
- <copyright>
- %copyright
- </copyright>
-
- <license url="%licenseURL">
- %license
- </license>
-
- <includes
- id="org.eclipse.platform"
- version="0.0.0"
- search-location="both"/>
-
- <plugin
- id="org.eclipse.epp.package.javascript"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
-</feature>
diff --git a/packages/org.eclipse.epp.package.javascript.feature/p2.inf b/packages/org.eclipse.epp.package.javascript.feature/p2.inf
deleted file mode 100644
index c8d46167..00000000
--- a/packages/org.eclipse.epp.package.javascript.feature/p2.inf
+++ /dev/null
@@ -1,13 +0,0 @@
-# tell pde.build not to generate start levels
-org.eclipse.pde.build.append.startlevels=false
-
-# add requirement on org.eclipse.platform.ide
-requires.1.namespace=org.eclipse.equinox.p2.iu
-requires.1.name=org.eclipse.platform.ide
-requires.1.greedy=true
-
-instructions.configure=\
-org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.eclipse.org/releases/latest);\
-org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/releases/latest);\
-org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:https${#58}//download.eclipse.org/wildwebdeveloper/releases/latest,name:Latest Eclipse Wild Web Developer release,enabled:true);\
-org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:https${#58}//download.eclipse.org/wildwebdeveloper/releases/latest,name:Latest Eclipse Wild Web Developer release,enabled:true);
diff --git a/packages/org.eclipse.epp.package.javascript.feature/pom.xml b/packages/org.eclipse.epp.package.javascript.feature/pom.xml
deleted file mode 100644
index efed0cde..00000000
--- a/packages/org.eclipse.epp.package.javascript.feature/pom.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2012, 2021 Eclipse Foundation and others.
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Distribution License v1.0
- which accompanies this distribution, and is available at
- http://www.eclipse.org/org/documents/edl-v10.php
-
- Contributors:
- Igor Fedorenko - initial implementation
- Thanh Ha (Eclipse Foundation) - initial implementation
- EclipseSource - ongoing development
- Mikael Barbero (Eclipse Foundation) - clean-up and parent factorization
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.eclipse.epp</groupId>
- <artifactId>org.eclipse.epp-feature-parent</artifactId>
- <version>4.19.0-SNAPSHOT</version>
- <relativePath>../../releng/org.eclipse.epp.config/parent/feature</relativePath>
- </parent>
-
- <artifactId>org.eclipse.epp.package.javascript.feature</artifactId>
- <packaging>eclipse-feature</packaging>
-
-</project>

Back to the top