You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2004/11/02 13:12:44 UTC

cvs commit: gump/profile gump.xml

bodewig     2004/11/02 04:12:43

  Modified:    profile  gump.xml
  Added:       project  picocontainer.xml
  Log:
  Add picocontainer
  
  Revision  Changes    Path
  1.1                  gump/project/picocontainer.xml
  
  Index: picocontainer.xml
  ===================================================================
  <?xml version="1.0" ?>
  <!--
    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.
  -->
  <module name="picocontainer">
  
    <url  href="http://www.picocontainer.org/"/>
    <description>Lightweight embeddable container for components that honour Dependency Injection</description>
  
    <project name="picocontainer">
      <package>org.picocontainer</package>
  
      <jar name="picocontainer-1.1.jar"/>
      <license name="LICENSE.txt"/>
    </project>
  </module>
  
  
  
  1.451     +2 -0      gump/profile/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/gump/profile/gump.xml,v
  retrieving revision 1.450
  retrieving revision 1.451
  diff -u -r1.450 -r1.451
  --- gump.xml	2 Nov 2004 06:29:02 -0000	1.450
  +++ gump.xml	2 Nov 2004 12:12:43 -0000	1.451
  @@ -200,6 +200,7 @@
     <module href="project/jython.xml"/>
     <module href="project/mockobjects.xml"/>
     <module href="project/mx4j.xml"/>
  +  <module href="project/picocontainer.xml"/>
     <module href="project/qdox.xml"/>
     <module href="project/quartz.xml"/>
     <module href="project/relaxng.xml"/>
  @@ -386,6 +387,7 @@
     <project name="packaged-jetty"   package="jetty-5.0.RC4"/>
     <project name="packaged-jetty-all"   package="jetty-5.0.RC4"/>
     <project name="packaged-jetty-jaas"   package="jetty-5.0.RC4"/>
  +  <project name="picocontainer"    package="picocontainer-1.1"/>
     <project name="propertyset"      package="propertyset-1.2.0"/>
     <project name="qdox"             package="qdox-1.5"/>
     <project name="packaged-dom4j"   package="dom4j-1.4"/>