Skip to content

Commit

Permalink
Fix names for projects in plugins and features folders
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
dgolovin committed Feb 13, 2018
1 parent abc4e53 commit ca018f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/.project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>features</name>
<name>com.jboss.devstudio.features</name>
<comment></comment>
<projects>
</projects>
Expand Down
2 changes: 1 addition & 1 deletion plugins/.project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>plugins</name>
<name>com.jboss.devstudio.plugins</name>
<comment></comment>
<projects>
</projects>
Expand Down

0 comments on commit ca018f0

Please sign in to comment.