You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ni...@apache.org on 2002/09/07 19:22:58 UTC

cvs commit: xml-cocoon2-apps module.xml properties.xml status.xml

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="krysalis-developers@lists.sourceforge.net"
              from="Sam Ruby &lt;rubys@us.ibm.com&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="balld@apache.org" id="balld" />
        <person name="Nicola Ken Barozzi" email="nicolaken@apache.org" id="nicolaken" />
        <person name="Ross Burton" email="rossb@apache.org" id="rossb" />
        <person name="David Crossley" email="crossley@apache.org" id="crossley" />
        <person name="Torsten Curdt" email="tcurdt@apache.org" id="tcurdt" />
        <person name="Gerhard Froehlich" email="froehlich@apache.org" id="froehlich" />
        <person name="Pierpaolo Fumagalli" email="pier@apache.org" id="pier" />
        <person name="Vadim Gritsenko" email="vgritsenko@apache.org" id="vgritsenko" />
        <person name="Christian Haul" email="haul@apache.org" id="haul" />
        <person name="Bernhard Huber" email="huber@apache.org" id="huber" />
        <person name="Ivelin Atanasoff Ivanov" email="ivelin@apache.org" id="ivelin" />
        <person name="Berin Loritsch" email="bloritsch@apache.org" id="bloritsch" />
        <person name="Stefano Mazzocchi" email="stefano@apache.org" id="stefano" />
        <person name="Stephan Michels" email="stephan@apache.org" id="stephan" />
        <person name="John Morrison" email="morrijr@apache.org" id="morrijr" />
        <person name="Giacomo Pati" email="giacomo@apache.org" id="giacomo" />
        <person name="Konstantin Piroumian" email="kpiroumian@apache.org" id="kpiroumian" />
        <person name="Ovidiu Predescu" email="ovidiu@apache.org" id="ovidiu" />
        <person name="Jeremy Quinn" email="jeremy@apache.org" id="jeremy" />
        <person name="Gianugo Rabellino" email="gianugo@apache.org" id="gianugo" />
        <person name="Ricardo Rocha" email="ricardo@apache.org" id="ricardo" />
        <person name="Paul Russell" email="prussell@apache.org" id="prussell" />
        <person name="Davanum Srinivas" email="dims@apache.org" id="dims" />
        <person name="Sylvain Wallez" email="sylvain@apache.org" id="sylvain" />
        <person name="Carsten Ziegeler" email="cziegeler@apache.org" 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:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org