Arthur Bogaart pushed to branch bugfix/HIPPLUG-1344 at cms-community / 
hippo-plugin-taxonomy


Commits:
f6dc15e7 by Arthur Bogaart at 2016-08-19T15:18:39+02:00
HIPPLUG-1344 Revert rename of style.css

Stay backwards compatible, package name is clear enough.

- - - - -


3 changed files:

- 
addon/frontend/src/main/java/org/onehippo/taxonomy/plugin/TaxonomyEditorPlugin.java
- 
addon/frontend/src/main/java/org/onehippo/taxonomy/plugin/TaxonomyPickerPlugin.java
- addon/frontend/src/main/resources/org/onehippo/taxonomy/plugin/taxonomy.css → 
addon/frontend/src/main/resources/org/onehippo/taxonomy/plugin/style.css


Changes:

=====================================
addon/frontend/src/main/java/org/onehippo/taxonomy/plugin/TaxonomyEditorPlugin.java
=====================================
--- 
a/addon/frontend/src/main/java/org/onehippo/taxonomy/plugin/TaxonomyEditorPlugin.java
+++ 
b/addon/frontend/src/main/java/org/onehippo/taxonomy/plugin/TaxonomyEditorPlugin.java
@@ -104,7 +104,7 @@ public class TaxonomyEditorPlugin extends 
RenderPlugin<Node> {
 
     private static final Logger log = 
LoggerFactory.getLogger(TaxonomyEditorPlugin.class);
 
-    private static final CssResourceReference CSS = new 
CssResourceReference(TaxonomyEditorPlugin.class, "taxonomy.css");
+    private static final CssResourceReference CSS = new 
CssResourceReference(TaxonomyEditorPlugin.class, "style.css");
     private static final String MENU_ACTION_STYLE_CLASS = "menu-action";
     private static final String DISABLED_ACTION_STYLE_CLASS = 
"taxonomy-disabled-action";
     private static final String DISABLED_MENU_ACTION_STYLE_CLASS = 
MENU_ACTION_STYLE_CLASS + " " + DISABLED_ACTION_STYLE_CLASS;


=====================================
addon/frontend/src/main/java/org/onehippo/taxonomy/plugin/TaxonomyPickerPlugin.java
=====================================
--- 
a/addon/frontend/src/main/java/org/onehippo/taxonomy/plugin/TaxonomyPickerPlugin.java
+++ 
b/addon/frontend/src/main/java/org/onehippo/taxonomy/plugin/TaxonomyPickerPlugin.java
@@ -82,7 +82,7 @@ public class TaxonomyPickerPlugin extends RenderPlugin<Node> {
 
     static final Logger log = 
LoggerFactory.getLogger(TaxonomyPickerPlugin.class);
 
-    private static final CssResourceReference CSS = new 
CssResourceReference(TaxonomyPickerPlugin.class, "taxonomy.css");
+    private static final CssResourceReference CSS = new 
CssResourceReference(TaxonomyPickerPlugin.class, "style.css");
 
     private static final String INVALID_TAXONOMY_KEY = "invalid.taxonomy.key";
     private static final String INVALID_TAXONOMY_CATEGORY_KEY = 
"invalid.taxonomy.category.key";


=====================================
addon/frontend/src/main/resources/org/onehippo/taxonomy/plugin/taxonomy.css → 
addon/frontend/src/main/resources/org/onehippo/taxonomy/plugin/style.css
=====================================
--- 
a/addon/frontend/src/main/resources/org/onehippo/taxonomy/plugin/taxonomy.css
+++ b/addon/frontend/src/main/resources/org/onehippo/taxonomy/plugin/style.css



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-plugin-taxonomy/commit/f6dc15e7486611ce61b3ebb0ed0668421abb6e1b
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to