You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xi...@apache.org on 2010/07/21 09:50:48 UTC

svn commit: r966128 - in /geronimo/server/trunk/testsuite/javaee6-testsuite: ./ pom.xml

Author: xiaming
Date: Wed Jul 21 07:50:48 2010
New Revision: 966128

URL: http://svn.apache.org/viewvc?rev=966128&view=rev
Log:
GERONIMO-5466 Add a parent project for new java ee 6 test cases

Added:
    geronimo/server/trunk/testsuite/javaee6-testsuite/
    geronimo/server/trunk/testsuite/javaee6-testsuite/pom.xml   (with props)

Added: geronimo/server/trunk/testsuite/javaee6-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/javaee6-testsuite/pom.xml?rev=966128&view=auto
==============================================================================
--- geronimo/server/trunk/testsuite/javaee6-testsuite/pom.xml (added)
+++ geronimo/server/trunk/testsuite/javaee6-testsuite/pom.xml Wed Jul 21 07:50:48 2010
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you 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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.geronimo.testsuite</groupId>
+        <artifactId>testsuite</artifactId>
+        <version>3.0-SNAPSHOT</version>
+    </parent>
+    
+    <artifactId>javaee6-testsuite</artifactId>
+    <name>Geronimo TestSuite :: Java EE 6 New Features Testsuite</name>
+    <packaging>pom</packaging>
+    
+    <description>
+        Java EE 6 new features are planning on these aspects:
+        1. The new features in Servlet 3.0
+        2. The new features in JSP 2.2
+        3. The new features in EL 2.2
+        4. The new features in JSTL 1.2
+        5. The new features in JSF 2.0
+        6. The new features in EJB 3.1
+        7. The new features in JPA 2.0
+        8. Bean validation 1.0
+        9. Managed Beans 1.0
+        10. Web Beans 1.0
+        11. Dependency Injection for Java 1.0
+        12. Common Annotations for theJava Platform (JSR-250) 1.1
+        13. Interceptors 1.1
+    </description>
+
+    <modules>
+        <!--<module></module>-->
+    </modules>
+
+</project>

Propchange: geronimo/server/trunk/testsuite/javaee6-testsuite/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/testsuite/javaee6-testsuite/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/server/trunk/testsuite/javaee6-testsuite/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml