ajack       2004/09/03 10:33:30

  Added:       .        gump-n.xml
               project  nant.xml
               profile  gump-n.xml
  Log:
  A parrallel nant workspace for DotNet stuff...
  
  Revision  Changes    Path
  1.1                  gump/gump-n.xml
  
  Index: gump-n.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.
  -->
  
  <workspace name="gump-n" 
                   basedir="/data/gump-n" 
             jardir="/data/gump-n/assemlibies/latest"
             pkgdir="/data/package"
             version="0.4">
  
  
    <profile href="profile/gump-n.xml"/>
  </workspace>
  
  
  
  1.1                  gump/project/nant.xml
  
  Index: nant.xml
  ===================================================================
  <?xml version="1.0" ?>
  <!--
    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.
  -->
  <module name="nant">
  
    <url  href="http://nant.sourceforge.net/"/>
    
    <description>
      NAnt is a free .NET build tool. In theory it is kind of like make without make's 
wrinkles. In practice it's a lot like Ant.
    </description>
    
    <redistributable/>
  
    <cvs repository="sourceforge"  dir="nant"/>
    
    <project name="nant" language="csharp">
      <package>org.nant</package>
  
      <nant/>
  
      <home parent="dist/"/>
        
      <jar name="junit.jar" id="junit"/>
        
    </project>
  
  </module>
  
  
  
  1.1                  gump/profile/gump-n.xml
  
  Index: gump-n.xml
  ===================================================================
  <?xml version="1.0" ?>
  <!--
    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.
  -->
  <profile name="gump-n">  
    
  
  <!-- SourceForge -->
  
  
    <module href="project/nant.xml"/>
    
  <!-- SVN Repository definitions -->
  
  
  <!-- CVS Repository definitions -->
  
    <repository href="repository/sourceforge.xml"/>
  
  <!-- server definitions -->
  
    <server href="server/brutus.xml"/>
  
  <!-- tracker definitions -->
  
    <tracker href="tracker/apache-jira.xml"/>
    
  </profile>
  
  
  
  

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

Reply via email to