Last change
on this file since 3763 was
3763,
checked in by Martin Svensson, 16 years ago
|
References #364, Added instructions how to make ant put base-plugins.xml and base-configurations.xml
in the plugin jar-file when building an external plugin.
Also updated the examples about this.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
436 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <!DOCTYPE plugins SYSTEM "base-plugins.dtd" > |
---|
3 | <plugins jarname="ExamplePlugins.jar"> |
---|
4 | <pluginclass classname="net.sf.basedb.exampleplugins.ExampleAnalyzer"> |
---|
5 | <minbaseversion>2.4</minbaseversion> |
---|
6 | <hasconfigurations/> |
---|
7 | </pluginclass> |
---|
8 | <pluginclass classname="net.sf.basedb.exampleplugins.ExampleImporter"> |
---|
9 | <minbaseversion>2.4</minbaseversion> |
---|
10 | <hasconfigurations/> |
---|
11 | </pluginclass> |
---|
12 | </plugins> |
---|
Note: See
TracBrowser
for help on using the repository browser.