You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ni...@apache.org on 2004/04/18 13:35:56 UTC

cvs commit: avalon/util project.properties

niclas      2004/04/18 04:35:56

  Modified:    logging  project.properties
               maven-plugins project.properties
               maven-plugins/versioning project.properties
               meta     project.properties
               repository project.properties
               util     project.properties
  Log:
  Working towards a unified buildsystem.
  
  Revision  Changes    Path
  1.4       +36 -6     avalon/logging/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/avalon/logging/project.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.properties	31 Mar 2004 16:57:19 -0000	1.3
  +++ project.properties	18 Apr 2004 11:35:56 -0000	1.4
  @@ -1,13 +1,43 @@
  +# Copyright 2001-2004 The Apache Software Foundation.
  +# 
  +# Licensed under the Apache License, Version 2.0 (the "License");
  +# you may not use this file except in compliance with the License.
  +# You may obtain a copy of the License at
  +# 
  +#      http://www.apache.org/licenses/LICENSE-2.0
  +# 
  +# Unless required by applicable law or agreed to in writing, software
  +# distributed under the License is distributed on an "AS IS" BASIS,
  +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +# See the License for the specific language governing permissions and
  +# limitations under the License.
   
  -maven.repo.remote = http://www.dpml.net,http://www.ibiblio.org/maven
  +# The Avalon Build System location.
  +avalon.buildsystem = ${basedir}/../buildsystem
  +
  +# Repositories used.
  +maven.repo.remote = http://www.apache.org/dist/avalon,http://www.ibiblio.org/maven
  +
  +# Junit needs to fork the JVM.
  +maven.junit.fork = yes
   
   #
   # Banner background and foreground colors.
   #
  -
   maven.ui.banner.background = #fff
   maven.ui.banner.foreground = #000
  -maven.xdoc.jsl = ./site/etc/site.jsl
  -maven.javadoc.stylesheet =${basedir}/site/etc/stylesheet.css
  -maven.xdoc.poweredby.image =
  -maven.docs.src = ${basedir}/site/xdocs
  +maven.xdoc.poweredby.image= 
  +
  +# Styles & License
  +maven.xdoc.jsl = ${basedir}/../buildsystem/site.jsl
  +maven.license.licenseFile = ${basedir}/../buildsystem/LICENSE.txt
  +maven.javadoc.stylesheet = ${basedir}/../buildsystem/stylesheet.css
  +
  +#
  +# Declaration of the remote links to assign on javadoc generation.
  +# Link declarations can be overriden in the user's build.properties
  +# file.
  +qdox.link = http://qdox.codehaus.org/apidocs/
  +sun.j2se.link = http://java.sun.com/j2se/1.4/docs/api/
  +avalon.framework.link = http://avalon.apache.org/framework/api/
  +maven.javadoc.links = ${sun.j2se.link},${qdox.link},${avalon.framework.link}
  
  
  
  1.2       +23 -5     avalon/maven-plugins/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/avalon/maven-plugins/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties	18 Apr 2004 01:12:52 -0000	1.1
  +++ project.properties	18 Apr 2004 11:35:56 -0000	1.2
  @@ -12,14 +12,32 @@
   # See the License for the specific language governing permissions and
   # limitations under the License.
   
  +# The Avalon Build System location.
  +avalon.buildsystem = ${basedir}/../buildsystem
  +
  +# Repositories used.
  +maven.repo.remote = http://www.apache.org/dist/avalon,http://www.ibiblio.org/maven
  +
  +# Junit needs to fork the JVM.
  +maven.junit.fork = yes
   
   #
   # Banner background and foreground colors.
   #
  -
   maven.ui.banner.background = #fff
   maven.ui.banner.foreground = #000
  -maven.xdoc.jsl = ./site/etc/site.jsl
  -maven.javadoc.stylesheet =${basedir}/site/etc/stylesheet.css
  -maven.xdoc.poweredby.image=
  -maven.xdoc.date=left
  +maven.xdoc.poweredby.image= 
  +
  +# Styles & License
  +maven.xdoc.jsl = ${basedir}/../buildsystem/site.jsl
  +maven.license.licenseFile = ${basedir}/../buildsystem/LICENSE.txt
  +maven.javadoc.stylesheet = ${basedir}/../buildsystem/stylesheet.css
  +
  +#
  +# Declaration of the remote links to assign on javadoc generation.
  +# Link declarations can be overriden in the user's build.properties
  +# file.
  +qdox.link = http://qdox.codehaus.org/apidocs/
  +sun.j2se.link = http://java.sun.com/j2se/1.4/docs/api/
  +avalon.framework.link = http://avalon.apache.org/framework/api/
  +maven.javadoc.links = ${sun.j2se.link},${qdox.link},${avalon.framework.link}
  
  
  
  1.4       +3 -0      avalon/maven-plugins/versioning/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/avalon/maven-plugins/versioning/project.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.properties	18 Apr 2004 01:12:52 -0000	1.3
  +++ project.properties	18 Apr 2004 11:35:56 -0000	1.4
  @@ -29,3 +29,6 @@
   maven.license.licenseFile=${basedir}/../../LICENSE.txt
   
   maven.artifact.type=plugin
  +
  +maven.increment.enable=true
  +maven.increment.central.entities=${basedir}/../../versioning
  \ No newline at end of file
  
  
  
  1.7       +23 -8     avalon/meta/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/avalon/meta/project.properties,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.properties	31 Mar 2004 16:57:20 -0000	1.6
  +++ project.properties	18 Apr 2004 11:35:56 -0000	1.7
  @@ -1,27 +1,42 @@
  +# Copyright 2001-2004 The Apache Software Foundation.
  +# 
  +# Licensed under the Apache License, Version 2.0 (the "License");
  +# you may not use this file except in compliance with the License.
  +# You may obtain a copy of the License at
  +# 
  +#      http://www.apache.org/licenses/LICENSE-2.0
  +# 
  +# Unless required by applicable law or agreed to in writing, software
  +# distributed under the License is distributed on an "AS IS" BASIS,
  +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +# See the License for the specific language governing permissions and
  +# limitations under the License.
   
  -maven.repo.remote = http://www.dpml.net,http://www.ibiblio.org/maven
  +# The Avalon Build System location.
  +avalon.buildsystem = ${basedir}/../buildsystem
   
  +# Repositories used.
  +maven.repo.remote = http://www.apache.org/dist/avalon,http://www.ibiblio.org/maven
   
  +# Junit needs to fork the JVM.
   maven.junit.fork = yes
   
   #
   # Banner background and foreground colors.
   #
  -
   maven.ui.banner.background = #fff
   maven.ui.banner.foreground = #000
  -maven.xdoc.jsl = ./site/etc/site.jsl
  -maven.license.licenseFile = site/etc/LICENSE.txt
  -maven.javadoc.stylesheet =${basedir}/site/etc/stylesheet.css
   maven.xdoc.poweredby.image= 
  -maven.docs.src = ${basedir}/site/xdocs
  +
  +# Styles & License
  +maven.xdoc.jsl = ${basedir}/../buildsystem/site.jsl
  +maven.license.licenseFile = ${basedir}/../buildsystem/LICENSE.txt
  +maven.javadoc.stylesheet = ${basedir}/../buildsystem/stylesheet.css
   
   #
   # Declaration of the remote links to assign on javadoc generation.
   # Link declarations can be overriden in the user's build.properties
   # file.
  -#
  -
   qdox.link = http://qdox.codehaus.org/apidocs/
   sun.j2se.link = http://java.sun.com/j2se/1.4/docs/api/
   avalon.framework.link = http://avalon.apache.org/framework/api/
  
  
  
  1.7       +28 -21    avalon/repository/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/avalon/repository/project.properties,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.properties	31 Mar 2004 16:57:20 -0000	1.6
  +++ project.properties	18 Apr 2004 11:35:56 -0000	1.7
  @@ -1,36 +1,43 @@
  +# Copyright 2001-2004 The Apache Software Foundation.
  +# 
  +# Licensed under the Apache License, Version 2.0 (the "License");
  +# you may not use this file except in compliance with the License.
  +# You may obtain a copy of the License at
  +# 
  +#      http://www.apache.org/licenses/LICENSE-2.0
  +# 
  +# Unless required by applicable law or agreed to in writing, software
  +# distributed under the License is distributed on an "AS IS" BASIS,
  +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +# See the License for the specific language governing permissions and
  +# limitations under the License.
   
  -maven.repo.remote = http://www.dpml.net,http://www.ibiblio.org/maven
  +# The Avalon Build System location.
  +avalon.buildsystem = ${basedir}/../buildsystem
   
  -#
  -# structural properties
  -#
  -
  -maven.docs.src = ${basedir}/site/xdocs
  -
  -#
  -# artifact properties
  -
  -pom.specificationVersion = 1.2
  -pom.organization.identifier = ASF
  +# Repositories used.
  +maven.repo.remote = http://www.apache.org/dist/avalon,http://www.ibiblio.org/maven
   
  +# Junit needs to fork the JVM.
  +maven.junit.fork = yes
   
   #
   # Banner background and foreground colors.
   #
  -
   maven.ui.banner.background = #fff
   maven.ui.banner.foreground = #000
  -maven.xdoc.jsl = ./site/etc/site.jsl
  -maven.javadoc.stylesheet =${basedir}/site/etc/stylesheet.css
  -maven.xdoc.poweredby.image =
  +maven.xdoc.poweredby.image= 
  +
  +# Styles & License
  +maven.xdoc.jsl = ${basedir}/../buildsystem/site.jsl
  +maven.license.licenseFile = ${basedir}/../buildsystem/LICENSE.txt
  +maven.javadoc.stylesheet = ${basedir}/../buildsystem/stylesheet.css
   
   #
   # Declaration of the remote links to assign on javadoc generation.
   # Link declarations can be overriden in the user's build.properties
   # file.
  -#
  -
  +qdox.link = http://qdox.codehaus.org/apidocs/
   sun.j2se.link = http://java.sun.com/j2se/1.4/docs/api/
  -avalon.util.link = http://avalon.apache.org/util/api/
  -maven.javadoc.links = ${sun.j2se.link},${avalon.util.link}
  -
  +avalon.framework.link = http://avalon.apache.org/framework/api/
  +maven.javadoc.links = ${sun.j2se.link},${qdox.link},${avalon.framework.link}
  
  
  
  1.4       +31 -11    avalon/util/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/avalon/util/project.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.properties	31 Mar 2004 16:57:20 -0000	1.3
  +++ project.properties	18 Apr 2004 11:35:56 -0000	1.4
  @@ -1,23 +1,43 @@
  +# Copyright 2001-2004 The Apache Software Foundation.
  +# 
  +# Licensed under the Apache License, Version 2.0 (the "License");
  +# you may not use this file except in compliance with the License.
  +# You may obtain a copy of the License at
  +# 
  +#      http://www.apache.org/licenses/LICENSE-2.0
  +# 
  +# Unless required by applicable law or agreed to in writing, software
  +# distributed under the License is distributed on an "AS IS" BASIS,
  +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +# See the License for the specific language governing permissions and
  +# limitations under the License.
   
  -maven.repo.remote = http://www.dpml.net,http://www.ibiblio.org/maven
  +# The Avalon Build System location.
  +avalon.buildsystem = ${basedir}/../buildsystem
  +
  +# Repositories used.
  +maven.repo.remote = http://www.apache.org/dist/avalon,http://www.ibiblio.org/maven
  +
  +# Junit needs to fork the JVM.
  +maven.junit.fork = yes
   
   #
   # Banner background and foreground colors.
   #
  -
   maven.ui.banner.background = #fff
   maven.ui.banner.foreground = #000
  -maven.xdoc.jsl = ./etc/site.jsl
  -maven.javadoc.stylesheet =${basedir}/etc/stylesheet.css
  -maven.xdoc.poweredby.image=
  +maven.xdoc.poweredby.image= 
  +
  +# Styles & License
  +maven.xdoc.jsl = ${basedir}/../buildsystem/site.jsl
  +maven.license.licenseFile = ${basedir}/../buildsystem/LICENSE.txt
  +maven.javadoc.stylesheet = ${basedir}/../buildsystem/stylesheet.css
   
   #
   # Declaration of the remote links to assign on javadoc generation.
   # Link declarations can be overriden in the user's build.properties
   # file.
  -#
  -
  -sun.j2se.link = http://java.sun.com/j2ee/1.4/docs/api/
  -avalon.util.link = http://avalon.apache.org/merlin/api/
  -maven.javadoc.links = ${sun.j2se.link},${avalon.util.link}
  -
  +qdox.link = http://qdox.codehaus.org/apidocs/
  +sun.j2se.link = http://java.sun.com/j2se/1.4/docs/api/
  +avalon.framework.link = http://avalon.apache.org/framework/api/
  +maven.javadoc.links = ${sun.j2se.link},${qdox.link},${avalon.framework.link}
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org