Changeset 6306


Ignore:
Timestamp:
Jun 11, 2021, 1:39:35 PM (2 years ago)
Author:
Nicklas Nordborg
Message:

References #1317: base.thep.lu.se is moving to https

Fixed links in the documentation of Example code.

Location:
extensions/net.sf.basedb.examples/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.examples/trunk/LICENSE

    r1391 r6306  
    11This 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/
     2Available at https://baseplugins.thep.lu.se/
     3BASE main site: https://base.thep.lu.se/
    44
    55This is free software; you can redistribute it and/or
  • extensions/net.sf.basedb.examples/trunk/META-INF/extensions.xml

    r4336 r6306  
    3232    <min-base-version>3.10.0</min-base-version>
    3333    <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>
    3535    <email>basedb-users@lists.sourceforge.net</email>
    3636  </about>
     
    403403      <ref index="2">net.sf.basedb.clients.web.tabcontrol.edit.sample</ref>
    404404      <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>
    405407    </extends>
    406408    <about>
     
    432434      <ref index="2">net.sf.basedb.clients.web.onsave.sample</ref>
    433435      <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>
    434438    </extends>
    435439    <about>
  • extensions/net.sf.basedb.examples/trunk/README

    r4240 r6306  
    9191 6. The ''Hello X-JSP world'' example requires that the X-JSP compiler is installed
    9292    on the server. Read in the documentation how to do this.
    93     http://base.thep.lu.se/chrome/site/latest/html/admin/plugins.installation.html
     93    https://base.thep.lu.se/chrome/site/latest/html/admin/plugins.installation.html
    9494 7. Done. You may have to use 'BASE->Reload permissions' from the menu to see the
    9595    'Extensions' menu.
  • extensions/net.sf.basedb.examples/trunk/RELEASE

    r1435 r6306  
    2323    and the wiki pages (see also step 8 and 9 below):
    2424   
    25       http://baseplugins.thep.lu.se/wiki/net.sf.basedb.examplecode
    26       http://baseplugins.thep.lu.se/wiki/PluginDownload
     25      https://baseplugins.thep.lu.se/wiki/net.sf.basedb.examplecode
     26      https://baseplugins.thep.lu.se/wiki/PluginDownload
    2727   
    2828 3. Make sure that the code compiles and can be packaged.
     
    4040 6. Create a tag in subversion:
    4141
    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 \
    4444        -m "Tagging release A.B"
    4545
    4646 7. Upload the packaged release as an attachment to:
    47     http://baseplugins.thep.lu.se/wiki/net.sf.basedb.examplecode
     47    https://baseplugins.thep.lu.se/wiki/net.sf.basedb.examplecode
    4848
    49  8. Edit the http://baseplugins.thep.lu.se/wiki/net.sf.basedb.examplecode
     49 8. Edit the https://baseplugins.thep.lu.se/wiki/net.sf.basedb.examplecode
    5050    page:
    5151   
     
    5555      [source:/extensions/net.sf.basedb.examples/tags/A.B/README README]
    5656    * Check the information on the download page
    57       http://baseplugins.thep.lu.se/wiki/PluginDownload
     57      https://baseplugins.thep.lu.se/wiki/PluginDownload
    5858      and make sure it is correct
    5959
Note: See TracChangeset for help on using the changeset viewer.