Author: hboutemy
Date: Thu Mar 25 22:02:49 2010
New Revision: 927608
URL: http://svn.apache.org/viewvc?rev=927608&view=rev
Log:
fixed old archetype descriptor to match effective descriptor parsing:
testResources and siteResources contain resource elements, and testSources
contains source elements
Modified:
maven/archetype/trunk/archetype-common/src/main/mdo/archetype.mdo
Modified: maven/archetype/trunk/archetype-common/src/main/mdo/archetype.mdo
URL:
http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-common/src/main/mdo/archetype.mdo?rev=927608&r1=927607&r2=927608&view=diff
==============================================================================
--- maven/archetype/trunk/archetype-common/src/main/mdo/archetype.mdo (original)
+++ maven/archetype/trunk/archetype-common/src/main/mdo/archetype.mdo Thu Mar
25 22:02:49 2010
@@ -54,7 +54,7 @@
<field>
<name>testSources</name>
<version>1.0.0</version>
- <association>
+ <association xml.tagName="source">
<type>String</type>
<multiplicity>*</multiplicity>
</association>
@@ -62,7 +62,7 @@
<field>
<name>testResources</name>
<version>1.0.0</version>
- <association>
+ <association xml.tagName="resource">
<type>String</type>
<multiplicity>*</multiplicity>
</association>
@@ -70,7 +70,7 @@
<field>
<name>siteResources</name>
<version>1.0.0</version>
- <association>
+ <association xml.tagName="resource">
<type>String</type>
<multiplicity>*</multiplicity>
</association>