ajack       2004/05/04 10:28:40

  Added:       profile  depot.xml
  Log:
  A minimal profile for Depot.
  
  Revision  Changes    Path
  1.1                  gump/profile/depot.xml
  
  Index: depot.xml
  ===================================================================
  <?xml version="1.0" ?>
  <!--
    Copyright 2003-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.
  -->
  <!--
        
        This profile contains what is needed for Depot (and below).
        
  -->
  <profile name="depot">
  
    <!-- Basic Requirements... -->
    <module href="project/ant.xml"/>
    <module href="project/xml-commons.xml"/>
    <module href="project/xml-crimson.xml"/>
    <module href="project/xml-xalan.xml"/>
    <module href="project/xml-xerces.xml"/>
    <module href="project/xml-xerces2.xml"/>
    <module href="project/xml-stylebook.xml"/>
    <module href="project/junit.xml"/>
    
    <!-- Build Tools -->
    <module href="project/antworks-importer.xml"/>
    <module href="project/antworks-antlets.xml"/>
  
    <!-- RegExp packages -->
    <module href="project/jakarta-oro.xml"/>
    <module href="project/jakarta-regexp.xml"/>
    
    <!-- Commons Codec/Logging/HTTP Client/VFS etc. -->
    <module href="project/jakarta-commons.xml"/>
    <module href="project/jakarta-commons-sandbox.xml"/>
    <module 
href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons-sandbox/vfs/gump.xml"/>
    
    <!-- Depot Stuff... -->
    <module href="project/depot.xml"/>
  
    <!-- References to cvs repository definitions. You should leave
         all of these in here and add any references to your own
         cvs repositories.
         See http://jakarta.apache.org/gump/repository.html for more
         information. -->
      <repository href="repository/ant.xml"/>
      <repository href="repository/devworks.xml"/>
      <repository href="repository/incubator.xml"/>
      <repository href="repository/apache-incubator-svn.xml"/>
      <repository href="repository/jakarta.xml"/>
      <repository href="repository/sourceforge.xml"/>
  
  </profile>
  
  
  
  

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

Reply via email to