Author: artdaw
Date: 2008-07-25 08:54:53 -0400 (Fri, 25 Jul 2008)
New Revision: 9785
Modified:
trunk/docs/cdkguide/en/src/main/docbook/includes/pcreate.xml
Log:
RF-3692 - Creating project for component was edited
Modified: trunk/docs/cdkguide/en/src/main/docbook/includes/pcreate.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/includes/pcreate.xml 2008-07-25 12:54:26 UTC
(rev 9784)
+++ trunk/docs/cdkguide/en/src/main/docbook/includes/pcreate.xml 2008-07-25 12:54:53 UTC
(rev 9785)
@@ -76,6 +76,71 @@
</tbody>
</tgroup>
</table>
+ <para>
+ It is necessary to extend predefined structure with the following directories:
+ </para>
+ <table>
+ <title>The project structure</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Directory</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ src/main/config/resources
+ </entry>
+ <entry>
+ Contains the <property>resource-config.xml</property>
file for the resources registration
+ </entry>
+ </row>
+ <row>
+ <entry>
+ src/main/java/org/mycompany/renderkit
+ </entry>
+ <entry>
+ Contains Renderer Base class
+ </entry>
+ </row>
+ <row>
+ <entry>
+ src/main/resources/org/mycompany/renderkit/html/css
+ </entry>
+ <entry>
+ Used to store CSS files
+ </entry>
+ </row>
+ <row>
+ <entry>
+ src/main/resources/org/mycompany/renderkit/html/images
+ </entry>
+ <entry>
+ Used to store images
+ </entry>
+ </row>
+ <row>
+ <entry>
+ src/main/resources/org/mycompany/renderkit/html/scripts
+ </entry>
+ <entry>
+ Used to store JavaScript files
+ </entry>
+ </row>
+ <row>
+ <entry>
+ src/main/templates/org/mycompany
+ </entry>
+ <entry>
+ Used to contain the JSP-like template
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
<para> Now you should add
<property>maven-compiler-plugin</property>
to the <property>plugins</property> section in the
<property>inputDate/pom.xml</property> file: </para>
<programlisting role="XML"><![CDATA[...
Show replies by date