Skip to content

Commit a2eee1a

Browse files
Mailaendereselmeister
authored andcommitted
Avoid a file path collision with ChemClipse CSS.
1 parent dba2919 commit a2eee1a

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

openchrom/plugins/net.openchrom.rcp.compilation.community.ui/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ bin.includes = META-INF/,\
44
.,\
55
plugin.xml,\
66
splash.bmp,\
7-
css/,\
7+
stylesheets/,\
88
icons/,\
99
OSGI-INF/,\
1010
plugin_customization.ini

openchrom/plugins/net.openchrom.rcp.compilation.community.ui/plugin.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@
4242
<extension
4343
point="org.eclipse.e4.ui.css.swt.theme">
4444
<stylesheet
45-
uri="css/default.css">
45+
uri="stylesheets/default.css">
4646
<themeid
4747
refid="org.eclipse.e4.ui.css.theme.e4_default">
4848
</themeid>
4949
</stylesheet>
5050
<stylesheet
51-
uri="css/classic.css">
51+
uri="stylesheets/classic.css">
5252
<themeid
5353
refid="org.eclipse.e4.ui.css.theme.e4_classic">
5454
</themeid>
5555
</stylesheet>
5656
<stylesheet
57-
uri="css/dark.css">
57+
uri="stylesheets/dark.css">
5858
<themeid
5959
refid="org.eclipse.e4.ui.css.theme.e4_dark">
6060
</themeid>

openchrom/plugins/net.openchrom.rcp.compilation.community.ui/css/classic.css renamed to openchrom/plugins/net.openchrom.rcp.compilation.community.ui/stylesheets/classic.css

File renamed without changes.

openchrom/plugins/net.openchrom.rcp.compilation.community.ui/css/dark.css renamed to openchrom/plugins/net.openchrom.rcp.compilation.community.ui/stylesheets/dark.css

File renamed without changes.

openchrom/plugins/net.openchrom.rcp.compilation.community.ui/css/default.css renamed to openchrom/plugins/net.openchrom.rcp.compilation.community.ui/stylesheets/default.css

File renamed without changes.

0 commit comments

Comments
 (0)