Changeset 6308
- Timestamp:
- Jun 11, 2021, 1:43:32 PM (2 years ago)
- Location:
- extensions/net.sf.basedb.otp/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.otp/trunk/LICENSE
r4846 r6308 1 1 This file is part of OTP login 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.otp/trunk/META-INF/extensions.xml
r5563 r6308 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.otp</url>13 <url>https://baseplugins.thep.lu.se/wiki/net.sf.basedb.otp</url> 14 14 </about> 15 15 -
extensions/net.sf.basedb.otp/trunk/README
r5496 r6308 11 11 12 12 * The homepage for this extension: 13 http ://baseplugins.thep.lu.se/wiki/net.sf.basedb.otp13 https://baseplugins.thep.lu.se/wiki/net.sf.basedb.otp 14 14 15 15 * More information about OTP: … … 19 19 == Installation == 20 20 21 See http ://baseplugins.thep.lu.se/wiki/net.sf.basedb.otp/install21 See https://baseplugins.thep.lu.se/wiki/net.sf.basedb.otp/install 22 22 23 23 == Using == 24 24 25 See http ://baseplugins.thep.lu.se/wiki/net.sf.basedb.otp/using25 See https://baseplugins.thep.lu.se/wiki/net.sf.basedb.otp/using 26 26 27 27 … … 36 36 37 37 1. Download the source code from the subversion repository. See 38 http ://baseplugins.thep.lu.se/wiki/net.sf.basedb.otp for instructions.38 https://baseplugins.thep.lu.se/wiki/net.sf.basedb.otp for instructions. 39 39 40 40 2. Type `ant download-lib` to automatically download the BASE core JAR files that -
extensions/net.sf.basedb.otp/trunk/RELEASE
r4937 r6308 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.otp26 http ://baseplugins.thep.lu.se/wiki/PluginDownload25 https://baseplugins.thep.lu.se/wiki/net.sf.basedb.otp 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.otp/trunk \43 http ://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.otp/tags/A.B \42 svn copy https://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.otp/trunk \ 43 https://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.otp/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.otp47 https://baseplugins.thep.lu.se/wiki/net.sf.basedb.otp 48 48 49 8. Edit the http ://baseplugins.thep.lu.se/wiki/net.sf.basedb.otp49 8. Edit the https://baseplugins.thep.lu.se/wiki/net.sf.basedb.otp 50 50 page: 51 51 … … 55 55 [source:/extensions/net.sf.basedb.otp/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.