Update of /cvsroot/jcharts/krysalis-jcharts/src/documentation/content/xdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv1529
Modified Files:
antTargets.xml
Log Message:
got the release target working so updated the docs
Index: antTargets.xml
===================================================================
RCS file: /cvsroot/jcharts/krysalis-jcharts/src/documentation/content/xdocs/antTargets.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** antTargets.xml 29 Aug 2003 20:10:44 -0000 1.1
--- antTargets.xml 1 Sep 2003 18:15:05 -0000 1.2
***************
*** 5,9 ****
<title>Ant Build Targets</title>
<authors>
! <person name="Nathaniel Auvil" email=""/>
</authors>
</header>
--- 5,9 ----
<title>Ant Build Targets</title>
<authors>
! <person name="Nathaniel Auvil" email="jch...@li..."/>
</authors>
</header>
***************
*** 56,69 ****
-
<section>
<title>war</title>
<p>
</p>
</section>
<section>
<title>release</title>
<p>
</p>
</section>
--- 56,84 ----
<section>
<title>war</title>
<p>
+ Creates the <strong>jCharts</strong> Servlet and JSP demo Web Application. Simply drop this .war in your Servlet Containers applications folder and off you go!
</p>
+ <p><em>Depends: jar</em></p>
</section>
<section>
+ <title>deployTomcat</title>
+ <p>
+ This is a helper Target to build and deploy the Servlet Web Application to the <link href="http://jakarta.apache.org/tomcat/">Apache Jakarta Tomcat</link> Servlet Container.
+ </p>
+ <note>
+ This target requires an environment variable: <strong>TOMCAT_HOME</strong> to exist and be pointing to the Apache Tomcat installation directory.
+ </note>
+ <p><em>Depends: war</em></p>
+ </section>
+
+
+ <section>
<title>release</title>
<p>
+ Builds the Krysalis jCharts release archive which includes <strong>everything</strong>.
</p>
+ <p><em>Depends: jar,war,javadocs</em></p>
</section>
|