Changes between Version 32 and Version 33 of PluginDevelopmentGuide
- Timestamp:
- 18.02.2015 13:53:03 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PluginDevelopmentGuide
v32 v33 100 100 </plugins> 101 101 </build> 102 103 102 </project> 104 103 }}} … … 140 139 In order to let DeepaMehta hot-deploy the plugin you must include it in DeepaMehta's hot-deployment list. 141 140 142 In DeepaMehta's **`pom.xml`**: add the plugin's `target` directory (here: `/home/myhome/deepamehta-dev/dm4-tagging/target`) to the `felix.fileinstall.dir` property 's `CDATA` section. Important: don't forget to append a comma to the previous line:141 In DeepaMehta's **`pom.xml`**: add the plugin's `target` directory (here: `/home/myhome/deepamehta-dev/dm4-tagging/target`) to the `felix.fileinstall.dir` property. Important: make sure your line ends with a comma: 143 142 144 143 {{{ 145 144 #!xml 146 <pro files>145 <project> 147 146 ... 148 147 <felix.fileinstall.dir>, … … 153 152 ${project.basedir}/modules/dm4-storage-neo4j/target, 154 153 /home/myhome/deepamehta-dev/dm4-tagging/target, 155 <!-- Note: Although the dm4-storage-neo4j module can not be hot-REdeployed it must be -->156 ...157 154 </felix.fileinstall.dir> 158 155 ... 159 </pro files>156 </project> 160 157 }}} 161 158 … … 679 676 <instructions> 680 677 <Bundle-SymbolicName> 681 org.mydomain.dm4 -tagging678 org.mydomain.dm4.my-cool-plugin 682 679 </Bundle-SymbolicName> 683 680 <Bundle-Activator>