|
| 1 | +<!-- |
| 2 | +
|
| 3 | + DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. |
| 4 | +
|
| 5 | + Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved. |
| 6 | +
|
| 7 | + The contents of this file are subject to the terms of either the GNU |
| 8 | + General Public License Version 2 only ("GPL") or the Common Development |
| 9 | + and Distribution License("CDDL") (collectively, the "License"). You |
| 10 | + may not use this file except in compliance with the License. You can |
| 11 | + obtain a copy of the License at |
| 12 | + https://oss.oracle.com/licenses/CDDL+GPL-1.1 |
| 13 | + or LICENSE.txt. See the License for the specific |
| 14 | + language governing permissions and limitations under the License. |
| 15 | +
|
| 16 | + When distributing the software, include this License Header Notice in each |
| 17 | + file and include the License file at LICENSE.txt. |
| 18 | +
|
| 19 | + GPL Classpath Exception: |
| 20 | + Oracle designates this particular file as subject to the "Classpath" |
| 21 | + exception as provided by Oracle in the GPL Version 2 section of the License |
| 22 | + file that accompanied this code. |
| 23 | +
|
| 24 | + Modifications: |
| 25 | + If applicable, add the following below the License Header, with the fields |
| 26 | + enclosed by brackets [] replaced by your own identifying information: |
| 27 | + "Portions Copyright [year] [name of copyright owner]" |
| 28 | +
|
| 29 | + Contributor(s): |
| 30 | + If you wish your version of this file to be governed by only the CDDL or |
| 31 | + only the GPL Version 2, indicate your decision by adding "[Contributor] |
| 32 | + elects to include this software in this distribution under the [CDDL or GPL |
| 33 | + Version 2] license." If you don't indicate a single choice of license, a |
| 34 | + recipient has the option to distribute your version of this file under |
| 35 | + either the CDDL, the GPL Version 2 or to extend the choice of license to |
| 36 | + its licensees as provided above. However, if you add GPL Version 2 code |
| 37 | + and therefore, elected the GPL Version 2 license, then the option applies |
| 38 | + only if the new code is made subject to such option by the copyright |
| 39 | + holder. |
| 40 | +
|
| 41 | +--> |
| 42 | + |
| 43 | +<assembly> |
| 44 | + <id>dist</id> |
| 45 | + <formats> |
| 46 | + <format>zip</format> |
| 47 | + </formats> |
| 48 | + <files> |
| 49 | + <file> |
| 50 | + <source>src/main/resources/README.txt</source> |
| 51 | + <outputDirectory></outputDirectory> |
| 52 | + <filtered>true</filtered> |
| 53 | + </file> |
| 54 | + <file> |
| 55 | + <source>src/main/resources/LICENSE.txt</source> |
| 56 | + <outputDirectory></outputDirectory> |
| 57 | + </file> |
| 58 | + </files> |
| 59 | + <dependencySets> |
| 60 | + <dependencySet> |
| 61 | + <useProjectArtifact>false</useProjectArtifact> |
| 62 | + <outputDirectory>api</outputDirectory> |
| 63 | + <includes> |
| 64 | + <include>javax.json:javax.json-api:*</include> |
| 65 | + </includes> |
| 66 | + </dependencySet> |
| 67 | + <dependencySet> |
| 68 | + <useProjectArtifact>false</useProjectArtifact> |
| 69 | + <outputDirectory>standalone</outputDirectory> |
| 70 | + <includes> |
| 71 | + <include>org.glassfish:javax.json</include> |
| 72 | + </includes> |
| 73 | + <excludes> |
| 74 | + <exclude>org.glassfish:javax.json:jar:module:*</exclude> |
| 75 | + </excludes> |
| 76 | + </dependencySet> |
| 77 | + <dependencySet> |
| 78 | + <useProjectArtifact>false</useProjectArtifact> |
| 79 | + <outputDirectory>jaxrs</outputDirectory> |
| 80 | + <includes> |
| 81 | + <include>org.glassfish:jsonp-jaxrs*</include> |
| 82 | + </includes> |
| 83 | + </dependencySet> |
| 84 | + </dependencySets> |
| 85 | +</assembly> |
0 commit comments