Author: dennisl
Date: Sat Mar  3 04:42:42 2007
New Revision: 514144

URL: http://svn.apache.org/viewvc?view=rev&rev=514144
Log:
[ARCHETYPE-60] Archetype Documentation Incorrect

Modified:
    
maven/archetype/trunk/maven-archetype/maven-archetype-plugin/src/site/apt/examples/archetype.apt

Modified: 
maven/archetype/trunk/maven-archetype/maven-archetype-plugin/src/site/apt/examples/archetype.apt
URL: 
http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype/maven-archetype-plugin/src/site/apt/examples/archetype.apt?view=diff&rev=514144&r1=514143&r2=514144
==============================================================================
--- 
maven/archetype/trunk/maven-archetype/maven-archetype-plugin/src/site/apt/examples/archetype.apt
 (original)
+++ 
maven/archetype/trunk/maven-archetype/maven-archetype-plugin/src/site/apt/examples/archetype.apt
 Sat Mar  3 04:42:42 2007
@@ -92,25 +92,25 @@
  An optional <<<\<allowPartial\>true\</allowPartial\>>>> tag makes it possible 
  to run the <<<archetype:create>>> even on existing projects. 
 
- The <<<\<sources\>>>>, <<<\<resources\>>>>, <<<\<test-resources\>>>> and 
- <<<\<site-resources\>>>> tags represent the different sections of the 
project: 
+ The <<<\<sources\>>>>, <<<\<resources\>>>>, <<<\<testResources\>>>> and 
+ <<<\<siteResources\>>>> tags represent the different sections of the project: 
 
  * <<<\<sources\>>>> = <<<src/main/java>>>
 
  * <<<\<resources\>>>> = <<<src/main/resources>>>
 
- * <<<\<test-sources\>>>> = <<<src/test/java>>>
+ * <<<\<testSources\>>>> = <<<src/test/java>>>
 
- * <<<\<test-resources\>>>> = <<<src/test/resources>>>
+ * <<<\<testResources\>>>> = <<<src/test/resources>>>
 
- * <<<\<site-resources\>>>> = <<<src/site>>> 
+ * <<<\<siteResources\>>>> = <<<src/site>>> 
 
  []
 
- <<<\<sources\>>>> and <<<\<test-sources\>>>> can contain <<<\<source\>>>> 
+ <<<\<sources\>>>> and <<<\<testSources\>>>> can contain <<<\<source\>>>> 
  elements that specify a source file. 
 
- <<<\<test-resources\>>>> and <<<\<site-resources\>>>> can contain 
+ <<<\<testResources\>>>> and <<<\<siteResources\>>>> can contain 
  <<<\<resource\>>>> elements that specify a resource file. 
 
  Place other resources such as the ones in the <<<src/main/webapp>>> directory 


Reply via email to