Changeset 6049 for trunk/src/plugins/core/core-plugins.xml
- Timestamp:
- Apr 18, 2012, 2:45:14 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plugins/core/core-plugins.xml
r5878 r6049 343 343 </plugin-definition> 344 344 345 <plugin-definition id="GzipFileUnpacker"> 346 <about> 347 <name>GZip file unpacker</name> 348 <description> 349 This plugin unpacks gzip compressed files to the BASE file system. 350 </description> 351 </about> 352 <plugin-class>net.sf.basedb.plugins.GzipFileUnpacker</plugin-class> 353 <settings> 354 <property name="everyone-use">1</property> 355 <property name="immediate-execution">1</property> 356 </settings> 357 </plugin-definition> 358 359 <plugin-definition id="Bzip2FileUnpacker"> 360 <about> 361 <name>BZip2 file unpacker</name> 362 <description> 363 This plugin unpacks BZip2 compressed files to the BASE file system. 364 </description> 365 </about> 366 <plugin-class>net.sf.basedb.plugins.Bzip2FileUnpacker</plugin-class> 367 <settings> 368 <property name="everyone-use">1</property> 369 <property name="immediate-execution">1</property> 370 </settings> 371 </plugin-definition> 372 373 345 374 <plugin-definition id="PluginConfigurationExporter"> 346 375 <about>
Note: See TracChangeset
for help on using the changeset viewer.