You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/09/29 15:07:34 UTC

[3/3] git commit: [flex-asjs] [refs/heads/feature-autobuild/maven-archetypes] - - Added missing archetype descriptor

- Added missing archetype descriptor


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

Branch: refs/heads/feature-autobuild/maven-archetypes
Commit: 33eaf210fd1885b8518204d5bfa42970e5a58cce
Parents: 241fb72
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Thu Sep 29 17:04:35 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Thu Sep 29 17:04:35 2016 +0200

----------------------------------------------------------------------
 .../src/main/resources/maven/archetype.xml      | 27 ++++++++++++++++++++
 1 file changed, 27 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/33eaf210/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
new file mode 100644
index 0000000..0daccb1
--- /dev/null
+++ b/archetypes/flexjs-simple-application-archetype/src/main/resources/maven/archetype.xml
@@ -0,0 +1,27 @@
+<?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>