Changeset 6311
- Timestamp:
- Jun 11, 2021, 1:48:18 PM (2 years ago)
- Location:
- extensions/net.sf.basedb.thumbnails/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.thumbnails/trunk/LICENSE
r3398 r6311 1 1 This file is part of Thumbnails 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.thumbnails/trunk/META-INF/extensions.xml
r6085 r6311 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.thumbnails</url>13 <url>https://baseplugins.thep.lu.se/wiki/net.sf.basedb.thumbnails</url> 14 14 </about> 15 15 -
extensions/net.sf.basedb.thumbnails/trunk/README
r6042 r6311 12 12 13 13 * The homepage for this extension: 14 http ://baseplugins.thep.lu.se/wiki/net.sf.basedb.thumbnails14 https://baseplugins.thep.lu.se/wiki/net.sf.basedb.thumbnails 15 15 16 16 == Installation == 17 17 18 See http ://baseplugins.thep.lu.se/wiki/net.sf.basedb.thumbnails/install18 See https://baseplugins.thep.lu.se/wiki/net.sf.basedb.thumbnails/install 19 19 20 20 == Using == 21 21 22 See http ://baseplugins.thep.lu.se/wiki/net.sf.basedb.thumbnails/using22 See https://baseplugins.thep.lu.se/wiki/net.sf.basedb.thumbnails/using 23 23 24 24 … … 33 33 34 34 1. Download the source code from the subversion repository. See 35 http ://baseplugins.thep.lu.se/wiki/net.sf.basedb.thumbnails for instructions.35 https://baseplugins.thep.lu.se/wiki/net.sf.basedb.thumbnails for instructions. 36 36 37 37 2. Type `ant download-lib` to automatically download the BASE core JAR files that -
extensions/net.sf.basedb.thumbnails/trunk/RELEASE
r3428 r6311 23 23 and the wiki pages (see also step 8 and 9 below): 24 24 25 http ://baseplugins.thep.lu.se/wiki/net.sf.basedb.thumbnails26 http ://baseplugins.thep.lu.se/wiki/PluginDownload25 https://baseplugins.thep.lu.se/wiki/net.sf.basedb.thumbnails 26 https://baseplugins.thep.lu.se/wiki/PluginDownload 27 27 28 28 3. Make sure that the code compiles and can be packaged. … … 40 40 6. Create a tag in subversion: 41 41 42 svn copy http ://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.thumbnails/trunk \43 http ://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.thumbnails/tags/A.B \42 svn copy https://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.thumbnails/trunk \ 43 https://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.thumbnails/tags/A.B \ 44 44 -m "Tagging release A.B" 45 45 46 46 7. Upload the packaged release as an attachment to: 47 http ://baseplugins.thep.lu.se/wiki/net.sf.basedb.thumbnails47 https://baseplugins.thep.lu.se/wiki/net.sf.basedb.thumbnails 48 48 49 8. Edit the http ://baseplugins.thep.lu.se/wiki/net.sf.basedb.thumbnails49 8. Edit the https://baseplugins.thep.lu.se/wiki/net.sf.basedb.thumbnails 50 50 page: 51 51 … … 55 55 [source:/extensions/net.sf.basedb.thumbnails/tags/A.B/README README] 56 56 * Check the information on the download page 57 http ://baseplugins.thep.lu.se/wiki/PluginDownload57 https://baseplugins.thep.lu.se/wiki/PluginDownload 58 58 and make sure it is correct 59 59
Note: See TracChangeset
for help on using the changeset viewer.