Changeset 31


Ignore:
Timestamp:
Jan 25, 2009, 7:02:04 PM (15 years ago)
Author:
gav
Message:

Complete renaming from openMim to gnuMims, hopefully in all files

Location:
trunk/src
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/application.properties

    r16 r31  
    33app.servlet.version=2.4
    44app.grails.version=1.0.4
    5 app.name=openMim
     5app.name=gnuMims
  • trunk/src/build.xml

    r16 r31  
    1 <project name="openmim" default="test">
     1<project name="gnumims" default="test">
    22
    33    <condition property="grails" value="grails.bat">
  • trunk/src/grails-app/conf/BootStrap.groovy

    r25 r31  
    4646                        name:"Kewl AirCon Guys").save()
    4747        new PersonGroup(personGroupType:PersonGroupType.get(3),
    48                         name:"openMim").save()
     48                        name:"gnuMims").save()
    4949           
    5050        //Person
  • trunk/src/grails-app/views/layouts/main.gsp

    r26 r31  
    11<html>
    22    <head>
    3         <title><g:layoutTitle default="openMim" /></title>
     3        <title><g:layoutTitle default="gnuMims" /></title>
    44        <link rel="stylesheet" href="${createLinkTo(dir:'css',file:'main.css')}" />
    55        <link rel="shortcut icon" href="${createLinkTo(dir:'images',file:'gnuMimsIcon.ico')}" type="image/x-icon" />
     
    1111            <img src="${createLinkTo(dir:'images',file:'spinner.gif')}" alt="Spinner" />
    1212        </div> 
    13         <div class="logo"><img src="${createLinkTo(dir:'images',file:'gnuMimsLogo.jpg')}" alt="openMim" /></div>
     13        <div class="logo"><img
     14src="${createLinkTo(dir:'images',file:'gnuMimsLogo.gif')}" alt="gnuMims"
     15/></div>
    1416        <g:layoutBody />               
    1517    </body>     
  • trunk/src/web-app/index.gsp

    r21 r31  
    11<html>
    22    <head>
    3         <title>Welcome to openMim</title>
     3        <title>Welcome to gnuMims</title>
    44                <meta name="layout" content="main" />
    55    </head>
    66    <body>
    7         <h1 style="margin-left:20px;">Welcome to openMim</h1>
     7        <h1 style="margin-left:20px;">Welcome to gnuMims</h1>
    88        <p style="margin-left:20px;width:80%">
    99        Home
Note: See TracChangeset for help on using the changeset viewer.