You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ws...@apache.org on 2008/12/14 19:52:21 UTC

svn commit: r726516 - /continuum/trunk/continuum-docs/src/site/apt/user_guides/managing_project/addProject.apt

Author: wsmoak
Date: Sun Dec 14 10:52:20 2008
New Revision: 726516

URL: http://svn.apache.org/viewvc?rev=726516&view=rev
Log:
Clarify that group level build defs will be added in addition to the templated build defs.

Modified:
    continuum/trunk/continuum-docs/src/site/apt/user_guides/managing_project/addProject.apt

Modified: continuum/trunk/continuum-docs/src/site/apt/user_guides/managing_project/addProject.apt
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/user_guides/managing_project/addProject.apt?rev=726516&r1=726515&r2=726516&view=diff
==============================================================================
--- continuum/trunk/continuum-docs/src/site/apt/user_guides/managing_project/addProject.apt (original)
+++ continuum/trunk/continuum-docs/src/site/apt/user_guides/managing_project/addProject.apt Sun Dec 14 10:52:20 2008
@@ -32,7 +32,9 @@
 
   By default, Continuum adds each sub-module POM as an individual Continuum Project. If you want to add only the root POM without sub-modules, check the "load only root as recursive build" field.
   
-  You can choose a Build Definition Template which will be applied to your project.
+  You can choose a Build Definition Template which will be applied to your project.  If you choose a Build Definition
+  Template, the build definitions from the template will be added in addition to any build definitions that are defined
+  at the project group level.
 
 * {Maven 1 project}