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 2005/02/21 08:57:29 UTC

cvs commit: gump/project jsf.xml

bodewig     2005/02/20 23:57:29

  Modified:    profile  gump.xml
  Added:       project  jsf.xml
  Log:
  Add JSF RI
  
  Revision  Changes    Path
  1.529     +2 -0      gump/profile/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/gump/profile/gump.xml,v
  retrieving revision 1.528
  retrieving revision 1.529
  diff -u -r1.528 -r1.529
  --- gump.xml	20 Feb 2005 00:46:49 -0000	1.528
  +++ gump.xml	21 Feb 2005 07:57:28 -0000	1.529
  @@ -338,6 +338,7 @@
     <module href="project/jms.xml"/>
     <module href="project/jmx.xml"/>
     <module href="project/jndi.xml"/>
  +  <module href="project/jsf.xml"/>
     <module href="project/jsse.xml"/>
     <module href="project/jta.xml"/>
     <!--module href="project/jts.xml"/-->
  @@ -427,6 +428,7 @@
     <project name="jmx"              package="jmx-1_2-ri"/>
     <project name="jndi"             package="jndi1_2_1"/>
     <project name="jsch"             package="jsch-0.1.18"/>
  +  <project name="jsfri"            package="jsf-1_1_01"/>
     <project name="jsse"             package="jsse1.0.3"/>
     <project name="jta"              package="jta-spec1_0_1"/>
     <!--project name="jts"              package="jts1_0"/-->
  
  
  
  1.1                  gump/project/jsf.xml
  
  Index: jsf.xml
  ===================================================================
  <?xml version="1.0" ?>
  <!--
    Copyright 2005 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="jsf">
  
    <url  href="https://javaserverfaces.dev.java.net/"/>
    <description>
      JavaServer Faces Reference Implementation
    </description>
  
    <project name="jsfri">
      <package>javax.faces</package>
  
      <jar  name="jsf-api.jar" id="jsf-api"/>
      <jar  name="jsf_core.jar" id="jsf_core"/>
      <jar  name="jsf-impl.jar" id="jsf-impl"/>
    </project>
  
  </module>