Changeset 4483


Ignore:
Timestamp:
Sep 7, 2008, 11:59:52 PM (15 years ago)
Author:
Jari Häkkinen
Message:

Addresses #1107.

Location:
trunk
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r4473 r4483  
    2626
    2727<project
    28   name="BASE2"
     28  name="BASE"
    2929  default="dev"
    3030  basedir="."
    3131  >
    3232  <description>
    33     Build file for BASE 2. The main targets are ('dev' is default):
     33    Build file for BASE. The main targets are ('dev' is default):
    3434
    3535    Clean up:
  • trunk/config/dist/web.xml

    r4474 r4483  
    3030  <display-name>BASE</display-name>
    3131  <description>
    32     The BASE 2 web application.
     32    The BASE web application.
    3333  </description>
    3434 
  • trunk/credits.txt

    r4473 r4483  
    33Copyright (C) 2006 Jari Hakkinen
    44Copyright (C) 2007 Johan Enell, Jari Hakkinen, Nicklas Nordborg
     5Copyright (C) 2008 Jari Hakkinen, Nicklas Nordborg
    56
    67Files are copyright by their respective authors. The contributions to
     
    3738
    3839
    39 The list of people who has contributed to the BASE 2 project, in
    40 alphabetical order:
     40The list of people who has contributed to the BASE version 2 project,
     41in alphabetical order:
    4142
    4243Samuel Andersson
  • trunk/lib/docbook/preprocess/dweiss-docbook-extensions.dtd

    r3944 r4483  
    6666<!ENTITY % gbStart  "<guibutton>">
    6767<!ENTITY % gbEnd  "</guibutton>">
    68 <!-- Most used buttons in BASE2 -->
     68<!-- Most used buttons in BASE -->
    6969<!ENTITY gbBrowse     "%gbStart;Browse%gbEnd;">
    7070<!ENTITY gbCancel     "%gbStart;Cancel%gbEnd;">
  • trunk/src/clients/web/net/sf/basedb/clients/web/taglib/Page.java

    r4478 r4483  
    33
    44  Copyright (C) 2005 Nicklas Nordborg
    5   Copyright (C) 2006 Johan Enell, Jari Hakkinen, Nicklas Nordborg
     5  Copyright (C) 2006, 2008 Johan Enell, Jari Hakkinen, Nicklas Nordborg
    66
    77  This file is part of BASE - BioArray Software Environment.
     
    4343  <pre>
    4444&lt;%@ taglib prefix="base" uri="/WEB-INF/base.tld" %&gt;
    45 &lt;base:page type="default" title="Welcome to BASE 2"&gt;
     45&lt;base:page type="default" title="Welcome to BASE"&gt;
    4646&lt;base:head&gt;
    4747   &lt;!-- scripts and other head things... --&gt;
  • trunk/src/clients/web/net/sf/basedb/clients/web/taglib/table/package.html

    r4478 r4483  
    44  Copyright (C) 2005 Nicklas Nordborg
    55  Copyright (C) 2006 Jari Hakkinen, Gregory Vincic
     6  Copyright (C) 2007, 2008 Jari Hakkinen
    67
    78  This file is part of BASE - BioArray Software Environment.
     
    6465            &lt;tbl:cell column="newsDate"&gt;2005-04-08&lt;/tbl:cell&gt;
    6566            &lt;tbl:cell column="endDate"&gt2005-04-15&lt;/tbl:cell&gt;
    66             &lt;tbl:cell column="description"&gt;Welcome to your new BASE 2 server.&lt;/tbl:cell&gt;
     67            &lt;tbl:cell column="description"&gt;Welcome to your new BASE server.&lt;/tbl:cell&gt;
    6768         &lt;/tbl:row&gt;
    6869         &lt;tbl:row&gt;
  • trunk/src/core/net/sf/basedb/core/Application.java

    r4479 r4483  
    44  Copyright (C) 2005 Samuel Andersson, Johan Enell, Jari Hakkinen, Nicklas Nordborg
    55  Copyright (C) 2006 Johan Enell, Jari Hakkinen, Nicklas Nordborg
    6   Copyright (C) 2007 Johan Enell, Nicklas Nordborg
     6  Copyright (C) 2007 Johan Enell, Jari Hakkinen, Nicklas Nordborg, Martin Svensson
     7  Copyright (C) 2006 Jari Hakkinen, Nicklas Nordborg
    78
    89  This file is part of BASE - BioArray Software Environment.
     
    255256 
    256257  /**
    257     Get the BASE 2 core logger.
     258    Get the BASE core logger.
    258259  */
    259260  static org.apache.log4j.Logger getLogger()
     
    263264 
    264265  /**
    265     Get the host name of the server running BASE 2.
     266    Get the host name of the server running BASE.
    266267  */
    267268  public static String getHostName()
  • trunk/src/core/net/sf/basedb/core/Install.java

    r4479 r4483  
    55  Copyright (C) 2006 Johan Enell, Jari Hakkinen, Nicklas Nordborg, Martin Svensson, Gregory Vincic
    66  Copyright (C) 2007 Johan Enell, Nicklas Nordborg, Martin Svensson
     7  Copyright (C) 2008 Jari Hakkinen, Nicklas Nordborg, Martin Svensson
    78
    89  This file is part of BASE - BioArray Software Environment.
     
    581582      // News
    582583      if (progress != null) progress.display((int)(20*progress_factor), "--Creating news...");
    583       createNews("BASE 2 Server installed", "Welcome to your new BASE 2 server.");
     584      createNews("BASE Server installed", "Welcome to your new BASE server.");
    584585 
    585586      // Plugins
  • trunk/src/core/net/sf/basedb/core/package.html

    r4479 r4483  
    33
    44  Copyright (C) 2005 Nicklas Nordborg
    5   Copyright (C) 2006 Jari Hakkinen
     5  Copyright (C) 2006, 2007, 2008 Jari Hakkinen
    66
    77  This file is part of BASE - BioArray Software Environment.
     
    2525<body>
    2626<p>
    27   This package contains the core business logic of BASE 2.
     27  This package contains the core business logic of BASE.
    2828</p>
    2929 
  • trunk/src/core/net/sf/basedb/util/zip/FilePacker.java

    r4479 r4483  
    33
    44Copyright (C) 2007 Nicklas Nordborg, Martin Svensson
     5Copyright (C) 2008 Jari Hakkinen
    56
    67This file is part of BASE - BioArray Software Environment.
     
    3132/**
    3233  This interface should be implemented by classes that can pack files and directories
    33   from BASE2 file system. The implementing class must also have a public no-argument
     34  from BASE file system. The implementing class must also have a public no-argument
    3435  constructor. The implementing classes are used by the 
    3536  {@link net.sf.basedb.plugins.PackedFileExporter} plug-in. Each class should
  • trunk/www/info/about.jsp

    r4476 r4483  
    8282    <font size="-1">
    8383      &copy; 2005, 2006, 2007, 2008 The BASE team <br/> See
    84       <a href=http://base.thep.lu.se/browser/trunk/credits.txt>BASE 2
    85       credits</a> for contribution information.
     84      <a href=http://base.thep.lu.se/browser/trunk/credits.txt>BASE
     85      version 2 credits</a> for contribution information.
    8686
    8787      <p> BASE is released under the
Note: See TracChangeset for help on using the changeset viewer.