You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by yi...@apache.org on 2016/10/06 09:33:48 UTC

[13/27] git commit: [flex-asjs] [refs/heads/refactor-sprite] - - Fixed the directory structure of the archetypes

- Fixed the directory structure of the archetypes


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/7cbbc425
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/7cbbc425
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/7cbbc425

Branch: refs/heads/refactor-sprite
Commit: 7cbbc425328756dc90d5e2aa986f49147ea66ceb
Parents: 7073d36
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Thu Sep 29 23:55:41 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Thu Sep 29 23:56:02 2016 +0200

----------------------------------------------------------------------
 .../src/main/resources/maven/archetype.xml      | 27 ------------------
 .../flexjs-simple-library-archetype/pom.xml     |  2 +-
 .../src/main/resources/maven/archetype.xml      | 30 --------------------
 3 files changed, 1 insertion(+), 58 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7cbbc425/archetypes/flexjs-simple-application-archetype/src/main/resources/maven/archetype.xml
----------------------------------------------------------------------
diff --git a/archetypes/flexjs-simple-application-archetype/src/main/resources/maven/archetype.xml b/archetypes/flexjs-simple-application-archetype/src/main/resources/maven/archetype.xml
deleted file mode 100644
index 0daccb1..0000000
--- a/archetypes/flexjs-simple-application-archetype/src/main/resources/maven/archetype.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?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.
-
--->
-<archetype xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype/1.0.0"
-           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-           xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype/1.0.0 http://maven.apache.org/xsd/archetype-1.0.0.xsd">
-  <id>flexjs-simple-application-archetype</id>
-  <resources>
-    <resource>src/main/java/App.java</resource>
-  </resources>
-</archetype>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7cbbc425/archetypes/flexjs-simple-library-archetype/pom.xml
----------------------------------------------------------------------
diff --git a/archetypes/flexjs-simple-library-archetype/pom.xml b/archetypes/flexjs-simple-library-archetype/pom.xml
index 384a220..714a8dc 100644
--- a/archetypes/flexjs-simple-library-archetype/pom.xml
+++ b/archetypes/flexjs-simple-library-archetype/pom.xml
@@ -26,7 +26,7 @@
     <version>0.8.0-SNAPSHOT</version>
   </parent>
 
-  <artifactId>flexjs-library-archetype</artifactId>
+  <artifactId>flexjs-simple-library-archetype</artifactId>
   <version>0.8.0-SNAPSHOT</version>
   <packaging>jar</packaging>
 

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7cbbc425/archetypes/flexjs-simple-library-archetype/src/main/resources/maven/archetype.xml
----------------------------------------------------------------------
diff --git a/archetypes/flexjs-simple-library-archetype/src/main/resources/maven/archetype.xml b/archetypes/flexjs-simple-library-archetype/src/main/resources/maven/archetype.xml
deleted file mode 100644
index 561c04e..0000000
--- a/archetypes/flexjs-simple-library-archetype/src/main/resources/maven/archetype.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?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.
-
--->
-<archetype xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype/1.0.0"
-           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-           xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype/1.0.0 http://maven.apache.org/xsd/archetype-1.0.0.xsd">
-  <id>flexjs-simple-library-archetype</id>
-  <resources>
-    <resource>src/main/java/App.java</resource>
-  </resources>
-  <testResources>
-    <resource>src/test/java/AppTest.java</resource>
-  </testResources>
-</archetype>