Renamed the maven-flex-plugin directory to flex-maven-plugin
Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/548d30ef Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/548d30ef Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/548d30ef Branch: refs/heads/develop Commit: 548d30ef371e1c3ad343383b2037270cfa86ee97 Parents: 8bc0350 Author: Christofer Dutz <[email protected]> Authored: Thu Jul 23 11:33:03 2015 +0200 Committer: Christofer Dutz <[email protected]> Committed: Thu Jul 23 11:33:03 2015 +0200 ---------------------------------------------------------------------- .../flex-maven-plugin/components/api/pom.xml | 90 +++---- .../maven/plugins/flex/compiler/Compiler.java | 50 ++-- .../maven/plugins/flex/generator/Generator.java | 40 +-- .../maven/plugins/flex/optimizer/Optimizer.java | 40 +-- .../maven/plugins/flex/packager/Packager.java | 40 +-- .../flex/maven/plugins/flex/test/Test.java | 40 +-- .../components/compiler/compiler-asdoc/pom.xml | 146 +++++------ .../flex/compiler/asdoc/AsdocCompilerImpl.java | 62 ++--- .../components/compiler/compiler-compc/pom.xml | 146 +++++------ .../flex/compiler/compc/CompcCompilerImpl.java | 62 ++--- .../components/compiler/compiler-falcon/pom.xml | 146 +++++------ .../compiler/falcon/FalconCompilerImpl.java | 62 ++--- .../components/compiler/compiler-mxmlc/pom.xml | 146 +++++------ .../flex/compiler/mxmlc/MxmlcCompilerImpl.java | 62 ++--- .../components/compiler/pom.xml | 90 +++---- .../generator/generator-constants/pom.xml | 92 +++---- .../components/generator/generator-gas3/pom.xml | 92 +++---- .../components/generator/pom.xml | 86 +++---- .../optimizer/optimizer-apparat/pom.xml | 92 +++---- .../components/optimizer/optimizer-flex/pom.xml | 92 +++---- .../components/optimizer/pom.xml | 86 +++---- .../components/packager/packager-air/pom.xml | 92 +++---- .../components/packager/packager-war/pom.xml | 92 +++---- .../components/packager/pom.xml | 86 +++---- .../flex-maven-plugin/components/pom.xml | 104 ++++---- .../flex-maven-plugin/components/test/pom.xml | 86 +++---- .../components/test/test-flexunit/pom.xml | 92 +++---- .../components/test/test-lib/pom.xml | 76 +++--- .../plugins/maven-flex-plugin/pom.xml | 208 +++++++-------- .../maven/plugins/flex/AbstractFlexMojo.java | 12 +- .../plugins/flex/compiler/CompilerMojo.java | 126 +++++----- .../plugins/flex/generator/GeneratorMojo.java | 64 ++--- .../plugins/flex/optimizer/OptimizerMojo.java | 64 ++--- .../plugins/flex/packager/PackagerMojo.java | 64 ++--- .../plugins/flex/test/TestCompilerMojo.java | 88 +++---- .../plugins/flex/test/TestGeneratorMojo.java | 68 ++--- .../maven/plugins/flex/test/TestRunnerMojo.java | 64 ++--- .../resources/META-INF/plexus/components.xml | 216 ++++++++-------- .../plugins/maven-mavenizer-plugin/pom.xml | 148 +++++------ .../maven/plugins/mavenizer/MavenizerMojo.java | 82 +++--- .../flex-maven-plugin/plugins/pom.xml | 90 +++---- flex-maven-tools/flex-maven-plugin/pom.xml | 252 +++++++++---------- .../flex-maven-plugin/testsuite/pom.xml | 76 +++--- .../concepts/flex/general/simple-swc/pom.xml | 88 +++---- .../general/simple-swc/src/main/flex/Main.mxml | 44 ++-- .../concepts/flex/general/simple-swf/pom.xml | 88 +++---- .../general/simple-swf/src/main/flex/Main.mxml | 44 ++-- 47 files changed, 2138 insertions(+), 2138 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/548d30ef/flex-maven-tools/flex-maven-plugin/components/api/pom.xml ---------------------------------------------------------------------- diff --git a/flex-maven-tools/flex-maven-plugin/components/api/pom.xml b/flex-maven-tools/flex-maven-plugin/components/api/pom.xml index 8e6b3c9..e153d2f 100644 --- a/flex-maven-tools/flex-maven-plugin/components/api/pom.xml +++ b/flex-maven-tools/flex-maven-plugin/components/api/pom.xml @@ -1,46 +1,46 @@ -<?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. - ---> -<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"> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.flex.components</groupId> - <artifactId>components</artifactId> - <version>1.0.0-SNAPSHOT</version> - </parent> - - <groupId>org.apache.flex.components</groupId> - <artifactId>api</artifactId> - <version>1.0.0-SNAPSHOT</version> - <packaging>jar</packaging> - - <name>Maven-Flex-Plugin / Components / API</name> - - <dependencies> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-core</artifactId> - </dependency> - </dependencies> - +<?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. + +--> +<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"> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.flex.components</groupId> + <artifactId>components</artifactId> + <version>1.0.0-SNAPSHOT</version> + </parent> + + <groupId>org.apache.flex.components</groupId> + <artifactId>api</artifactId> + <version>1.0.0-SNAPSHOT</version> + <packaging>jar</packaging> + + <name>Maven-Flex-Plugin / Components / API</name> + + <dependencies> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-core</artifactId> + </dependency> + </dependencies> + </project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/548d30ef/flex-maven-tools/flex-maven-plugin/components/api/src/main/java/org/apache/flex/maven/plugins/flex/compiler/Compiler.java ---------------------------------------------------------------------- diff --git a/flex-maven-tools/flex-maven-plugin/components/api/src/main/java/org/apache/flex/maven/plugins/flex/compiler/Compiler.java b/flex-maven-tools/flex-maven-plugin/components/api/src/main/java/org/apache/flex/maven/plugins/flex/compiler/Compiler.java index 85a3da5..8de3e0c 100644 --- a/flex-maven-tools/flex-maven-plugin/components/api/src/main/java/org/apache/flex/maven/plugins/flex/compiler/Compiler.java +++ b/flex-maven-tools/flex-maven-plugin/components/api/src/main/java/org/apache/flex/maven/plugins/flex/compiler/Compiler.java @@ -1,25 +1,25 @@ -/* - * 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. - */ -package org.apache.flex.maven.plugins.flex.compiler; - -import org.apache.maven.project.MavenProject; - -public interface Compiler { - - void compile(MavenProject project); - -} +/* + * 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. + */ +package org.apache.flex.maven.plugins.flex.compiler; + +import org.apache.maven.project.MavenProject; + +public interface Compiler { + + void compile(MavenProject project); + +} http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/548d30ef/flex-maven-tools/flex-maven-plugin/components/api/src/main/java/org/apache/flex/maven/plugins/flex/generator/Generator.java ---------------------------------------------------------------------- diff --git a/flex-maven-tools/flex-maven-plugin/components/api/src/main/java/org/apache/flex/maven/plugins/flex/generator/Generator.java b/flex-maven-tools/flex-maven-plugin/components/api/src/main/java/org/apache/flex/maven/plugins/flex/generator/Generator.java index 8dfa31c..89ba054 100644 --- a/flex-maven-tools/flex-maven-plugin/components/api/src/main/java/org/apache/flex/maven/plugins/flex/generator/Generator.java +++ b/flex-maven-tools/flex-maven-plugin/components/api/src/main/java/org/apache/flex/maven/plugins/flex/generator/Generator.java @@ -1,20 +1,20 @@ -/* - * 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. - */ -package org.apache.flex.maven.plugins.flex.generator; - -public interface Generator { -} +/* + * 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. + */ +package org.apache.flex.maven.plugins.flex.generator; + +public interface Generator { +} http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/548d30ef/flex-maven-tools/flex-maven-plugin/components/api/src/main/java/org/apache/flex/maven/plugins/flex/optimizer/Optimizer.java ---------------------------------------------------------------------- diff --git a/flex-maven-tools/flex-maven-plugin/components/api/src/main/java/org/apache/flex/maven/plugins/flex/optimizer/Optimizer.java b/flex-maven-tools/flex-maven-plugin/components/api/src/main/java/org/apache/flex/maven/plugins/flex/optimizer/Optimizer.java index 70b2ac7..0ccd766 100644 --- a/flex-maven-tools/flex-maven-plugin/components/api/src/main/java/org/apache/flex/maven/plugins/flex/optimizer/Optimizer.java +++ b/flex-maven-tools/flex-maven-plugin/components/api/src/main/java/org/apache/flex/maven/plugins/flex/optimizer/Optimizer.java @@ -1,20 +1,20 @@ -/* - * 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. - */ -package org.apache.flex.maven.plugins.flex.optimizer; - -public interface Optimizer { -} +/* + * 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. + */ +package org.apache.flex.maven.plugins.flex.optimizer; + +public interface Optimizer { +} http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/548d30ef/flex-maven-tools/flex-maven-plugin/components/api/src/main/java/org/apache/flex/maven/plugins/flex/packager/Packager.java ---------------------------------------------------------------------- diff --git a/flex-maven-tools/flex-maven-plugin/components/api/src/main/java/org/apache/flex/maven/plugins/flex/packager/Packager.java b/flex-maven-tools/flex-maven-plugin/components/api/src/main/java/org/apache/flex/maven/plugins/flex/packager/Packager.java index 3dbca0d..11ea9c3 100644 --- a/flex-maven-tools/flex-maven-plugin/components/api/src/main/java/org/apache/flex/maven/plugins/flex/packager/Packager.java +++ b/flex-maven-tools/flex-maven-plugin/components/api/src/main/java/org/apache/flex/maven/plugins/flex/packager/Packager.java @@ -1,20 +1,20 @@ -/* - * 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. - */ -package org.apache.flex.maven.plugins.flex.packager; - -public interface Packager { -} +/* + * 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. + */ +package org.apache.flex.maven.plugins.flex.packager; + +public interface Packager { +} http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/548d30ef/flex-maven-tools/flex-maven-plugin/components/api/src/main/java/org/apache/flex/maven/plugins/flex/test/Test.java ---------------------------------------------------------------------- diff --git a/flex-maven-tools/flex-maven-plugin/components/api/src/main/java/org/apache/flex/maven/plugins/flex/test/Test.java b/flex-maven-tools/flex-maven-plugin/components/api/src/main/java/org/apache/flex/maven/plugins/flex/test/Test.java index 123970d..3fda4d3 100644 --- a/flex-maven-tools/flex-maven-plugin/components/api/src/main/java/org/apache/flex/maven/plugins/flex/test/Test.java +++ b/flex-maven-tools/flex-maven-plugin/components/api/src/main/java/org/apache/flex/maven/plugins/flex/test/Test.java @@ -1,20 +1,20 @@ -/* - * 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. - */ -package org.apache.flex.maven.plugins.flex.test; - -public interface Test { -} +/* + * 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. + */ +package org.apache.flex.maven.plugins.flex.test; + +public interface Test { +} http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/548d30ef/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-asdoc/pom.xml ---------------------------------------------------------------------- diff --git a/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-asdoc/pom.xml b/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-asdoc/pom.xml index 615237f..9ee41fc 100644 --- a/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-asdoc/pom.xml +++ b/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-asdoc/pom.xml @@ -1,74 +1,74 @@ -<?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. - ---> -<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"> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.flex.components</groupId> - <artifactId>compiler</artifactId> - <version>1.0.0-SNAPSHOT</version> - </parent> - - <groupId>org.apache.flex.components</groupId> - <artifactId>compiler-asdoc</artifactId> - <version>1.0.0-SNAPSHOT</version> - <packaging>jar</packaging> - - <name>Maven-Flex-Plugin / Components / Compiler / ASDoc</name> - - <build> - <plugins> - <plugin> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-component-metadata</artifactId> - <version>1.5.5</version> - <executions> - <execution> - <id>process-classes</id> - <goals> - <goal>generate-metadata</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - - <dependencies> - <dependency> - <groupId>org.apache.flex.components</groupId> - <artifactId>api</artifactId> - <version>1.0.0-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-plugin-api</artifactId> - </dependency> - <dependency> - <groupId>org.apache.maven.plugin-tools</groupId> - <artifactId>maven-plugin-annotations</artifactId> - <scope>compile</scope> - </dependency> - </dependencies> - +<?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. + +--> +<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"> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.flex.components</groupId> + <artifactId>compiler</artifactId> + <version>1.0.0-SNAPSHOT</version> + </parent> + + <groupId>org.apache.flex.components</groupId> + <artifactId>compiler-asdoc</artifactId> + <version>1.0.0-SNAPSHOT</version> + <packaging>jar</packaging> + + <name>Maven-Flex-Plugin / Components / Compiler / ASDoc</name> + + <build> + <plugins> + <plugin> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-component-metadata</artifactId> + <version>1.5.5</version> + <executions> + <execution> + <id>process-classes</id> + <goals> + <goal>generate-metadata</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + + <dependencies> + <dependency> + <groupId>org.apache.flex.components</groupId> + <artifactId>api</artifactId> + <version>1.0.0-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-plugin-api</artifactId> + </dependency> + <dependency> + <groupId>org.apache.maven.plugin-tools</groupId> + <artifactId>maven-plugin-annotations</artifactId> + <scope>compile</scope> + </dependency> + </dependencies> + </project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/548d30ef/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-asdoc/src/main/java/org/apache/flex/maven/plugins/flex/compiler/asdoc/AsdocCompilerImpl.java ---------------------------------------------------------------------- diff --git a/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-asdoc/src/main/java/org/apache/flex/maven/plugins/flex/compiler/asdoc/AsdocCompilerImpl.java b/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-asdoc/src/main/java/org/apache/flex/maven/plugins/flex/compiler/asdoc/AsdocCompilerImpl.java index cac80b6..1e3fc2c 100644 --- a/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-asdoc/src/main/java/org/apache/flex/maven/plugins/flex/compiler/asdoc/AsdocCompilerImpl.java +++ b/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-asdoc/src/main/java/org/apache/flex/maven/plugins/flex/compiler/asdoc/AsdocCompilerImpl.java @@ -1,31 +1,31 @@ -/* - * 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. - */ -package org.apache.flex.maven.plugins.flex.compiler.asdoc; - -import org.apache.flex.maven.plugins.flex.compiler.Compiler; -import org.apache.maven.project.MavenProject; -import org.codehaus.plexus.component.annotations.Component; - -@Component(role = Compiler.class, hint = "asdoc") -public class AsdocCompilerImpl implements Compiler { - - @Override - public void compile(MavenProject project) { - System.out.println("Executing compile: Asdoc"); - } - -} +/* + * 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. + */ +package org.apache.flex.maven.plugins.flex.compiler.asdoc; + +import org.apache.flex.maven.plugins.flex.compiler.Compiler; +import org.apache.maven.project.MavenProject; +import org.codehaus.plexus.component.annotations.Component; + +@Component(role = Compiler.class, hint = "asdoc") +public class AsdocCompilerImpl implements Compiler { + + @Override + public void compile(MavenProject project) { + System.out.println("Executing compile: Asdoc"); + } + +} http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/548d30ef/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-compc/pom.xml ---------------------------------------------------------------------- diff --git a/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-compc/pom.xml b/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-compc/pom.xml index 00fa678..9ea436c 100644 --- a/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-compc/pom.xml +++ b/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-compc/pom.xml @@ -1,74 +1,74 @@ -<?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. - ---> -<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"> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.flex.components</groupId> - <artifactId>compiler</artifactId> - <version>1.0.0-SNAPSHOT</version> - </parent> - - <groupId>org.apache.flex.components</groupId> - <artifactId>compiler-compc</artifactId> - <version>1.0.0-SNAPSHOT</version> - <packaging>jar</packaging> - - <name>Maven-Flex-Plugin / Components / Compiler / Compc</name> - - <build> - <plugins> - <plugin> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-component-metadata</artifactId> - <version>1.5.5</version> - <executions> - <execution> - <id>process-classes</id> - <goals> - <goal>generate-metadata</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - - <dependencies> - <dependency> - <groupId>org.apache.flex.components</groupId> - <artifactId>api</artifactId> - <version>1.0.0-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-plugin-api</artifactId> - </dependency> - <dependency> - <groupId>org.apache.maven.plugin-tools</groupId> - <artifactId>maven-plugin-annotations</artifactId> - <scope>compile</scope> - </dependency> - </dependencies> - +<?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. + +--> +<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"> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.flex.components</groupId> + <artifactId>compiler</artifactId> + <version>1.0.0-SNAPSHOT</version> + </parent> + + <groupId>org.apache.flex.components</groupId> + <artifactId>compiler-compc</artifactId> + <version>1.0.0-SNAPSHOT</version> + <packaging>jar</packaging> + + <name>Maven-Flex-Plugin / Components / Compiler / Compc</name> + + <build> + <plugins> + <plugin> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-component-metadata</artifactId> + <version>1.5.5</version> + <executions> + <execution> + <id>process-classes</id> + <goals> + <goal>generate-metadata</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + + <dependencies> + <dependency> + <groupId>org.apache.flex.components</groupId> + <artifactId>api</artifactId> + <version>1.0.0-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-plugin-api</artifactId> + </dependency> + <dependency> + <groupId>org.apache.maven.plugin-tools</groupId> + <artifactId>maven-plugin-annotations</artifactId> + <scope>compile</scope> + </dependency> + </dependencies> + </project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/548d30ef/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-compc/src/main/java/org/apache/flex/maven/plugins/flex/compiler/compc/CompcCompilerImpl.java ---------------------------------------------------------------------- diff --git a/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-compc/src/main/java/org/apache/flex/maven/plugins/flex/compiler/compc/CompcCompilerImpl.java b/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-compc/src/main/java/org/apache/flex/maven/plugins/flex/compiler/compc/CompcCompilerImpl.java index 0a6531d..4f6b455 100644 --- a/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-compc/src/main/java/org/apache/flex/maven/plugins/flex/compiler/compc/CompcCompilerImpl.java +++ b/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-compc/src/main/java/org/apache/flex/maven/plugins/flex/compiler/compc/CompcCompilerImpl.java @@ -1,31 +1,31 @@ -/* - * 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. - */ -package org.apache.flex.maven.plugins.flex.compiler.compc; - -import org.apache.flex.maven.plugins.flex.compiler.Compiler; -import org.apache.maven.project.MavenProject; -import org.codehaus.plexus.component.annotations.Component; - -@Component(role = Compiler.class, hint = "compc") -public class CompcCompilerImpl implements Compiler { - - @Override - public void compile(MavenProject project) { - System.out.println("Executing compile: Compc"); - } - -} +/* + * 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. + */ +package org.apache.flex.maven.plugins.flex.compiler.compc; + +import org.apache.flex.maven.plugins.flex.compiler.Compiler; +import org.apache.maven.project.MavenProject; +import org.codehaus.plexus.component.annotations.Component; + +@Component(role = Compiler.class, hint = "compc") +public class CompcCompilerImpl implements Compiler { + + @Override + public void compile(MavenProject project) { + System.out.println("Executing compile: Compc"); + } + +} http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/548d30ef/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-falcon/pom.xml ---------------------------------------------------------------------- diff --git a/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-falcon/pom.xml b/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-falcon/pom.xml index 35f55cb..eae9748 100644 --- a/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-falcon/pom.xml +++ b/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-falcon/pom.xml @@ -1,74 +1,74 @@ -<?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. - ---> -<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"> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.flex.components</groupId> - <artifactId>compiler</artifactId> - <version>1.0.0-SNAPSHOT</version> - </parent> - - <groupId>org.apache.flex.components</groupId> - <artifactId>compiler-falcon</artifactId> - <version>1.0.0-SNAPSHOT</version> - <packaging>jar</packaging> - - <name>Maven-Flex-Plugin / Components / Compiler / Falcon</name> - - <build> - <plugins> - <plugin> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-component-metadata</artifactId> - <version>1.5.5</version> - <executions> - <execution> - <id>process-classes</id> - <goals> - <goal>generate-metadata</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - - <dependencies> - <dependency> - <groupId>org.apache.flex.components</groupId> - <artifactId>api</artifactId> - <version>1.0.0-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-plugin-api</artifactId> - </dependency> - <dependency> - <groupId>org.apache.maven.plugin-tools</groupId> - <artifactId>maven-plugin-annotations</artifactId> - <scope>compile</scope> - </dependency> - </dependencies> - +<?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. + +--> +<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"> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.flex.components</groupId> + <artifactId>compiler</artifactId> + <version>1.0.0-SNAPSHOT</version> + </parent> + + <groupId>org.apache.flex.components</groupId> + <artifactId>compiler-falcon</artifactId> + <version>1.0.0-SNAPSHOT</version> + <packaging>jar</packaging> + + <name>Maven-Flex-Plugin / Components / Compiler / Falcon</name> + + <build> + <plugins> + <plugin> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-component-metadata</artifactId> + <version>1.5.5</version> + <executions> + <execution> + <id>process-classes</id> + <goals> + <goal>generate-metadata</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + + <dependencies> + <dependency> + <groupId>org.apache.flex.components</groupId> + <artifactId>api</artifactId> + <version>1.0.0-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-plugin-api</artifactId> + </dependency> + <dependency> + <groupId>org.apache.maven.plugin-tools</groupId> + <artifactId>maven-plugin-annotations</artifactId> + <scope>compile</scope> + </dependency> + </dependencies> + </project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/548d30ef/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-falcon/src/main/java/org/apache/flex/maven/plugins/flex/compiler/falcon/FalconCompilerImpl.java ---------------------------------------------------------------------- diff --git a/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-falcon/src/main/java/org/apache/flex/maven/plugins/flex/compiler/falcon/FalconCompilerImpl.java b/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-falcon/src/main/java/org/apache/flex/maven/plugins/flex/compiler/falcon/FalconCompilerImpl.java index ccf6afc..3613772 100644 --- a/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-falcon/src/main/java/org/apache/flex/maven/plugins/flex/compiler/falcon/FalconCompilerImpl.java +++ b/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-falcon/src/main/java/org/apache/flex/maven/plugins/flex/compiler/falcon/FalconCompilerImpl.java @@ -1,31 +1,31 @@ -/* - * 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. - */ -package org.apache.flex.maven.plugins.flex.compiler.falcon; - -import org.apache.flex.maven.plugins.flex.compiler.Compiler; -import org.apache.maven.project.MavenProject; -import org.codehaus.plexus.component.annotations.Component; - -@Component(role = Compiler.class, hint = "falcon") -public class FalconCompilerImpl implements Compiler { - - @Override - public void compile(MavenProject project) { - System.out.println("Executing compile: Falcon"); - } - -} +/* + * 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. + */ +package org.apache.flex.maven.plugins.flex.compiler.falcon; + +import org.apache.flex.maven.plugins.flex.compiler.Compiler; +import org.apache.maven.project.MavenProject; +import org.codehaus.plexus.component.annotations.Component; + +@Component(role = Compiler.class, hint = "falcon") +public class FalconCompilerImpl implements Compiler { + + @Override + public void compile(MavenProject project) { + System.out.println("Executing compile: Falcon"); + } + +} http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/548d30ef/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-mxmlc/pom.xml ---------------------------------------------------------------------- diff --git a/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-mxmlc/pom.xml b/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-mxmlc/pom.xml index 8b0c2b9..86200d7 100644 --- a/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-mxmlc/pom.xml +++ b/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-mxmlc/pom.xml @@ -1,74 +1,74 @@ -<?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. - ---> -<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"> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.flex.components</groupId> - <artifactId>compiler</artifactId> - <version>1.0.0-SNAPSHOT</version> - </parent> - - <groupId>org.apache.flex.components</groupId> - <artifactId>compiler-mxmlc</artifactId> - <version>1.0.0-SNAPSHOT</version> - <packaging>jar</packaging> - - <name>Maven-Flex-Plugin / Components / Compiler / MXMLC</name> - - <build> - <plugins> - <plugin> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-component-metadata</artifactId> - <version>1.5.5</version> - <executions> - <execution> - <id>process-classes</id> - <goals> - <goal>generate-metadata</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - - <dependencies> - <dependency> - <groupId>org.apache.flex.components</groupId> - <artifactId>api</artifactId> - <version>1.0.0-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-plugin-api</artifactId> - </dependency> - <dependency> - <groupId>org.apache.maven.plugin-tools</groupId> - <artifactId>maven-plugin-annotations</artifactId> - <scope>compile</scope> - </dependency> - </dependencies> - +<?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. + +--> +<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"> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.flex.components</groupId> + <artifactId>compiler</artifactId> + <version>1.0.0-SNAPSHOT</version> + </parent> + + <groupId>org.apache.flex.components</groupId> + <artifactId>compiler-mxmlc</artifactId> + <version>1.0.0-SNAPSHOT</version> + <packaging>jar</packaging> + + <name>Maven-Flex-Plugin / Components / Compiler / MXMLC</name> + + <build> + <plugins> + <plugin> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-component-metadata</artifactId> + <version>1.5.5</version> + <executions> + <execution> + <id>process-classes</id> + <goals> + <goal>generate-metadata</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + + <dependencies> + <dependency> + <groupId>org.apache.flex.components</groupId> + <artifactId>api</artifactId> + <version>1.0.0-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-plugin-api</artifactId> + </dependency> + <dependency> + <groupId>org.apache.maven.plugin-tools</groupId> + <artifactId>maven-plugin-annotations</artifactId> + <scope>compile</scope> + </dependency> + </dependencies> + </project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/548d30ef/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-mxmlc/src/main/java/org/apache/flex/maven/plugins/flex/compiler/mxmlc/MxmlcCompilerImpl.java ---------------------------------------------------------------------- diff --git a/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-mxmlc/src/main/java/org/apache/flex/maven/plugins/flex/compiler/mxmlc/MxmlcCompilerImpl.java b/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-mxmlc/src/main/java/org/apache/flex/maven/plugins/flex/compiler/mxmlc/MxmlcCompilerImpl.java index dd976b1..038fc1f 100644 --- a/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-mxmlc/src/main/java/org/apache/flex/maven/plugins/flex/compiler/mxmlc/MxmlcCompilerImpl.java +++ b/flex-maven-tools/flex-maven-plugin/components/compiler/compiler-mxmlc/src/main/java/org/apache/flex/maven/plugins/flex/compiler/mxmlc/MxmlcCompilerImpl.java @@ -1,31 +1,31 @@ -/* - * 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. - */ -package org.apache.flex.maven.plugins.flex.compiler.mxmlc; - -import org.apache.flex.maven.plugins.flex.compiler.Compiler; -import org.apache.maven.project.MavenProject; -import org.codehaus.plexus.component.annotations.Component; - -@Component(role = Compiler.class, hint = "mxmlc") -public class MxmlcCompilerImpl implements Compiler { - - @Override - public void compile(MavenProject project) { - System.out.println("Executing compile: MXMLC"); - } - -} +/* + * 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. + */ +package org.apache.flex.maven.plugins.flex.compiler.mxmlc; + +import org.apache.flex.maven.plugins.flex.compiler.Compiler; +import org.apache.maven.project.MavenProject; +import org.codehaus.plexus.component.annotations.Component; + +@Component(role = Compiler.class, hint = "mxmlc") +public class MxmlcCompilerImpl implements Compiler { + + @Override + public void compile(MavenProject project) { + System.out.println("Executing compile: MXMLC"); + } + +} http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/548d30ef/flex-maven-tools/flex-maven-plugin/components/compiler/pom.xml ---------------------------------------------------------------------- diff --git a/flex-maven-tools/flex-maven-plugin/components/compiler/pom.xml b/flex-maven-tools/flex-maven-plugin/components/compiler/pom.xml index fa114e0..fa7b345 100644 --- a/flex-maven-tools/flex-maven-plugin/components/compiler/pom.xml +++ b/flex-maven-tools/flex-maven-plugin/components/compiler/pom.xml @@ -1,46 +1,46 @@ -<?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. - ---> -<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"> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.flex.components</groupId> - <artifactId>components</artifactId> - <version>1.0.0-SNAPSHOT</version> - </parent> - - <groupId>org.apache.flex.components</groupId> - <artifactId>compiler</artifactId> - <version>1.0.0-SNAPSHOT</version> - <packaging>pom</packaging> - - <name>Maven-Flex-Plugin / Components / Compiler</name> - - <modules> - <module>compiler-falcon</module> - <module>compiler-mxmlc</module> - <module>compiler-compc</module> - <module>compiler-asdoc</module> - </modules> - +<?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. + +--> +<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"> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.flex.components</groupId> + <artifactId>components</artifactId> + <version>1.0.0-SNAPSHOT</version> + </parent> + + <groupId>org.apache.flex.components</groupId> + <artifactId>compiler</artifactId> + <version>1.0.0-SNAPSHOT</version> + <packaging>pom</packaging> + + <name>Maven-Flex-Plugin / Components / Compiler</name> + + <modules> + <module>compiler-falcon</module> + <module>compiler-mxmlc</module> + <module>compiler-compc</module> + <module>compiler-asdoc</module> + </modules> + </project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/548d30ef/flex-maven-tools/flex-maven-plugin/components/generator/generator-constants/pom.xml ---------------------------------------------------------------------- diff --git a/flex-maven-tools/flex-maven-plugin/components/generator/generator-constants/pom.xml b/flex-maven-tools/flex-maven-plugin/components/generator/generator-constants/pom.xml index 5aea4d4..258e89f 100644 --- a/flex-maven-tools/flex-maven-plugin/components/generator/generator-constants/pom.xml +++ b/flex-maven-tools/flex-maven-plugin/components/generator/generator-constants/pom.xml @@ -1,47 +1,47 @@ -<?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. - ---> -<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"> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.flex.components</groupId> - <artifactId>generator</artifactId> - <version>1.0.0-SNAPSHOT</version> - </parent> - - <groupId>org.apache.flex.components</groupId> - <artifactId>generator-constants</artifactId> - <version>1.0.0-SNAPSHOT</version> - <packaging>jar</packaging> - - <name>Maven-Flex-Plugin / Components / Generator / Constants</name> - - <dependencies> - <dependency> - <groupId>org.apache.flex.components</groupId> - <artifactId>api</artifactId> - <version>1.0.0-SNAPSHOT</version> - </dependency> - </dependencies> - +<?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. + +--> +<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"> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.flex.components</groupId> + <artifactId>generator</artifactId> + <version>1.0.0-SNAPSHOT</version> + </parent> + + <groupId>org.apache.flex.components</groupId> + <artifactId>generator-constants</artifactId> + <version>1.0.0-SNAPSHOT</version> + <packaging>jar</packaging> + + <name>Maven-Flex-Plugin / Components / Generator / Constants</name> + + <dependencies> + <dependency> + <groupId>org.apache.flex.components</groupId> + <artifactId>api</artifactId> + <version>1.0.0-SNAPSHOT</version> + </dependency> + </dependencies> + </project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/548d30ef/flex-maven-tools/flex-maven-plugin/components/generator/generator-gas3/pom.xml ---------------------------------------------------------------------- diff --git a/flex-maven-tools/flex-maven-plugin/components/generator/generator-gas3/pom.xml b/flex-maven-tools/flex-maven-plugin/components/generator/generator-gas3/pom.xml index d14d97d..a7cac24 100644 --- a/flex-maven-tools/flex-maven-plugin/components/generator/generator-gas3/pom.xml +++ b/flex-maven-tools/flex-maven-plugin/components/generator/generator-gas3/pom.xml @@ -1,47 +1,47 @@ -<?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. - ---> -<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"> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.flex.components</groupId> - <artifactId>generator</artifactId> - <version>1.0.0-SNAPSHOT</version> - </parent> - - <groupId>org.apache.flex.components</groupId> - <artifactId>generator-gas3</artifactId> - <version>1.0.0-SNAPSHOT</version> - <packaging>jar</packaging> - - <name>Maven-Flex-Plugin / Components / Generator / GAS3</name> - - <dependencies> - <dependency> - <groupId>org.apache.flex.components</groupId> - <artifactId>api</artifactId> - <version>1.0.0-SNAPSHOT</version> - </dependency> - </dependencies> - +<?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. + +--> +<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"> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.flex.components</groupId> + <artifactId>generator</artifactId> + <version>1.0.0-SNAPSHOT</version> + </parent> + + <groupId>org.apache.flex.components</groupId> + <artifactId>generator-gas3</artifactId> + <version>1.0.0-SNAPSHOT</version> + <packaging>jar</packaging> + + <name>Maven-Flex-Plugin / Components / Generator / GAS3</name> + + <dependencies> + <dependency> + <groupId>org.apache.flex.components</groupId> + <artifactId>api</artifactId> + <version>1.0.0-SNAPSHOT</version> + </dependency> + </dependencies> + </project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/548d30ef/flex-maven-tools/flex-maven-plugin/components/generator/pom.xml ---------------------------------------------------------------------- diff --git a/flex-maven-tools/flex-maven-plugin/components/generator/pom.xml b/flex-maven-tools/flex-maven-plugin/components/generator/pom.xml index 1defbca..738941c 100644 --- a/flex-maven-tools/flex-maven-plugin/components/generator/pom.xml +++ b/flex-maven-tools/flex-maven-plugin/components/generator/pom.xml @@ -1,44 +1,44 @@ -<?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. - ---> -<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"> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.flex.components</groupId> - <artifactId>components</artifactId> - <version>1.0.0-SNAPSHOT</version> - </parent> - - <groupId>org.apache.flex.components</groupId> - <artifactId>generator</artifactId> - <version>1.0.0-SNAPSHOT</version> - <packaging>pom</packaging> - - <name>Maven-Flex-Plugin / Components / Generator</name> - - <modules> - <module>generator-constants</module> - <module>generator-gas3</module> - </modules> - +<?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. + +--> +<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"> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.flex.components</groupId> + <artifactId>components</artifactId> + <version>1.0.0-SNAPSHOT</version> + </parent> + + <groupId>org.apache.flex.components</groupId> + <artifactId>generator</artifactId> + <version>1.0.0-SNAPSHOT</version> + <packaging>pom</packaging> + + <name>Maven-Flex-Plugin / Components / Generator</name> + + <modules> + <module>generator-constants</module> + <module>generator-gas3</module> + </modules> + </project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/548d30ef/flex-maven-tools/flex-maven-plugin/components/optimizer/optimizer-apparat/pom.xml ---------------------------------------------------------------------- diff --git a/flex-maven-tools/flex-maven-plugin/components/optimizer/optimizer-apparat/pom.xml b/flex-maven-tools/flex-maven-plugin/components/optimizer/optimizer-apparat/pom.xml index 8590dcd..cc4aaa8 100644 --- a/flex-maven-tools/flex-maven-plugin/components/optimizer/optimizer-apparat/pom.xml +++ b/flex-maven-tools/flex-maven-plugin/components/optimizer/optimizer-apparat/pom.xml @@ -1,47 +1,47 @@ -<?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. - ---> -<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"> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.flex.components</groupId> - <artifactId>optimizer</artifactId> - <version>1.0.0-SNAPSHOT</version> - </parent> - - <groupId>org.apache.flex.components</groupId> - <artifactId>optimizer-apparat</artifactId> - <version>1.0.0-SNAPSHOT</version> - <packaging>jar</packaging> - - <name>Maven-Flex-Plugin / Components / Optimizer / Apparat</name> - - <dependencies> - <dependency> - <groupId>org.apache.flex.components</groupId> - <artifactId>api</artifactId> - <version>1.0.0-SNAPSHOT</version> - </dependency> - </dependencies> - +<?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. + +--> +<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"> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.flex.components</groupId> + <artifactId>optimizer</artifactId> + <version>1.0.0-SNAPSHOT</version> + </parent> + + <groupId>org.apache.flex.components</groupId> + <artifactId>optimizer-apparat</artifactId> + <version>1.0.0-SNAPSHOT</version> + <packaging>jar</packaging> + + <name>Maven-Flex-Plugin / Components / Optimizer / Apparat</name> + + <dependencies> + <dependency> + <groupId>org.apache.flex.components</groupId> + <artifactId>api</artifactId> + <version>1.0.0-SNAPSHOT</version> + </dependency> + </dependencies> + </project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/548d30ef/flex-maven-tools/flex-maven-plugin/components/optimizer/optimizer-flex/pom.xml ---------------------------------------------------------------------- diff --git a/flex-maven-tools/flex-maven-plugin/components/optimizer/optimizer-flex/pom.xml b/flex-maven-tools/flex-maven-plugin/components/optimizer/optimizer-flex/pom.xml index 5451844..85ff825 100644 --- a/flex-maven-tools/flex-maven-plugin/components/optimizer/optimizer-flex/pom.xml +++ b/flex-maven-tools/flex-maven-plugin/components/optimizer/optimizer-flex/pom.xml @@ -1,47 +1,47 @@ -<?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. - ---> -<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"> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.flex.components</groupId> - <artifactId>optimizer</artifactId> - <version>1.0.0-SNAPSHOT</version> - </parent> - - <groupId>org.apache.flex.components</groupId> - <artifactId>optimizer-flex</artifactId> - <version>1.0.0-SNAPSHOT</version> - <packaging>jar</packaging> - - <name>Maven-Flex-Plugin / Components / Optimizer / Flex</name> - - <dependencies> - <dependency> - <groupId>org.apache.flex.components</groupId> - <artifactId>api</artifactId> - <version>1.0.0-SNAPSHOT</version> - </dependency> - </dependencies> - +<?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. + +--> +<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"> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.flex.components</groupId> + <artifactId>optimizer</artifactId> + <version>1.0.0-SNAPSHOT</version> + </parent> + + <groupId>org.apache.flex.components</groupId> + <artifactId>optimizer-flex</artifactId> + <version>1.0.0-SNAPSHOT</version> + <packaging>jar</packaging> + + <name>Maven-Flex-Plugin / Components / Optimizer / Flex</name> + + <dependencies> + <dependency> + <groupId>org.apache.flex.components</groupId> + <artifactId>api</artifactId> + <version>1.0.0-SNAPSHOT</version> + </dependency> + </dependencies> + </project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/548d30ef/flex-maven-tools/flex-maven-plugin/components/optimizer/pom.xml ---------------------------------------------------------------------- diff --git a/flex-maven-tools/flex-maven-plugin/components/optimizer/pom.xml b/flex-maven-tools/flex-maven-plugin/components/optimizer/pom.xml index f62368c..58a2986 100644 --- a/flex-maven-tools/flex-maven-plugin/components/optimizer/pom.xml +++ b/flex-maven-tools/flex-maven-plugin/components/optimizer/pom.xml @@ -1,44 +1,44 @@ -<?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. - ---> -<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"> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.flex.components</groupId> - <artifactId>components</artifactId> - <version>1.0.0-SNAPSHOT</version> - </parent> - - <groupId>org.apache.flex.components</groupId> - <artifactId>optimizer</artifactId> - <version>1.0.0-SNAPSHOT</version> - <packaging>pom</packaging> - - <name>Maven-Flex-Plugin / Components / Optimizer</name> - - <modules> - <module>optimizer-flex</module> - <module>optimizer-apparat</module> - </modules> - +<?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. + +--> +<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"> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.flex.components</groupId> + <artifactId>components</artifactId> + <version>1.0.0-SNAPSHOT</version> + </parent> + + <groupId>org.apache.flex.components</groupId> + <artifactId>optimizer</artifactId> + <version>1.0.0-SNAPSHOT</version> + <packaging>pom</packaging> + + <name>Maven-Flex-Plugin / Components / Optimizer</name> + + <modules> + <module>optimizer-flex</module> + <module>optimizer-apparat</module> + </modules> + </project> \ No newline at end of file
