Author: bodewig Date: Tue Jun 2 10:15:49 2009 New Revision: 780996 URL: http://svn.apache.org/viewvc?rev=780996&view=rev Log: document support for darcs, bzr and hg Modified: gump/trunk/src/documentation/content/xdocs/metadata/module.xml gump/trunk/src/documentation/content/xdocs/metadata/repository.xml Modified: gump/trunk/src/documentation/content/xdocs/metadata/module.xml URL: http://svn.apache.org/viewvc/gump/trunk/src/documentation/content/xdocs/metadata/module.xml?rev=780996&r1=780995&r2=780996&view=diff ============================================================================== --- gump/trunk/src/documentation/content/xdocs/metadata/module.xml (original) +++ gump/trunk/src/documentation/content/xdocs/metadata/module.xml Tue Jun 2 10:15:49 2009 @@ -213,7 +213,91 @@
References the + darcs repository in + which this project resides. May also contain various + overrides.
+ +Attribute | +Description | +Required? | +
---|---|---|
repository | +The name of the repository in which this module resides. | +Yes | +
dir | +The subdirectory in which the darcs module is present. + Useful for repositories which organize related modules into + directories. | +No | +
References the + Bazaar repository in + which this project resides. May also contain various + overrides.
+ +Attribute | +Description | +Required? | +
---|---|---|
repository | +The name of the repository in which this module resides. | +Yes | +
dir | +The subdirectory in which the bzr module is present. + Useful for repositories which organize related modules into + directories. | +No | +
References the + Mercurial repository in + which this project resides. May also contain various + overrides.
+ +Attribute | +Description | +Required? | +|||
---|---|---|---|---|---|
repository | +The name of the repository in which this module resides. | +Yes | +|||
dir | +The subdirectory in which the hg module is present. Useful for repositories which organize related modules into directories. | No | Modified: gump/trunk/src/documentation/content/xdocs/metadata/repository.xml URL: http://svn.apache.org/viewvc/gump/trunk/src/documentation/content/xdocs/metadata/repository.xml?rev=780996&r1=780995&r2=780996&view=diff ============================================================================== --- gump/trunk/src/documentation/content/xdocs/metadata/repository.xml (original) +++ gump/trunk/src/documentation/content/xdocs/metadata/repository.xml Tue Jun 2 10:15:49 2009 @@ -45,7 +45,8 @@type | Type of repository. | cvs, svn, jars, - p4, git currently + p4, git, darcs, + bzr, hg currently supported. |
This is the base URL for all modules that reside within this repository. The module's - <git dir attribute if appended to - this base url. | + <git|darcs|bzr|hg dir attribute is + appended to this base url if present.Yes |