Changeset 6306
- Timestamp:
- Jun 11, 2021, 1:39:35 PM (2 years ago)
- Location:
- extensions/net.sf.basedb.examples/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.examples/trunk/LICENSE
r1391 r6306 1 1 This file is part of the Example Code Package 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.examples/trunk/META-INF/extensions.xml
r4336 r6306 32 32 <min-base-version>3.10.0</min-base-version> 33 33 <copyright>BASE development team</copyright> 34 <url>http ://baseplugins.thep.lu.se/wiki/net.sf.basedb.examples.extensions</url>34 <url>https://baseplugins.thep.lu.se/wiki/net.sf.basedb.examples.extensions</url> 35 35 <email>basedb-users@lists.sourceforge.net</email> 36 36 </about> … … 403 403 <ref index="2">net.sf.basedb.clients.web.tabcontrol.edit.sample</ref> 404 404 <ref index="2">net.sf.basedb.clients.web.tabcontrol.edit.extract</ref> 405 <ref index="2">net.sf.basedb.clients.web.tabcontrol.edit.user-preferences</ref> 406 <ref index="2">net.sf.basedb.clients.web.tabcontrol.edit.user-information</ref> 405 407 </extends> 406 408 <about> … … 432 434 <ref index="2">net.sf.basedb.clients.web.onsave.sample</ref> 433 435 <ref index="2">net.sf.basedb.clients.web.onsave.extract</ref> 436 <ref index="2">net.sf.basedb.clients.web.onsave.user-preferences</ref> 437 <ref index="2">net.sf.basedb.clients.web.onsave.user-information</ref> 434 438 </extends> 435 439 <about> -
extensions/net.sf.basedb.examples/trunk/README
r4240 r6306 91 91 6. The ''Hello X-JSP world'' example requires that the X-JSP compiler is installed 92 92 on the server. Read in the documentation how to do this. 93 http ://base.thep.lu.se/chrome/site/latest/html/admin/plugins.installation.html93 https://base.thep.lu.se/chrome/site/latest/html/admin/plugins.installation.html 94 94 7. Done. You may have to use 'BASE->Reload permissions' from the menu to see the 95 95 'Extensions' menu. -
extensions/net.sf.basedb.examples/trunk/RELEASE
r1435 r6306 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.examplecode26 http ://baseplugins.thep.lu.se/wiki/PluginDownload25 https://baseplugins.thep.lu.se/wiki/net.sf.basedb.examplecode 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.examples/trunk \43 http ://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.examples/tags/A.B \42 svn copy https://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.examples/trunk \ 43 https://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.examples/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.examplecode47 https://baseplugins.thep.lu.se/wiki/net.sf.basedb.examplecode 48 48 49 8. Edit the http ://baseplugins.thep.lu.se/wiki/net.sf.basedb.examplecode49 8. Edit the https://baseplugins.thep.lu.se/wiki/net.sf.basedb.examplecode 50 50 page: 51 51 … … 55 55 [source:/extensions/net.sf.basedb.examples/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.