Changeset 5612 for trunk/src/install/net
- Timestamp:
- Apr 18, 2011, 1:23:57 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/install/net/sf/basedb/install/Webclient.java
r4889 r5612 38 38 import net.sf.basedb.core.BaseException; 39 39 import net.sf.basedb.core.ItemNotFoundException; 40 import net.sf.basedb.core.Version; 41 import net.sf.basedb.core.plugin.AboutImpl; 40 42 import net.sf.basedb.plugins.HelpImporter; 41 43 … … 149 151 } 150 152 153 simpleExport.setAbout( 154 new AboutImpl 155 ( 156 "Table exporter", 157 "Export all table listings in the web interface as tab-separated text files " + 158 "or as XML. This plugin only works from within the web client, since it depends " + 159 "on context and table information.", 160 Version.getMajor() + "." + Version.getMinor() + "." + Version.getMaintenance(), 161 "2006, Base 2 development team", 162 null, 163 null, 164 "http://base.thep.lu.se" 165 ), false); 166 151 167 dc.commit(); 152 168
Note: See TracChangeset
for help on using the changeset viewer.