|
| 1 | +Index: test/agnostic/vdl/facelets/pom.xml |
| 2 | +=================================================================== |
| 3 | +--- test/agnostic/vdl/facelets/pom.xml (revision 14456) |
| 4 | ++++ test/agnostic/vdl/facelets/pom.xml (working copy) |
| 5 | +@@ -1,61 +1,58 @@ |
| 6 | +-<?xml version="1.0" encoding="UTF-8"?> |
| 7 | +- |
| 8 | +-<!-- |
| 9 | +- |
| 10 | +- DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. |
| 11 | +- |
| 12 | +- Copyright (c) 1997-2014 Oracle and/or its affiliates. All rights reserved. |
| 13 | +- |
| 14 | +- The contents of this file are subject to the terms of either the GNU |
| 15 | +- General Public License Version 2 only ("GPL") or the Common Development |
| 16 | +- and Distribution License("CDDL") (collectively, the "License"). You |
| 17 | +- may not use this file except in compliance with the License. You can |
| 18 | +- obtain a copy of the License at |
| 19 | +- https://glassfish.java.net/public/CDDL+GPL_1_1.html |
| 20 | +- or packager/legal/LICENSE.txt. See the License for the specific |
| 21 | +- language governing permissions and limitations under the License. |
| 22 | +- |
| 23 | +- When distributing the software, include this License Header Notice in each |
| 24 | +- file and include the License file at packager/legal/LICENSE.txt. |
| 25 | +- |
| 26 | +- GPL Classpath Exception: |
| 27 | +- Oracle designates this particular file as subject to the "Classpath" |
| 28 | +- exception as provided by Oracle in the GPL Version 2 section of the License |
| 29 | +- file that accompanied this code. |
| 30 | +- |
| 31 | +- Modifications: |
| 32 | +- If applicable, add the following below the License Header, with the fields |
| 33 | +- enclosed by brackets [] replaced by your own identifying information: |
| 34 | +- "Portions Copyright [year] [name of copyright owner]" |
| 35 | +- |
| 36 | +- Contributor(s): |
| 37 | +- If you wish your version of this file to be governed by only the CDDL or |
| 38 | +- only the GPL Version 2, indicate your decision by adding "[Contributor] |
| 39 | +- elects to include this software in this distribution under the [CDDL or GPL |
| 40 | +- Version 2] license." If you don't indicate a single choice of license, a |
| 41 | +- recipient has the option to distribute your version of this file under |
| 42 | +- either the CDDL, the GPL Version 2 or to extend the choice of license to |
| 43 | +- its licensees as provided above. However, if you add GPL Version 2 code |
| 44 | +- and therefore, elected the GPL Version 2 license, then the option applies |
| 45 | +- only if the new code is made subject to such option by the copyright |
| 46 | +- holder. |
| 47 | +- |
| 48 | +---> |
| 49 | +- |
| 50 | +-<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/xsd/maven-4.0.0.xsd"> |
| 51 | +- <modelVersion>4.0.0</modelVersion> |
| 52 | +- <parent> |
| 53 | +- <groupId>com.sun.faces.test.agnostic.vdl</groupId> |
| 54 | +- <artifactId>pom</artifactId> |
| 55 | +- <version>2.3.0-m02-SNAPSHOT</version> |
| 56 | +- </parent> |
| 57 | +- <groupId>com.sun.faces.test.agnostic.vdl.facelets</groupId> |
| 58 | +- <artifactId>pom</artifactId> |
| 59 | +- <packaging>pom</packaging> |
| 60 | +- <name>Mojarra ${project.version} - Test - Agnostic - VDL - Facelets</name> |
| 61 | +- <modules> |
| 62 | +- <module>contracts</module> |
| 63 | +- <module>only_faces_config_in_jar</module> |
| 64 | +- </modules> |
| 65 | +-</project> |
| 66 | +- |
| 67 | ++<?xml version="1.0" encoding="UTF-8"?> |
| 68 | ++<!-- |
| 69 | ++ |
| 70 | ++ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. |
| 71 | ++ |
| 72 | ++ Copyright (c) 1997-2014 Oracle and/or its affiliates. All rights reserved. |
| 73 | ++ |
| 74 | ++ The contents of this file are subject to the terms of either the GNU |
| 75 | ++ General Public License Version 2 only ("GPL") or the Common Development |
| 76 | ++ and Distribution License("CDDL") (collectively, the "License"). You |
| 77 | ++ may not use this file except in compliance with the License. You can |
| 78 | ++ obtain a copy of the License at |
| 79 | ++ https://glassfish.java.net/public/CDDL+GPL_1_1.html |
| 80 | ++ or packager/legal/LICENSE.txt. See the License for the specific |
| 81 | ++ language governing permissions and limitations under the License. |
| 82 | ++ |
| 83 | ++ When distributing the software, include this License Header Notice in each |
| 84 | ++ file and include the License file at packager/legal/LICENSE.txt. |
| 85 | ++ |
| 86 | ++ GPL Classpath Exception: |
| 87 | ++ Oracle designates this particular file as subject to the "Classpath" |
| 88 | ++ exception as provided by Oracle in the GPL Version 2 section of the License |
| 89 | ++ file that accompanied this code. |
| 90 | ++ |
| 91 | ++ Modifications: |
| 92 | ++ If applicable, add the following below the License Header, with the fields |
| 93 | ++ enclosed by brackets [] replaced by your own identifying information: |
| 94 | ++ "Portions Copyright [year] [name of copyright owner]" |
| 95 | ++ |
| 96 | ++ Contributor(s): |
| 97 | ++ If you wish your version of this file to be governed by only the CDDL or |
| 98 | ++ only the GPL Version 2, indicate your decision by adding "[Contributor] |
| 99 | ++ elects to include this software in this distribution under the [CDDL or GPL |
| 100 | ++ Version 2] license." If you don't indicate a single choice of license, a |
| 101 | ++ recipient has the option to distribute your version of this file under |
| 102 | ++ either the CDDL, the GPL Version 2 or to extend the choice of license to |
| 103 | ++ its licensees as provided above. However, if you add GPL Version 2 code |
| 104 | ++ and therefore, elected the GPL Version 2 license, then the option applies |
| 105 | ++ only if the new code is made subject to such option by the copyright |
| 106 | ++ holder. |
| 107 | ++ |
| 108 | ++--><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/xsd/maven-4.0.0.xsd"> |
| 109 | ++ <modelVersion>4.0.0</modelVersion> |
| 110 | ++ <parent> |
| 111 | ++ <groupId>com.sun.faces.test.agnostic.vdl</groupId> |
| 112 | ++ <artifactId>pom</artifactId> |
| 113 | ++ <version>2.3.0-m02-SNAPSHOT</version> |
| 114 | ++ </parent> |
| 115 | ++ <groupId>com.sun.faces.test.agnostic.vdl.facelets</groupId> |
| 116 | ++ <artifactId>pom</artifactId> |
| 117 | ++ <packaging>pom</packaging> |
| 118 | ++ <name>Mojarra ${project.version} - Test - Agnostic - VDL - Facelets</name> |
| 119 | ++ <modules> |
| 120 | ++ <module>contracts</module> |
| 121 | ++ <module>only_faces_config_in_jar</module> |
| 122 | ++ <module>repeatStateMap</module> |
| 123 | ++ </modules> |
| 124 | ++</project> |
| 125 | +\ No newline at end of file |
0 commit comments