Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorDoug Schaefer2017-11-21 16:37:55 +0000
committerDoug Schaefer2017-11-21 18:10:50 +0000
commit12e709427d43f93a0e8354d532b3bb944bc74b1c (patch)
tree5365105c96616974f6aa2be9e3813df01baf77e9 /remote
parent087f1b859f8b7dcf4dbb8003a9ff9af1aa3848b4 (diff)
downloadorg.eclipse.cdt-12e709427d43f93a0e8354d532b3bb944bc74b1c.tar.gz
org.eclipse.cdt-12e709427d43f93a0e8354d532b3bb944bc74b1c.tar.xz
org.eclipse.cdt-12e709427d43f93a0e8354d532b3bb944bc74b1c.zip
Releng fixes, ensuring legal files are there. Removing projects.
Removed the empty debug.core.tests project. Also removed the utils-feature and remote-feature projects since these shouldn't be features. Change-Id: Ib5d297c626de5328e3421a1fc9346330d9907750
Diffstat (limited to 'remote')
-rw-r--r--remote/org.eclipse.cdt.remote-feature/.project17
-rw-r--r--remote/org.eclipse.cdt.remote-feature/build.properties2
-rw-r--r--remote/org.eclipse.cdt.remote-feature/feature.properties25
-rw-r--r--remote/org.eclipse.cdt.remote-feature/feature.xml28
4 files changed, 0 insertions, 72 deletions
diff --git a/remote/org.eclipse.cdt.remote-feature/.project b/remote/org.eclipse.cdt.remote-feature/.project
deleted file mode 100644
index 49c5a71f899..00000000000
--- a/remote/org.eclipse.cdt.remote-feature/.project
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.cdt.remote-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/remote/org.eclipse.cdt.remote-feature/build.properties b/remote/org.eclipse.cdt.remote-feature/build.properties
deleted file mode 100644
index b3a611b5c93..00000000000
--- a/remote/org.eclipse.cdt.remote-feature/build.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-bin.includes = feature.xml,\
- feature.properties
diff --git a/remote/org.eclipse.cdt.remote-feature/feature.properties b/remote/org.eclipse.cdt.remote-feature/feature.properties
deleted file mode 100644
index 8470f9836fa..00000000000
--- a/remote/org.eclipse.cdt.remote-feature/feature.properties
+++ /dev/null
@@ -1,25 +0,0 @@
-#################################################################################
-# Copyright (c) 2014 IBM Corporation.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#################################################################################
-
-# "featureName" property - name of the feature
-featureName=Remote CDT Services
-
-# "featureVendor" property - name of the company that provides the feature
-featureVendor=Eclipse CDT
-
-# "description" property - description of the feature
-description=Adds CDT-specific remote services functionality
-
-# copyright
-copyright=\
-Copyright (c) 2014 IBM Corporation.\n\
-All rights reserved. This program and the accompanying materials\n\
-are made available under the terms of the Eclipse Public License v1.0\n\
-which accompanies this distribution, and is available at\n\
-http://www.eclipse.org/legal/epl-v10.html\n
-
diff --git a/remote/org.eclipse.cdt.remote-feature/feature.xml b/remote/org.eclipse.cdt.remote-feature/feature.xml
deleted file mode 100644
index 554492e6db6..00000000000
--- a/remote/org.eclipse.cdt.remote-feature/feature.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.eclipse.cdt.remote"
- label="%featureName"
- version="9.4.0.qualifier"
- provider-name="%featureVendor"
- license-feature="org.eclipse.license"
- license-feature-version="0.0.0">
-
- <description>
- %description
- </description>
-
- <copyright>
- %copyright
- </copyright>
-
- <license url="%licenseURL">
- %license
- </license>
-
- <plugin
- id="org.eclipse.cdt.remote.core"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
-</feature>

Back to the top