diff options
author | Pierre GAUTIER | 2017-09-04 13:44:49 +0000 |
---|---|---|
committer | Benoit Maggi | 2017-09-11 07:33:35 +0000 |
commit | 10df889655550d09fcec7e08ab78df9b9a2d274d (patch) | |
tree | 9b3410143ec6e12fb009c3f6b2cd91aa7a1338c3 /plugins/uml/nattable | |
parent | 4f74497be2fc00a6c50b0cd51e1ae6147b13d678 (diff) | |
download | org.eclipse.papyrus-10df889655550d09fcec7e08ab78df9b9a2d274d.tar.gz org.eclipse.papyrus-10df889655550d09fcec7e08ab78df9b9a2d274d.tar.xz org.eclipse.papyrus-10df889655550d09fcec7e08ab78df9b9a2d274d.zip |
Bug 521572 - [General] Various cleanups
https://bugs.eclipse.org/bugs/show_bug.cgi?id=521572
- remove empty plugin.xml
- update associated build.properties
Change-Id: I0ae2ac7e35a2fe98395c0793d9d21cc88135d9cc
Signed-off-by: Pierre GAUTIER <pierre.gautier@cea.fr>
Diffstat (limited to 'plugins/uml/nattable')
-rw-r--r-- | plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/build.properties | 3 | ||||
-rw-r--r-- | plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/plugin.xml | 5 |
2 files changed, 1 insertions, 7 deletions
diff --git a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/build.properties b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/build.properties index 472f89ca1d3..30c35d74ee2 100644 --- a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/build.properties +++ b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/build.properties @@ -3,6 +3,5 @@ output.. = bin/ bin.includes = META-INF/,\ .,\ OSGI-INF/,\ - about.html,\ - plugin.xml + about.html src.includes = about.html diff --git a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/plugin.xml b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/plugin.xml deleted file mode 100644 index 3f87e27c957..00000000000 --- a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/plugin.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<?eclipse version="3.4"?> -<plugin> -</plugin> - |