From ca018f05b902819c8411b6b1137ddc07cc99997e Mon Sep 17 00:00:00 2001 From: Denis Golovin Date: Tue, 13 Feb 2018 11:21:00 -0800 Subject: [PATCH] Fix names for projects in plugins and features folders This fix sets unique names for product/{plugins,features}.project files to avoid conflicts when importin other projects form jbosstools repositories. Signed-off-by: Denis Golovin --- features/.project | 2 +- plugins/.project | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/features/.project b/features/.project index 72037514..05ce7c99 100644 --- a/features/.project +++ b/features/.project @@ -1,6 +1,6 @@ - features + com.jboss.devstudio.features diff --git a/plugins/.project b/plugins/.project index ae5eb5b5..1ad727e2 100644 --- a/plugins/.project +++ b/plugins/.project @@ -1,6 +1,6 @@ - plugins + com.jboss.devstudio.plugins