Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2008-04-03 16:57:58 +0000
committerslewis2008-04-03 16:57:58 +0000
commit25ed8718817da8e16a2f29774b42bdc9df1ed5a9 (patch)
treea1cb16672c1751b824c875447a67427ad885e9e0 /framework
parent08bddd0eff189302b07df1572de583e412f8772e (diff)
downloadorg.eclipse.ecf-25ed8718817da8e16a2f29774b42bdc9df1ed5a9.tar.gz
org.eclipse.ecf-25ed8718817da8e16a2f29774b42bdc9df1ed5a9.tar.xz
org.eclipse.ecf-25ed8718817da8e16a2f29774b42bdc9df1ed5a9.zip
Removed unnecessary plugin.xmls from projects
Diffstat (limited to 'framework')
-rw-r--r--framework/bundles/org.eclipse.ecf.discovery/build.properties4
-rw-r--r--framework/bundles/org.eclipse.ecf.discovery/plugin.xml5
2 files changed, 1 insertions, 8 deletions
diff --git a/framework/bundles/org.eclipse.ecf.discovery/build.properties b/framework/bundles/org.eclipse.ecf.discovery/build.properties
index aa81d1643..a94d412bd 100644
--- a/framework/bundles/org.eclipse.ecf.discovery/build.properties
+++ b/framework/bundles/org.eclipse.ecf.discovery/build.properties
@@ -2,12 +2,10 @@ output.discovery.jar = bin/
bin.includes = .,\
META-INF/,\
about.html,\
- plugin.xml,\
plugin.properties
src.includes = about.html,\
META-INF/,\
- plugin.properties,\
- plugin.xml
+ plugin.properties
jars.compile.order = .
source.. = src/
output.. = bin/
diff --git a/framework/bundles/org.eclipse.ecf.discovery/plugin.xml b/framework/bundles/org.eclipse.ecf.discovery/plugin.xml
deleted file mode 100644
index 33ca93ceb..000000000
--- a/framework/bundles/org.eclipse.ecf.discovery/plugin.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.2"?>
-<plugin>
-
-</plugin>

Back to the top