You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2004/12/04 10:04:22 UTC

cvs commit: incubator-myfaces project.xml

matzew      2004/12/04 01:04:22

  Added:       .        project.xml
  Log:
  basic maven project.xml, to be hosted in ibiblio repository for maven_builds.
  
  Revision  Changes    Path
  1.1                  incubator-myfaces/project.xml
  
  Index: project.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!--
     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.
  -->
  <project>
  
      <pomVersion>3</pomVersion>
  
      <name>Apache MyFaces</name>
      <id>myfaces</id>
      <groupId>myfaces</groupId>
      <package>org.apache.myfaces</package>
      <currentVersion>1.0.8-beta</currentVersion>
  
  
    <dependencies>
  	<dependency>
  		<groupId>servletapi</groupId>
  		<artifactId>servletapi</artifactId>
  		<version>2.3</version>
  		<type>jar</type>
  	</dependency>
  	<dependency>
  		<groupId>jstl</groupId>
  		<artifactId>jstl</artifactId>
  		<version>1.0.2</version>
  		<type>jar</type>
  		<url>http://jakarta.apache.org/taglibs/doc/standard-1.0-doc/</url>
  	</dependency>
    </dependencies>
  
  </project>