nicolaken    2002/09/07 10:22:58

  Added:       .        module.xml properties.xml status.xml
  Log:
  Initial Gump descriptor, status file and properties for the build.
  
  Revision  Changes    Path
  1.1                  xml-cocoon2-apps/module.xml
  
  Index: module.xml
  ===================================================================
  <?xml version="1.0" ?>
  <module name="xml-cocoon2-apps">
  
      <url href="http://xml.apache.org/cocoon/"/>
  
      <cvs repository="xml"/>
  
      <description>
         Cocoon-apps is a place where to develop Cocoon based applications, so to 
         create a real-life Cocoon example showcase of best practices.
      </description>
  
      <detailed>
         Cocoon is an excellent xml processing system, and a superb server.
         It has grown a lot, and there is a need to showcase what Cocoon can do
         in a more structured manner than just with some examples embedded in the core.
         Cocoon-apps is a place where to develop Cocoon based applications, so to 
         create a real-life Cocoon example showcase of best practices.
      </detailed>
  
      <what>
          <goal>Create, organize and maintain applications based on Cocoon</goal>
          <goal>Create, organize and maintain examples of best practices about Cocoon 
usage.</goal>
          <goal>Be a constructive partner with Cocoon core with regards to bug reports,
                feature requests and suggestions.</goal>
      </what>
  
      <why>
        Cocoon is very powerful but also quite complex for beginners, given the
        amount of possibilities it gives. We need to show real life examples, make them
        ever better, and decouple them from the Cocoon core.
      </why>
  
      <vendor>Apache Software Foundation - apache.org</vendor>
  
      <licence legal="./legal">
               This software is released under the Krysalis Patchy Software License 
1.1_01.
               For detailed legal and licensing issues, please read the LICENSE.* files
               in the /legal directory.
      </licence>
  
  <!--
      <credits>
          <credit></credit>
      </credits>
  -->
      <project name="bringmethis">
  
          <version major="1"
              minor="0"
              fix  ="0"
              tag="pre-alpha"/>
  
          <package>org.apache.cocoon.apps</package>
  
          <ant target="gump" vm="1.2"/>
  
          <depend project="xml-xerces"   version="supplied"/>
          <depend project="xml-xalan2"   version="supplied"/>
  
          <!-- Work dirs to be included in classpath  -->
          <work nested="build/classes"/>
          <work nested="build/testcases"/>
  
          <home nested="build"/>
  
          <source type="java" dir="bringmethis/src/java"/>
          <documentation type="forrest" dir="bringmethis/src/documentation"/>
          <resources dir="src/resources/images"/>
  
          <nag to="[EMAIL PROTECTED]"
              from="Sam Ruby &lt;[EMAIL PROTECTED]&gt;"/>
          
      </project>
  
  </module>
  
  
  
  
  
  
  
  1.1                  xml-cocoon2-apps/properties.xml
  
  Index: properties.xml
  ===================================================================
  <?xml version="1.0"?>
  <!-- Build properties - these override any property specified in the build -->
  <properties>
  
     <!-- Properties of the build -->
     <build>
        <!-- What to tell the compiler -->
        <compiler
         emacs="on"
         warnings="true"
         pedantic="false"
         depend="true"
         fulldepend="true"
         debug="on"
         optimize="off"
         deprecation="on"
         nowarn="off"
         type="classic"
         vm="1.2" />
     </build>
  
  </properties>
  
  
  
  
  1.1                  xml-cocoon2-apps/status.xml
  
  Index: status.xml
  ===================================================================
  <?xml version="1.0"?>
  <!--
    Cocoon Apps Project Status
    $Id: status.xml,v 1.1 2002/09/07 17:22:58 nicolaken Exp $
  -->
  <status>
     <developers>
        <!-- in strict alphabetical order (Cocoon Apps developers) -->
  
  
        <!-- in strict alphabetical order (Cocoon developers) -->
        <person name="Donald Ball" email="[EMAIL PROTECTED]" id="balld" />
        <person name="Nicola Ken Barozzi" email="[EMAIL PROTECTED]" id="nicolaken" 
/>
        <person name="Ross Burton" email="[EMAIL PROTECTED]" id="rossb" />
        <person name="David Crossley" email="[EMAIL PROTECTED]" id="crossley" />
        <person name="Torsten Curdt" email="[EMAIL PROTECTED]" id="tcurdt" />
        <person name="Gerhard Froehlich" email="[EMAIL PROTECTED]" id="froehlich" />
        <person name="Pierpaolo Fumagalli" email="[EMAIL PROTECTED]" id="pier" />
        <person name="Vadim Gritsenko" email="[EMAIL PROTECTED]" id="vgritsenko" />
        <person name="Christian Haul" email="[EMAIL PROTECTED]" id="haul" />
        <person name="Bernhard Huber" email="[EMAIL PROTECTED]" id="huber" />
        <person name="Ivelin Atanasoff Ivanov" email="[EMAIL PROTECTED]" id="ivelin" />
        <person name="Berin Loritsch" email="[EMAIL PROTECTED]" id="bloritsch" />
        <person name="Stefano Mazzocchi" email="[EMAIL PROTECTED]" id="stefano" />
        <person name="Stephan Michels" email="[EMAIL PROTECTED]" id="stephan" />
        <person name="John Morrison" email="[EMAIL PROTECTED]" id="morrijr" />
        <person name="Giacomo Pati" email="[EMAIL PROTECTED]" id="giacomo" />
        <person name="Konstantin Piroumian" email="[EMAIL PROTECTED]" 
id="kpiroumian" />
        <person name="Ovidiu Predescu" email="[EMAIL PROTECTED]" id="ovidiu" />
        <person name="Jeremy Quinn" email="[EMAIL PROTECTED]" id="jeremy" />
        <person name="Gianugo Rabellino" email="[EMAIL PROTECTED]" id="gianugo" />
        <person name="Ricardo Rocha" email="[EMAIL PROTECTED]" id="ricardo" />
        <person name="Paul Russell" email="[EMAIL PROTECTED]" id="prussell" />
        <person name="Davanum Srinivas" email="[EMAIL PROTECTED]" id="dims" />
        <person name="Sylvain Wallez" email="[EMAIL PROTECTED]" id="sylvain" />
        <person name="Carsten Ziegeler" email="[EMAIL PROTECTED]" id="cziegeler" />
     </developers>
  
     <todo>
        <actions priority="high">
           <action context="build" assigned-to="nicolaken">
              Initialize build system and make it interoperate with Cocoon one.
           </action>
        </actions>
     </todo>
  
     <changes>
        <release version="1.0" date="">
           <action dev="nicolaken" type="add">Commited first files.</action>
        </release>
     </changes>
  </status>
  
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to