Tobias Jeger pushed to branch master at cms-community / hippo-plugin-poll

Commits:
d437c925 by Tobias Jeger at 2018-02-20T16:42:43+01:00
HIPPLUG-1520 Update Demo Essentials Plugin for CMS 12.2

- - - - -


2 changed files:

- essentials-demo-feature/README.txt
- essentials-demo-feature/src/main/resources/plugin-descriptor.json


Changes:

=====================================
essentials-demo-feature/README.txt
=====================================
--- a/essentials-demo-feature/README.txt
+++ b/essentials-demo-feature/README.txt
@@ -6,4 +6,8 @@ namespace with a title and the poll compound. It also adds a 
rendering template 
 To use this feature, add a dependency to this artifact to the Essentials 
module of a Hippo project. After a (re)build it
 will show up in the Feature Library.
 
-This Poll Demo feature will only work correctly if the Poll feature is 
installed BEFORE this feature.
\ No newline at end of file
+    <dependency>
+      <groupId>org.onehippo.cms7</groupId>
+      <artifactId>hippo-plugin-poll-essentials-demo-feature</artifactId>
+      <version>${hippo.plugin.poll.version}</version>
+    </dependency>


=====================================
essentials-demo-feature/src/main/resources/plugin-descriptor.json
=====================================
--- a/essentials-demo-feature/src/main/resources/plugin-descriptor.json
+++ b/essentials-demo-feature/src/main/resources/plugin-descriptor.json
@@ -1,17 +1,15 @@
 {
-  "@type": "plugin",
   "id": "hippo-plugin-poll-essentials-demoId",
+  "type": "feature",
   "name": "Polls Demo",
   "icon": "",
   "introduction": "This plugin shows how you can extend the Poll plugin and 
use it in a custom document. NOTE: the Poll feature must be installed BEFORE 
this one for this feature to work.",
-  "packageFile": "/META-INF/instructions.xml",
-  "restClasses": [],
-  "type": "feature",
   "vendor" : {
-    "@type": "vendor",
     "name" : "BloomReach",
     "url" : "https://www.bloomreach.com";
   },
+  "packageFile": "/META-INF/instructions.xml",
+  "installWithParameters": false,
   "categories": {
     "application": [
       "content"
@@ -23,9 +21,12 @@
       "community"
     ]
   },
-  "libraries": [
+  "pluginDependencies": [
+    {
+      "pluginId": "skeleton"
+    },
     {
-      "items": []
+      "pluginId": "pollPlugin"
     }
   ]
 }
\ No newline at end of file



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-plugin-poll/commit/d437c92519f1d9882f52ccaf327cf40f3d6c153a

---
View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-plugin-poll/commit/d437c92519f1d9882f52ccaf327cf40f3d6c153a
You're receiving this email because of your account on code.onehippo.org.
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to