Changeset 6313
- Timestamp:
- Jun 11, 2021, 1:52:58 PM (2 years ago)
- Location:
- extensions/net.sf.basedb.yubikey/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.yubikey/trunk/LICENSE
r2249 r6313 1 1 This file is part of the YubiKey extension 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.yubikey/trunk/META-INF/extensions.xml
r5569 r6313 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.yubikey</url>13 <url>https://baseplugins.thep.lu.se/wiki/net.sf.basedb.yubikey</url> 14 14 </about> 15 15 -
extensions/net.sf.basedb.yubikey/trunk/README
r5500 r6313 11 11 12 12 * The homepage for this extension: 13 http ://baseplugins.thep.lu.se/wiki/net.sf.basedb.yubikey13 https://baseplugins.thep.lu.se/wiki/net.sf.basedb.yubikey 14 14 15 15 * More information about !YubiKey: … … 18 18 == Installation == 19 19 20 See http ://baseplugins.thep.lu.se/wiki/net.sf.basedb.yubikey/install20 See https://baseplugins.thep.lu.se/wiki/net.sf.basedb.yubikey/install 21 21 22 22 == Using == 23 23 24 See http ://baseplugins.thep.lu.se/wiki/net.sf.basedb.yubikey/using24 See https://baseplugins.thep.lu.se/wiki/net.sf.basedb.yubikey/using 25 25 26 26 … … 35 35 36 36 1. Download the source code from the subversion repository. See 37 http ://baseplugins.thep.lu.se/wiki/net.sf.basedb.yubikey for instructions.37 https://baseplugins.thep.lu.se/wiki/net.sf.basedb.yubikey for instructions. 38 38 39 39 2. Type `ant download-lib` to automatically download the BASE core JAR files that -
extensions/net.sf.basedb.yubikey/trunk/RELEASE
r2530 r6313 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.yubikey26 http ://baseplugins.thep.lu.se/wiki/PluginDownload25 https://baseplugins.thep.lu.se/wiki/net.sf.basedb.yubikey 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.yubikey/trunk \43 http ://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.yubikey/tags/A.B \42 svn copy https://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.yubikey/trunk \ 43 https://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.yubikey/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.yubikey47 https://baseplugins.thep.lu.se/wiki/net.sf.basedb.yubikey 48 48 49 8. Edit the http ://baseplugins.thep.lu.se/wiki/net.sf.basedb.yubikey49 8. Edit the https://baseplugins.thep.lu.se/wiki/net.sf.basedb.yubikey 50 50 page: 51 51 … … 55 55 [source:/extensions/net.sf.basedb.yubikey/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.