|
1 |
| -<?xml version="1.0" encoding="UTF-8"?> |
2 |
| -<!-- |
3 |
| -
|
4 |
| - Licensed to the Apache Software Foundation (ASF) under one or more |
5 |
| - contributor license agreements. See the NOTICE file distributed with |
6 |
| - this work for additional information regarding copyright ownership. |
7 |
| - The ASF licenses this file to You under the Apache License, Version 2.0 |
8 |
| - (the "License"); you may not use this file except in compliance with |
9 |
| - the License. You may obtain a copy of the License at |
10 |
| -
|
11 |
| - http://www.apache.org/licenses/LICENSE-2.0 |
12 |
| -
|
13 |
| - Unless required by applicable law or agreed to in writing, software |
14 |
| - distributed under the License is distributed on an "AS IS" BASIS, |
15 |
| - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
16 |
| - See the License for the specific language governing permissions and |
17 |
| - limitations under the License. |
18 |
| -
|
19 |
| ---> |
20 |
| -<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"> |
21 |
| - <modelVersion>4.0.0</modelVersion> |
22 |
| - |
23 |
| - <parent> |
24 |
| - <groupId>org.apache.royale.framework</groupId> |
25 |
| - <artifactId>royale-framework-parent</artifactId> |
26 |
| - <version>0.9.6-SNAPSHOT</version> |
27 |
| - <relativePath>../../../pom.xml</relativePath> |
28 |
| - </parent> |
29 |
| - |
30 |
| - <groupId>org.apache.royale.framework.distribution</groupId> |
31 |
| - <artifactId>compiler-asc</artifactId> |
32 |
| - <version>0.9.6-SNAPSHOT</version> |
33 |
| - |
34 |
| - <build> |
35 |
| - <plugins> |
36 |
| - <plugin> |
37 |
| - <artifactId>maven-jar-plugin</artifactId> |
38 |
| - <configuration> |
39 |
| - <archive> |
40 |
| - <manifest> |
41 |
| - <addClasspath>true</addClasspath> |
42 |
| - <classpathLayoutType>custom</classpathLayoutType> |
43 |
| - <customClasspathLayout>$${artifact.artifactId}.$${artifact.extension}</customClasspathLayout> |
44 |
| - <mainClass>org.apache.royale.compiler.clients.ASC</mainClass> |
45 |
| - </manifest> |
46 |
| - </archive> |
47 |
| - </configuration> |
48 |
| - </plugin> |
49 |
| - </plugins> |
50 |
| - </build> |
51 |
| - |
52 |
| - <dependencies> |
53 |
| - <dependency> |
54 |
| - <groupId>org.apache.royale.compiler</groupId> |
55 |
| - <artifactId>compiler</artifactId> |
56 |
| - <version>${royale.compiler.version}</version> |
57 |
| - </dependency> |
58 |
| - </dependencies> |
59 |
| - |
60 |
| -</project> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- |
| 3 | +
|
| 4 | + Licensed to the Apache Software Foundation (ASF) under one or more |
| 5 | + contributor license agreements. See the NOTICE file distributed with |
| 6 | + this work for additional information regarding copyright ownership. |
| 7 | + The ASF licenses this file to You under the Apache License, Version 2.0 |
| 8 | + (the "License"); you may not use this file except in compliance with |
| 9 | + the License. You may obtain a copy of the License at |
| 10 | +
|
| 11 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | +
|
| 13 | + Unless required by applicable law or agreed to in writing, software |
| 14 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | + See the License for the specific language governing permissions and |
| 17 | + limitations under the License. |
| 18 | +
|
| 19 | +--> |
| 20 | +<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"> |
| 21 | + <modelVersion>4.0.0</modelVersion> |
| 22 | + |
| 23 | + <parent> |
| 24 | + <groupId>org.apache.royale.framework</groupId> |
| 25 | + <artifactId>royale-framework-parent</artifactId> |
| 26 | + <version>0.9.6</version> |
| 27 | + <relativePath>../../../pom.xml</relativePath> |
| 28 | + </parent> |
| 29 | + |
| 30 | + <groupId>org.apache.royale.framework.distribution</groupId> |
| 31 | + <artifactId>compiler-asc</artifactId> |
| 32 | + <version>0.9.6</version> |
| 33 | + |
| 34 | + <build> |
| 35 | + <plugins> |
| 36 | + <plugin> |
| 37 | + <artifactId>maven-jar-plugin</artifactId> |
| 38 | + <configuration> |
| 39 | + <archive> |
| 40 | + <manifest> |
| 41 | + <addClasspath>true</addClasspath> |
| 42 | + <classpathLayoutType>custom</classpathLayoutType> |
| 43 | + <customClasspathLayout>$${artifact.artifactId}.$${artifact.extension}</customClasspathLayout> |
| 44 | + <mainClass>org.apache.royale.compiler.clients.ASC</mainClass> |
| 45 | + </manifest> |
| 46 | + </archive> |
| 47 | + </configuration> |
| 48 | + </plugin> |
| 49 | + </plugins> |
| 50 | + </build> |
| 51 | + |
| 52 | + <dependencies> |
| 53 | + <dependency> |
| 54 | + <groupId>org.apache.royale.compiler</groupId> |
| 55 | + <artifactId>compiler</artifactId> |
| 56 | + <version>${royale.compiler.version}</version> |
| 57 | + </dependency> |
| 58 | + </dependencies> |
| 59 | + |
| 60 | +</project> |
0 commit comments