Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit ca018f0

Browse files
committed
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 <[email protected]>
1 parent abc4e53 commit ca018f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

features/.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>features</name>
3+
<name>com.jboss.devstudio.features</name>
44
<comment></comment>
55
<projects>
66
</projects>

plugins/.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>plugins</name>
3+
<name>com.jboss.devstudio.plugins</name>
44
<comment></comment>
55
<projects>
66
</projects>

0 commit comments

Comments
 (0)