From d0d2946d1c84e7b820b5febbaac463924003e9f0 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Wed, 20 Oct 2010 15:30:49 +0400 Subject: [PATCH] remove plugin.dtd references from plugin.xml of sample plugins --- samples/actions/src/META-INF/plugin.xml | 1 - samples/conditionalOperatorConvertor/META-INF/plugin.xml | 3 --- samples/plugin/src/META-INF/plugin.xml | 1 - samples/vfs/src/META-INF/plugin.xml | 1 - 4 files changed, 6 deletions(-) diff --git a/samples/actions/src/META-INF/plugin.xml b/samples/actions/src/META-INF/plugin.xml index 89b79070d4de..489749c669ee 100644 --- a/samples/actions/src/META-INF/plugin.xml +++ b/samples/actions/src/META-INF/plugin.xml @@ -1,4 +1,3 @@ - ActionsSample diff --git a/samples/conditionalOperatorConvertor/META-INF/plugin.xml b/samples/conditionalOperatorConvertor/META-INF/plugin.xml index ceb6ce3046cd..e63ba2e6da1a 100644 --- a/samples/conditionalOperatorConvertor/META-INF/plugin.xml +++ b/samples/conditionalOperatorConvertor/META-INF/plugin.xml @@ -1,6 +1,3 @@ - Conditional Operator Converter ConditionalOperatorConverter diff --git a/samples/plugin/src/META-INF/plugin.xml b/samples/plugin/src/META-INF/plugin.xml index c194183509af..031152e4f8b3 100644 --- a/samples/plugin/src/META-INF/plugin.xml +++ b/samples/plugin/src/META-INF/plugin.xml @@ -1,4 +1,3 @@ - Sample diff --git a/samples/vfs/src/META-INF/plugin.xml b/samples/vfs/src/META-INF/plugin.xml index ff45e7859720..a10dc993a13a 100644 --- a/samples/vfs/src/META-INF/plugin.xml +++ b/samples/vfs/src/META-INF/plugin.xml @@ -1,4 +1,3 @@ - VfsSample