Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'lrparser/org.eclipse.cdt.core.lrparser.sdk.feature')
-rw-r--r--lrparser/org.eclipse.cdt.core.lrparser.sdk.feature/.project17
-rw-r--r--lrparser/org.eclipse.cdt.core.lrparser.sdk.feature/build.properties17
-rw-r--r--lrparser/org.eclipse.cdt.core.lrparser.sdk.feature/feature-no-source.properties1
-rw-r--r--lrparser/org.eclipse.cdt.core.lrparser.sdk.feature/feature.properties36
-rw-r--r--lrparser/org.eclipse.cdt.core.lrparser.sdk.feature/feature.xml31
5 files changed, 0 insertions, 102 deletions
diff --git a/lrparser/org.eclipse.cdt.core.lrparser.sdk.feature/.project b/lrparser/org.eclipse.cdt.core.lrparser.sdk.feature/.project
deleted file mode 100644
index a3acfb34d6e..00000000000
--- a/lrparser/org.eclipse.cdt.core.lrparser.sdk.feature/.project
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.cdt.core.lrparser.sdk.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/lrparser/org.eclipse.cdt.core.lrparser.sdk.feature/build.properties b/lrparser/org.eclipse.cdt.core.lrparser.sdk.feature/build.properties
deleted file mode 100644
index 9fb4480816a..00000000000
--- a/lrparser/org.eclipse.cdt.core.lrparser.sdk.feature/build.properties
+++ /dev/null
@@ -1,17 +0,0 @@
-###############################################################################
-# Copyright (c) 2009 IBM Corporation and others.
-#
-# This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License 2.0
-# which accompanies this distribution, and is available at
-# https://www.eclipse.org/legal/epl-2.0/
-#
-# SPDX-License-Identifier: EPL-2.0
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-bin.includes = feature.xml,\
- feature.properties
-
-generate.feature@org.eclipse.cdt.core.lrparser.source = org.eclipse.cdt.core.lrparser.feature
diff --git a/lrparser/org.eclipse.cdt.core.lrparser.sdk.feature/feature-no-source.properties b/lrparser/org.eclipse.cdt.core.lrparser.sdk.feature/feature-no-source.properties
deleted file mode 100644
index 8c2b2f70c57..00000000000
--- a/lrparser/org.eclipse.cdt.core.lrparser.sdk.feature/feature-no-source.properties
+++ /dev/null
@@ -1 +0,0 @@
-# This file tells the Maven build to not generate sources for this feature
diff --git a/lrparser/org.eclipse.cdt.core.lrparser.sdk.feature/feature.properties b/lrparser/org.eclipse.cdt.core.lrparser.sdk.feature/feature.properties
deleted file mode 100644
index dd4f016fcc7..00000000000
--- a/lrparser/org.eclipse.cdt.core.lrparser.sdk.feature/feature.properties
+++ /dev/null
@@ -1,36 +0,0 @@
-###############################################################################
-# Copyright (c) 2009, 2010 IBM Corporation and others.
-#
-# This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License 2.0
-# which accompanies this distribution, and is available at
-# https://www.eclipse.org/legal/epl-2.0/
-#
-# SPDX-License-Identifier: EPL-2.0
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-# feature.properties
-# contains externalized strings for feature.xml
-# "%foo" in feature.xml corresponds to the key "foo" in this file
-# java.io.Properties file (ISO 8859-1 with "\" escapes)
-# This file should be translated.
-
-# "featureName" property - name of the feature
-featureName=C/C++ C99 LR Parser SDK
-
-# "providerName" property - name of the company that provides the feature
-providerName=Eclipse CDT
-
-# "description" property - description of the feature
-description=Parser and language support for the C99 variant of the C programming language. Software development kit including source code and developer documentation.
-
-# copyright
-copyright=\
-Copyright (c) 2006, 2011 IBM Corporation and others.\n\
-This program and the accompanying materials\n\
-are made available under the terms of the Eclipse Public License 2.0\n\
-which accompanies this distribution, and is available at\n\
-https://www.eclipse.org/legal/epl-2.0/
-
diff --git a/lrparser/org.eclipse.cdt.core.lrparser.sdk.feature/feature.xml b/lrparser/org.eclipse.cdt.core.lrparser.sdk.feature/feature.xml
deleted file mode 100644
index e6b722d3620..00000000000
--- a/lrparser/org.eclipse.cdt.core.lrparser.sdk.feature/feature.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.eclipse.cdt.core.lrparser.sdk"
- label="%featureName"
- version="9.9.0.qualifier"
- provider-name="%providerName"
- plugin="org.eclipse.cdt.core.lrparser.source"
- license-feature="org.eclipse.license"
- license-feature-version="0.0.0">
-
- <description>
- %description
- </description>
-
- <copyright>
- %copyright
- </copyright>
-
- <license url="%licenseURL">
- %license
- </license>
-
- <includes
- id="org.eclipse.cdt.core.lrparser.feature.source"
- version="0.0.0"/>
-
- <includes
- id="org.eclipse.cdt.core.lrparser.feature"
- version="0.0.0"/>
-
-</feature>

Back to the top