You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by db...@apache.org on 2005/12/01 05:29:55 UTC

svn commit: r350158 - in /geronimo: assemblies/ assemblies/project.properties configs/ configs/project.properties

Author: dblevins
Date: Wed Nov 30 20:29:53 2005
New Revision: 350158

URL: http://svn.apache.org/viewcvs?rev=350158&view=rev
Log:
Trying to make a chunk continuum can handle that will allow us to build config and assemblies as separate projects

Added:
    geronimo/assemblies/   (with props)
    geronimo/assemblies/project.properties
    geronimo/configs/   (with props)
    geronimo/configs/project.properties

Propchange: geronimo/assemblies/
------------------------------------------------------------------------------
--- svn:externals (added)
+++ svn:externals Wed Nov 30 20:29:53 2005
@@ -0,0 +1,2 @@
+etc		https://svn.apache.org/repos/asf/geronimo/trunk/etc
+assemblies      https://svn.apache.org/repos/asf/geronimo/trunk/assemblies

Added: geronimo/assemblies/project.properties
URL: http://svn.apache.org/viewcvs/geronimo/assemblies/project.properties?rev=350158&view=auto
==============================================================================
--- geronimo/assemblies/project.properties (added)
+++ geronimo/assemblies/project.properties Wed Nov 30 20:29:53 2005
@@ -0,0 +1,34 @@
+#    Copyright 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.
+
+##
+## $Rev: 158645 $ $Date: 2005-03-22 11:39:44 -0800 (Tue, 22 Mar 2005) $
+##
+
+
+#multiproject properties
+maven.multiproject.includes=\
+*/*/project.xml
+
+maven.multiproject.excludes=\
+
+maven.idea.project.multiproject.includes=${maven.multiproject.includes}
+maven.idea.project.multiproject.excludes=${maven.multiproject.excludes}
+
+maven.remote.group=apcvs
+maven.username=${user.name}
+maven.repo.central=apache.org
+maven.repo.central.directory=/www/cvs.apache.org/repository
+
+

Propchange: geronimo/configs/
------------------------------------------------------------------------------
--- svn:externals (added)
+++ svn:externals Wed Nov 30 20:29:53 2005
@@ -0,0 +1,2 @@
+etc		https://svn.apache.org/repos/asf/geronimo/trunk/etc
+configs		https://svn.apache.org/repos/asf/geronimo/trunk/configs

Added: geronimo/configs/project.properties
URL: http://svn.apache.org/viewcvs/geronimo/configs/project.properties?rev=350158&view=auto
==============================================================================
--- geronimo/configs/project.properties (added)
+++ geronimo/configs/project.properties Wed Nov 30 20:29:53 2005
@@ -0,0 +1,34 @@
+#    Copyright 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.
+
+##
+## $Rev: 158645 $ $Date: 2005-03-22 11:39:44 -0800 (Tue, 22 Mar 2005) $
+##
+
+
+#multiproject properties
+maven.multiproject.includes=\
+*/*/project.xml
+
+maven.multiproject.excludes=\
+
+maven.idea.project.multiproject.includes=${maven.multiproject.includes}
+maven.idea.project.multiproject.excludes=${maven.multiproject.excludes}
+
+maven.remote.group=apcvs
+maven.username=${user.name}
+maven.repo.central=apache.org
+maven.repo.central.directory=/www/cvs.apache.org/repository
+
+