Changeset 6309
- Timestamp:
- Jun 11, 2021, 1:45:10 PM (2 years ago)
- Location:
- extensions/net.sf.basedb.reggie/trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.reggie/trunk/LICENSE
r2869 r6309 1 1 This file is part of Reggie for BASE. 2 Available at http ://baseplugins.thep.lu.se/3 BASE main site: http ://base.thep.lu.se/2 Available at https://baseplugins.thep.lu.se/ 3 BASE main site: https://base.thep.lu.se/ 4 4 5 5 This is free software; you can redistribute it and/or -
extensions/net.sf.basedb.reggie/trunk/META-INF/extensions.xml
r6183 r6309 11 11 <copyright>BASE development team</copyright> 12 12 <email>basedb-users@lists.sourceforge.net</email> 13 <url>http ://baseplugins.thep.lu.se/wiki/net.sf.basedb.reggie</url>13 <url>https://baseplugins.thep.lu.se/wiki/net.sf.basedb.reggie</url> 14 14 </about> 15 15 -
extensions/net.sf.basedb.reggie/trunk/README
r6183 r6309 11 11 12 12 * The homepage for this extension: 13 http ://baseplugins.thep.lu.se/wiki/net.sf.basedb.reggie13 https://baseplugins.thep.lu.se/wiki/net.sf.basedb.reggie 14 14 15 15 == Installation and updating == … … 114 114 115 115 1. Download the source code from the subversion repository. See 116 http ://baseplugins.thep.lu.se/wiki/net.sf.basedb.reggie for instructions.116 https://baseplugins.thep.lu.se/wiki/net.sf.basedb.reggie for instructions. 117 117 118 118 2. Type `ant download-lib` to automatically download the BASE core JAR files that -
extensions/net.sf.basedb.reggie/trunk/RELEASE
r4185 r6309 28 28 and the wiki pages (see also step 8 and 9 below): 29 29 30 http ://baseplugins.thep.lu.se/wiki/net.sf.basedb.reggie31 http ://baseplugins.thep.lu.se/wiki/PluginDownload30 https://baseplugins.thep.lu.se/wiki/net.sf.basedb.reggie 31 https://baseplugins.thep.lu.se/wiki/PluginDownload 32 32 33 33 3. Make sure that debug flags in javascript files have been reset. … … 49 49 7. Create a tag in subversion: 50 50 51 svn copy http ://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.reggie/trunk \52 http ://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.reggie/tags/A.B \51 svn copy https://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.reggie/trunk \ 52 https://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.reggie/tags/A.B \ 53 53 -m "Tagging release A.B" 54 54 … … 60 60 61 61 Upload the packaged release as an attachment to: 62 http ://baseplugins.thep.lu.se/wiki/net.sf.basedb.reggie62 https://baseplugins.thep.lu.se/wiki/net.sf.basedb.reggie 63 63 64 9. Edit the http ://baseplugins.thep.lu.se/wiki/net.sf.basedb.examples.reggie64 9. Edit the https://baseplugins.thep.lu.se/wiki/net.sf.basedb.examples.reggie 65 65 page: 66 66 … … 70 70 [source:/extensions/net.sf.basedb.reggie/tags/A.B/README README] 71 71 * Check the information on the download page 72 http ://baseplugins.thep.lu.se/wiki/PluginDownload72 https://baseplugins.thep.lu.se/wiki/PluginDownload 73 73 and make sure it is correct 74 74 -
extensions/net.sf.basedb.reggie/trunk/src/net/sf/basedb/reggie/extensions/ThumbnailsColumnFactory.java
r6050 r6309 38 38 39 39 This extension depends on the "Thumbnails" extension 40 (http ://baseplugins.thep.lu.se/wiki/net.sf.basedb.thumbnails)40 (https://baseplugins.thep.lu.se/wiki/net.sf.basedb.thumbnails) 41 41 for generating the thumbnail. If that extension is not installed, 42 42 the column will display the path to the file
Note: See TracChangeset
for help on using the changeset viewer.