• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.clients
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 4729 for trunk/build

Show
Ignore:
Timestamp:
01/18/07 11:56:06 (22 months ago)
Author:
jburel
Message:

replaced OMEROClient by OMERO.insight

Location:
trunk/build
Files:
5 modified

  • app.xml (modified) (1 diff)
  • build.xml (modified) (3 diffs)
  • dist.xml (modified) (5 diffs)
  • docs.xml (modified) (2 diffs)
  • test.xml (modified) (1 diff)

Legend:

Unmodified
Added
Removed
  • trunk/build/app.xml

    r4691 r4729  
    118118          depends="compile"  
    119119          description="Run the app in its own JVM.">  
    120     <echo message="Launching OMEROClient..."/> 
     120    <echo message="Launching OMERO.insight ..."/> 
    121121    <java classname="${app.mainclass}" 
    122122          classpathref="app.run.classpath"  
  • trunk/build/build.xml

    r4697 r4729  
    22 
    33<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  
    4  * Master build file for the OMEROClient java client. 
     4 * Master build file for the OMERO.insight java client. 
    55 * You can use this file to compile, run, test, and package the application 
    6  * for distribution.  Furthermore, you can generate all other project artifacts, 
    7  * like documentation.  Please refer to the usage target for further details. 
     6 * for distribution. Furthermore, you can generate all other project artifacts, 
     7 * like documentation. Please refer to the usage target for further details. 
    88 * 
    99 * 
    … …  
    4444 *    not) and are listed by the usage target. 
    4545~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~--> 
    46 <project name="OMEROClient" default="usage" basedir="../"> 
     46<project name="OMERO.insight" default="usage" basedir="../"> 
    4747  
    48   <description>The OMEROClient Java Client Project.</description>  
     48  <description>The OMERO.insight Java Client Project.</description>  
    4949   
    5050  <!-- The build directory.  Every target outputs below this directory. -->   
    … …  
    5353  <!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  
    5454   * The following properties define the mappings to the artifacts relevant 
    55    * to the build.  These artifacts are contained in the local CVS repository 
     55   * to the build.  These artifacts are contained in the local SVN repository 
    5656   * hosting this build file.  Here's a short description of contents of the  
    57    * CVS dirs that are relevant to the build: 
     57   * SVN dirs that are relevant to the build: 
    5858   *   + root dir: Contains the license file. 
    5959   *   + build: Contains this master build file and all its children. 
  • trunk/build/dist.xml

    r4697 r4729  
    33<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  
    44 * Child build file to create the app deliverables. 
    5  * This file is only meant to be used as an imported file within the OMEROClient 
    6  * master build file. 
     5 * This file is only meant to be used as an imported file within the  
     6 * OMERO.insight master build file. 
    77~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~--> 
    88<project name="dist" default="usage"> 
    … …  
    5353  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->  
    5454  <property name="dist.dir" location="${build.dir}/dist"/> 
    55   <property name="dist.jar.file" value="omeroclient.jar"/> 
    56   <property name="dist.bundle.name" value="omeroclient"/>  
    57   <property name="dist.bundle.version" value="3-M3_Beta_15-12-06"/> 
     55  <property name="dist.jar.file" value="omeroinsight.jar"/> 
     56  <property name="dist.bundle.name" value="omeroinsight"/>  
     57  <property name="dist.bundle.version" value="3-M3_Beta_17-01-07"/> 
    5858  <fileset id="dist.launch.scripts" dir="${base.launch.dir}"> 
    5959    <include name="*.sh"/> 
    … …  
    6565  <basename property="dist.app.config.dir.name" file="${app.config.dir}"/>  
    6666  <property name="dist.osx.icon"  
    67             location="${base.launch.dir}/osx/omeroclient.icns"/> 
     67            location="${base.launch.dir}/osx/omeroinsight.icns"/> 
    6868  <property name="dist.osx.stub"  
    6969            location="${base.launch.dir}/osx/JavaApplicationStub"/>  
    … …  
    155155          description="Build and package the app for OS X distribution."> 
    156156    <jarbundler dir="${dist.dir}" 
    157                 name="OMEROClient" 
     157                name="OMEROinsight" 
    158158                mainclass="${app.mainclass}" 
    159159                version="${dist.bundle.version}" 
    160                 infostring="OMEROClient Java Client, ${dist.bundle.version}" 
    161                 aboutmenuname="OMEROClient Java Client" 
     160                infostring="OMERO.insight Java Client, ${dist.bundle.version}" 
     161                aboutmenuname="OMERO.insight Java Client" 
    162162                screenmenu="true"  
    163163                icon="${dist.osx.icon}" 
    … …  
    172172      <zipfileset refid="app.config" prefix="${dist.app.config.dir.name}"/> 
    173173      <fileset dir="${dist.dir}"  
    174                includes="OMEROClient.app/**" 
     174               includes="OMEROinsight.app/**" 
    175175               excludes="**/${dist.osx.stub.name}"/> 
    176176      <zipfileset file="${dist.osx.stub}"  
    177                   fullpath="OMEROClient.app/Contents/MacOS/${dist.osx.stub.name}" 
     177                  fullpath="OMEROinsight.app/Contents/MacOS/${dist.osx.stub.name}" 
    178178                  filemode="555"/>  
    179179      <fileset file="${dist.osx.installfile}"/> 
  • trunk/build/docs.xml

    r4697 r4729  
    33<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  
    44 * Child build file to create the project documentation. 
    5  * This file is only meant to be used as an imported file within the OMEROClient 
    6  * master build file. 
     5 * This file is only meant to be used as an imported file within the  
     6 * OMERO.insight master build file. 
    77~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~--> 
    88<project name="docs" default="usage"> 
    … …  
    9393             packagenames="org.openmicroscopy.*"  
    9494             destdir="${docs.javadoc.dir}" 
    95              windowtitle="OMEROClient JavaDoc" 
     95             windowtitle="OMERO.insight JavaDoc" 
    9696             use="yes" 
    9797             author="yes" 
  • trunk/build/test.xml

    r4697 r4729  
    33<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  
    44 * Child build file to test the application. 
    5  * This file is only meant to be used as an imported file within the OMEROClient 
    6  * master build file. 
     5 * This file is only meant to be used as an imported file within the  
     6 * OMERO.insight master build file. 
    77~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~--> 
    88<project name="test" default="usage"> 

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/