summaryrefslogtreecommitdiffstats
path: root/sandbox/ant/sca/branches/tb7/archetypes/quickstart-stripes/src/main/resources/META-INF
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-20 09:41:17 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-20 09:41:17 +0000
commitecaed8ff741ea67c33c93cf571557db0837fa689 (patch)
tree35ded6f9b2ea3340fa8328f91539e9f648594d8f /sandbox/ant/sca/branches/tb7/archetypes/quickstart-stripes/src/main/resources/META-INF
parente7b8cc1fba20b8e530c8ba89d67a6f094a2cb523 (diff)
[maven-release-plugin] copy for branch tb7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756391 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/ant/sca/branches/tb7/archetypes/quickstart-stripes/src/main/resources/META-INF')
-rw-r--r--sandbox/ant/sca/branches/tb7/archetypes/quickstart-stripes/src/main/resources/META-INF/maven/archetype-metadata.xml25
-rw-r--r--sandbox/ant/sca/branches/tb7/archetypes/quickstart-stripes/src/main/resources/META-INF/maven/archetype.xml19
2 files changed, 44 insertions, 0 deletions
diff --git a/sandbox/ant/sca/branches/tb7/archetypes/quickstart-stripes/src/main/resources/META-INF/maven/archetype-metadata.xml b/sandbox/ant/sca/branches/tb7/archetypes/quickstart-stripes/src/main/resources/META-INF/maven/archetype-metadata.xml
new file mode 100644
index 0000000000..fc37b44271
--- /dev/null
+++ b/sandbox/ant/sca/branches/tb7/archetypes/quickstart-stripes/src/main/resources/META-INF/maven/archetype-metadata.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?><archetype-descriptor name="myproject">
+ <fileSets>
+ <fileSet filtered="true" packaged="true" encoding="UTF-8">
+ <directory>src/main/java</directory>
+ <includes>
+ <include>**/*.java</include>
+ </includes>
+ </fileSet>
+ <fileSet filtered="true" encoding="UTF-8">
+ <directory>src/main/webapp</directory>
+ <includes>
+ <include>**/*.jsp</include>
+ <include>**/*.xml</include>
+ <include>**/*.html</include>
+ <include>**/*.composite</include>
+ </includes>
+ </fileSet>
+ <fileSet filtered="true" encoding="UTF-8">
+ <directory>src/main/resources</directory>
+ <includes>
+ <include>**/*.properties</include>
+ </includes>
+ </fileSet>
+ </fileSets>
+</archetype-descriptor> \ No newline at end of file
diff --git a/sandbox/ant/sca/branches/tb7/archetypes/quickstart-stripes/src/main/resources/META-INF/maven/archetype.xml b/sandbox/ant/sca/branches/tb7/archetypes/quickstart-stripes/src/main/resources/META-INF/maven/archetype.xml
new file mode 100644
index 0000000000..ba6c054389
--- /dev/null
+++ b/sandbox/ant/sca/branches/tb7/archetypes/quickstart-stripes/src/main/resources/META-INF/maven/archetype.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?><archetype>
+ <id>quickstart-stripes</id>
+ <sources>
+ <source>src\main\java\sample\stripes\action\BaseActionBean.java</source>
+ <source>src\main\java\sample\stripes\action\HomeActionBean.java</source>
+ <source>src\main\java\sample\sca\HelloworldService.java</source>
+ <source>src\main\java\sample\sca\HelloworldServiceImpl.java</source>
+ </sources>
+ <resources>
+ <resource>src\main\resources\log4j.properties</resource>
+ <resource>src\main\resources\StripesResources.properties</resource>
+ <resource>src\main\webapp\index.html</resource>
+ <resource>src\main\webapp\WEB-INF\jsp\home.jsp</resource>
+ <resource>src\main\webapp\WEB-INF\jsp\layout.jsp</resource>
+ <resource>src\main\webapp\WEB-INF\jsp\taglibs.jsp</resource>
+ <resource>src\main\webapp\WEB-INF\web.composite</resource>
+ <resource>src\main\webapp\WEB-INF\web.xml</resource>
+ </resources>
+</archetype> \ No newline at end of file