Scarab commit: svn commit: r11223 - trunk/site/xdocs/howto/build-howto.xml
[email protected] Fri, 4 May 2012 02:15:59 -0700 (PDT)
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mcoss Date: 2012-05-04 02:15:59-0700 New Revision: 11223 Modified: trunk/site/xdocs/howto/build-howto.xml Log: FIX - Project structure in build howto. Modified: trunk/site/xdocs/howto/build-howto.xml Url: http://scarab.tigris.org/source/browse/scarab/trunk/site/xdocs/howto/build-howto.xml?view=diff&pathrev=11223&r1=11222&r2=11223 ============================================================================== --- trunk/site/xdocs/howto/build-howto.xml (original) +++ trunk/site/xdocs/howto/build-howto.xml 2012-05-04 02:15:59-0700 @@ -257,28 +257,29 @@ </p> <source> scarab - +- build <-- Ant scripts for building the sample webapp - | and creating/loading the sql scripts. + +- build <-- Ant scripts for building the sample webapp + | and creating/loading the sql scripts. +- extensions - | +- backup <-- A tool to help backup and restore a Scarab database - | +- bugzilla <-- Scripts for converting from Bugzilla to Scarab - | +- dtd <-- DTD's for validating XML files - | +- excel2scarab <-- Ant build which transforms an XML input file into an XML importable by Scarab. - | +- scripts <-- Helper shell scripts - | +- usermods <-- place your modifications to the standard - | distribution here. These modifications will be - | incorporated into the build. This simplifies - | the process of replacing *.vm files, - | among other things. + | +- backup <-- A tool to help backup and restore a Scarab database + | +- bugzilla <-- Scripts for converting from Bugzilla to Scarab + | +- dtd <-- DTD's for validating XML files + | +- excel2scarab <-- Ant build which transforms an XML input file into an XML importable by Scarab. + | +- scripts <-- Helper shell scripts + | +- scarab-maven-plugin <-- Source code of necessary Maven build plugin for Scarab. + | +- usermods <-- place your modifications to the standard + | distribution here. These modifications will be + | incorporated into the build. This simplifies + | the process of replacing *.vm files, + | among other things. +- lib - +- src <-- The source files. - +- tomcat <-- Included Tomcat configured ready to run with Scarab. - +- www <-- Scarab Website - +- book <-- xml versions of manuals (guides) - +- dtd <-- DTD's - +- repository <-- The .jar repository for jars used by Scarab. + +- src <-- The source files. + +- tomcat <-- Included Tomcat configured ready to run with Scarab. + +- www <-- Scarab Website + +- book <-- xml versions of manuals (guides) + +- dtd <-- DTD's + +- repository <-- The .jar repository for jars used by Scarab. +- site - +- xdocs <-- xml files for maven site (misc documentation files, howtos etc) + +- xdocs <-- xml files for maven site (misc documentation files, howtos etc) </source> <p> Within the /src directory you find following subdirectories... ------------------------------------------------------ http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2957588