cvs commit: jakarta-commons/commons-build project.properties

2004-11-26 Thread mdiggory
mdiggory2004/11/26 08:18:27

  Modified:commons-build project.properties
  Log:
  All the subprojects have the published date on the grey bar (left), to make 
the site more consistent with this, I've moved to there on the top level site.
  
  Revision  ChangesPath
  1.14  +2 -2  jakarta-commons/commons-build/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/jakarta-commons/commons-build/project.properties,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- project.properties31 May 2004 13:21:16 -  1.13
  +++ project.properties26 Nov 2004 16:18:26 -  1.14
  @@ -45,7 +45,7 @@
   # commons site L&F
   ##
   maven.xdoc.jsl=../commons-build/commons-site.jsl
  -maven.xdoc.date=bottom
  +maven.xdoc.date=left
   maven.xdoc.poweredby.image=maven-feather.png
   
maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
   maven.xdoc.includeProjectDocumentation=false
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/commons-build project.properties

2004-04-05 Thread mdiggory
mdiggory2004/04/05 15:11:55

  Modified:commons-build project.properties
  Log:
  There was a request to return the last published date tot he bread crumb area to be 
consistent across the site.
  
  Revision  ChangesPath
  1.12  +2 -2  jakarta-commons/commons-build/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/jakarta-commons/commons-build/project.properties,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- project.properties14 Mar 2004 18:59:40 -  1.11
  +++ project.properties5 Apr 2004 22:11:55 -   1.12
  @@ -45,7 +45,7 @@
   # commons site L&F
   ##
   maven.xdoc.jsl=../commons-build/commons-site.jsl
  -maven.xdoc.date=bottom
  +maven.xdoc.date=left
   maven.xdoc.poweredby.image=maven-feather.png
   maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
   maven.xdoc.includeProjectDocumentation=false
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/commons-build project.properties

2004-03-14 Thread dirkv
dirkv   2004/03/14 10:59:40

  Modified:commons-build project.properties
  Log:
  move date to bottom
  
  Revision  ChangesPath
  1.11  +2 -2  jakarta-commons/commons-build/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/jakarta-commons/commons-build/project.properties,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- project.properties2 Mar 2004 12:01:37 -   1.10
  +++ project.properties14 Mar 2004 18:59:40 -  1.11
  @@ -45,7 +45,7 @@
   # commons site L&F
   ##
   maven.xdoc.jsl=../commons-build/commons-site.jsl
  -maven.xdoc.date=left
  +maven.xdoc.date=bottom
   maven.xdoc.poweredby.image=maven-feather.png
   maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
   maven.xdoc.includeProjectDocumentation=false
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/commons-build project.properties

2004-03-02 Thread mdiggory
mdiggory2004/03/02 04:01:37

  Modified:commons-build project.properties
  Log:
  adding multiproject properties
  
  Revision  ChangesPath
  1.10  +24 -3 jakarta-commons/commons-build/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/jakarta-commons/commons-build/project.properties,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.properties1 Mar 2004 22:31:33 -   1.9
  +++ project.properties2 Mar 2004 12:01:37 -   1.10
  @@ -73,6 +73,27 @@
   ##
   maven.javadoc.links = http://java.sun.com/j2se/1.4.2/docs/api/
   
  +##
  +# Multiproject
  +#
  +# Multiproject can be used to complete goals across all the projects.
  +# Multiproject is dependent on the reactor tag, reactor scripting can
  +# also be inserted into the maven.xml, and velocity scripting can be 
  +# used in places like the navigation.xml to fleshout all project info.
  +#
  +##
  +maven.multiproject.aggregateDir=
  +maven.multiproject.basedir=..
  +maven.multiproject.excludes=commons-build/project.xml
  +maven.multiproject.includes=*/project.xml
   
  +maven.multiproject.ignoreFailures=true   
  +maven.multiproject.navigation=aggregate
   
  +maven.multiproject.overviewPage.create=true
  +maven.multiproject.overviewPage.title=Commons Components
  +maven.multiproject.overviewPage.link=components
  +maven.multiproject.overviewPage.linkTitle=Commons Components
  +maven.multiproject.overviewPage.text=
  +maven.multiproject.type=jar

  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/commons-build project.properties

2004-02-29 Thread tobrien
tobrien 2004/02/29 20:26:00

  Modified:commons-build project.properties
  Log:
  Removed the docs for 1.0 on the nav bar
  
  Revision  ChangesPath
  1.8   +2 -3  jakarta-commons/commons-build/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/jakarta-commons/commons-build/project.properties,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- project.properties1 Mar 2004 02:37:22 -   1.7
  +++ project.properties1 Mar 2004 04:26:00 -   1.8
  @@ -31,7 +31,6 @@
   maven.xdoc.jsl=../commons-build/commons-site.jsl
   maven.xdoc.date=left
   maven.xdoc.poweredby.image=maven-feather.png
  -maven.xdoc.version=${pom.currentVersion}
   maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
   maven.xdoc.includeProjectDocumentation=false
   
  @@ -60,4 +59,4 @@
   
   
   
  - 
  \ No newline at end of file
  + 
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/commons-build project.properties

2004-02-10 Thread mdiggory
mdiggory2004/02/10 10:30:03

  Added:   commons-build project.properties
  Log:
  new global project.properties with location for maven remote repository directory, 
group and host
  
  Revision  ChangesPath
  1.1  jakarta-commons/commons-build/project.properties
  
  Index: project.properties
  ===
  ##
  # Maven Properties
  # 
  # $Id: project.properties,v 1.1 2004/02/10 18:30:03 mdiggory Exp $
  ##
  maven.repo.central=www.apache.org
  maven.repo.central.directory=/www/www.apache.org/dist/java-repository
  maven.remote.group=apcvs
  
  maven.checkstyle.properties=${basedir}/checkstyle.xml
  maven.test.failure = false
  maven.junit.fork=true
  maven.linkcheck.enable=false
  
  maven.xdoc.date=left
  maven.xdoc.version=${pom.currentVersion}
  maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
  maven.xdoc.poweredby.image=maven-feather.png
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]