You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm-commits@maven.apache.org by be...@apache.org on 2008/08/07 02:56:02 UTC

svn commit: r683455 - in /maven/scm/trunk/maven-scm-providers: maven-scm-provider-clearcase/src/main/mdo/ maven-scm-provider-local/src/main/mdo/ maven-scm-provider-perforce/src/site/apt/ maven-scm-provider-starteam/src/main/mdo/ maven-scm-provider-vss/...

Author: bentmann
Date: Wed Aug  6 17:56:02 2008
New Revision: 683455

URL: http://svn.apache.org/viewvc?rev=683455&view=rev
Log:
o Set svn:eol-style=native

Modified:
    maven/scm/trunk/maven-scm-providers/maven-scm-provider-clearcase/src/main/mdo/clearcase-settings.mdo   (contents, props changed)
    maven/scm/trunk/maven-scm-providers/maven-scm-provider-local/src/main/mdo/maven-scm-local-metadata.mdo   (contents, props changed)
    maven/scm/trunk/maven-scm-providers/maven-scm-provider-perforce/src/site/apt/index.apt   (contents, props changed)
    maven/scm/trunk/maven-scm-providers/maven-scm-provider-starteam/src/main/mdo/starteam-settings.mdo   (contents, props changed)
    maven/scm/trunk/maven-scm-providers/maven-scm-provider-vss/src/main/mdo/vss-settings.mdo   (contents, props changed)
    maven/scm/trunk/maven-scm-providers/maven-scm-providers-cvs/maven-scm-provider-cvs-commons/src/main/mdo/cvs-settings.mdo   (contents, props changed)
    maven/scm/trunk/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-git-commons/src/main/mdo/git-settings.mdo   (contents, props changed)
    maven/scm/trunk/maven-scm-providers/maven-scm-providers-svn/maven-scm-provider-svn-commons/src/main/mdo/svn-settings.mdo   (contents, props changed)

Modified: maven/scm/trunk/maven-scm-providers/maven-scm-provider-clearcase/src/main/mdo/clearcase-settings.mdo
URL: http://svn.apache.org/viewvc/maven/scm/trunk/maven-scm-providers/maven-scm-provider-clearcase/src/main/mdo/clearcase-settings.mdo?rev=683455&r1=683454&r2=683455&view=diff
==============================================================================
--- maven/scm/trunk/maven-scm-providers/maven-scm-provider-clearcase/src/main/mdo/clearcase-settings.mdo (original)
+++ maven/scm/trunk/maven-scm-providers/maven-scm-provider-clearcase/src/main/mdo/clearcase-settings.mdo Wed Aug  6 17:56:02 2008
@@ -1,45 +1,45 @@
-<model>
-  <id>clearcase</id>
-  <name>Clearcase</name>
-  <description>Clearcase Provider Model.</description>
-  <defaults>
-    <default>
-      <key>package</key>
-      <value>org.apache.maven.scm.providers.clearcase.settings</value>
-    </default>
-  </defaults>
-
-  <classes>
-    <class rootElement="true" xml.tagName="clearcase-settings">
-      <name>Settings</name>
-      <version>1.0.0+</version>
-      <fields>
-        <field>
-          <name>viewstore</name>
-          <version>1.0.0+</version>
-          <type>String</type>
-          <description>Clearcase viewstore path</description>
-        </field>
-        <field>
-          <name>useVWSParameter</name>
-          <version>1.0.0+</version>
-          <type>boolean</type>
-          <defaultValue>true</defaultValue>
-          <description>Do you want to use vws parameter when clearcase provider run mkview?</description>
-        </field>
-        <field>
-          <name>clearcaseType</name>
-          <version>1.0.0+</version>
-          <type>String</type>
-          <description>Are you using ClearCase LT or UCM version ?</description>
-        </field>
-        <field>
-          <name>changelogUserFormat</name>
-          <version>1.1.0+</version>
-          <type>String</type>
-          <description>The format of the USER pattern in lhistory command. For example, it can be "-8.8"</description>
-        </field>
-      </fields>
-    </class>
-  </classes>
-</model>
+<model>
+  <id>clearcase</id>
+  <name>Clearcase</name>
+  <description>Clearcase Provider Model.</description>
+  <defaults>
+    <default>
+      <key>package</key>
+      <value>org.apache.maven.scm.providers.clearcase.settings</value>
+    </default>
+  </defaults>
+
+  <classes>
+    <class rootElement="true" xml.tagName="clearcase-settings">
+      <name>Settings</name>
+      <version>1.0.0+</version>
+      <fields>
+        <field>
+          <name>viewstore</name>
+          <version>1.0.0+</version>
+          <type>String</type>
+          <description>Clearcase viewstore path</description>
+        </field>
+        <field>
+          <name>useVWSParameter</name>
+          <version>1.0.0+</version>
+          <type>boolean</type>
+          <defaultValue>true</defaultValue>
+          <description>Do you want to use vws parameter when clearcase provider run mkview?</description>
+        </field>
+        <field>
+          <name>clearcaseType</name>
+          <version>1.0.0+</version>
+          <type>String</type>
+          <description>Are you using ClearCase LT or UCM version ?</description>
+        </field>
+        <field>
+          <name>changelogUserFormat</name>
+          <version>1.1.0+</version>
+          <type>String</type>
+          <description>The format of the USER pattern in lhistory command. For example, it can be "-8.8"</description>
+        </field>
+      </fields>
+    </class>
+  </classes>
+</model>

Propchange: maven/scm/trunk/maven-scm-providers/maven-scm-provider-clearcase/src/main/mdo/clearcase-settings.mdo
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: maven/scm/trunk/maven-scm-providers/maven-scm-provider-local/src/main/mdo/maven-scm-local-metadata.mdo
URL: http://svn.apache.org/viewvc/maven/scm/trunk/maven-scm-providers/maven-scm-provider-local/src/main/mdo/maven-scm-local-metadata.mdo?rev=683455&r1=683454&r2=683455&view=diff
==============================================================================
--- maven/scm/trunk/maven-scm-providers/maven-scm-provider-local/src/main/mdo/maven-scm-local-metadata.mdo (original)
+++ maven/scm/trunk/maven-scm-providers/maven-scm-provider-local/src/main/mdo/maven-scm-local-metadata.mdo Wed Aug  6 17:56:02 2008
@@ -1,29 +1,29 @@
-<model>
-  <id>maven-scm-local-metadata</id>
-  <name>LocalScmMetadata</name>
-  <description>Metadata for Maven SCM Local provider</description>
-  <defaults>
-    <default>
-      <key>package</key>
-      <value>org.apache.maven.scm.provider.local.metadata</value>
-    </default>
-  </defaults>
-
-  <classes>
-    <class rootElement="true" xml.tagName="localScmMetadata">
-      <name>LocalScmMetadata</name>
-      <version>1.0.0+</version>
-      <fields>
-        <field xml.listStyle="wrapped">
-          <name>repositoryFileNames</name>
-          <version>1.0.0+</version>
-          <association>
-             <type>String</type>
-             <multiplicity>*</multiplicity>
-          </association>
-          <description>The list of filenames contained in the repository during last checkout or update operation.</description>
-        </field>
-       </fields>
-    </class>
-  </classes>
-</model>
+<model>
+  <id>maven-scm-local-metadata</id>
+  <name>LocalScmMetadata</name>
+  <description>Metadata for Maven SCM Local provider</description>
+  <defaults>
+    <default>
+      <key>package</key>
+      <value>org.apache.maven.scm.provider.local.metadata</value>
+    </default>
+  </defaults>
+
+  <classes>
+    <class rootElement="true" xml.tagName="localScmMetadata">
+      <name>LocalScmMetadata</name>
+      <version>1.0.0+</version>
+      <fields>
+        <field xml.listStyle="wrapped">
+          <name>repositoryFileNames</name>
+          <version>1.0.0+</version>
+          <association>
+             <type>String</type>
+             <multiplicity>*</multiplicity>
+          </association>
+          <description>The list of filenames contained in the repository during last checkout or update operation.</description>
+        </field>
+       </fields>
+    </class>
+  </classes>
+</model>

Propchange: maven/scm/trunk/maven-scm-providers/maven-scm-provider-local/src/main/mdo/maven-scm-local-metadata.mdo
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: maven/scm/trunk/maven-scm-providers/maven-scm-provider-perforce/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/scm/trunk/maven-scm-providers/maven-scm-provider-perforce/src/site/apt/index.apt?rev=683455&r1=683454&r2=683455&view=diff
==============================================================================
--- maven/scm/trunk/maven-scm-providers/maven-scm-provider-perforce/src/site/apt/index.apt (original)
+++ maven/scm/trunk/maven-scm-providers/maven-scm-provider-perforce/src/site/apt/index.apt Wed Aug  6 17:56:02 2008
@@ -1,46 +1,46 @@
- --------------
- Maven Perforce SCM provider
- --------------
- Mike Perham
- --------------
- 01 December 2006
- --------------
-
-Maven Perforce SCM provider
-
- The Perforce provider acts as a "driver" between Maven's generic SCM API and the Perforce SCM system.
-
-Use Cases
-
- The provider must handle a number of different usecases:
-
- * Check out to a directory or update that source regularly as part of a build server (Continuum)
-
- * Label a source tree and check out that label to a temp directory (the release plugin)
-
- * Map a number of commands designed for CVS/SVN onto the (frequently) very different semantics provided by Perforce (the scm plugin)
-
-Details
-
- The main semantic issue faced by the provider is CVS/SVN's concept of a working copy versus Perforce's concept of a clientspec.  CVS/SVN allow the user to checkout any repository location to any local directory at will and tracks this by keeping metadata in a CVS/.svn directory.  Perforce instead uses a "clientspec" to track any number of repository locations and how they map onto the local filesystem.
-
- Consider the complications required just to check out source to a directory.  The provider cannot assume that it can modify the current or default clientspec so it needs to create a clientspec.  But since clientspecs are persistent it needs to know if it should delete the clientspec (the release plugin) or keep the clientspec around so it can be used to refresh the source tree in the future (build server).
-
- The provider uses a few system properties to control how it operates.
-
- * <<<maven.scm.perforce.clientspec.name>>> - Allows you to override the default name created by the provider.  By default the provider creates a clientspec with the name "<username>-<hostname>-MavenSCM-<localpath>" to ensure uniqueness and tracability.  If you want to use a pre-existing clientspec or conform to a corporate naming standard, you can just pass the name here and the provider will use it instead.  This property is most useful for scenarios where you want the clientspec to be retained, as with Continuum.
-
- * <<<maven.scm.persistcheckout>>> - Controls whether the Perforce provider will delete
- the clientspec once the operation is done.  In the case where we just want to check out a source tree to a temporary directory (like with the release plugin), we want this to be false since there is no reason to keep the clientspec around.  On the other hand, when used with Continuum, you want to remember the checkout so that repeated syncs take a minimum of time.  The default is false.
-
- * <<<maven.scm.locktag>>> - Controls whether the provider will lock the tag once it has been successfully created.  This is useful for the release plugin since the tag should be frozen based on a one-time release.  Defaults to true since none of the above usecases require a floating label.
-
-Troubleshooting
-
- * Under the covers, the provider just executes the <<<p4>>> command.  <<<p4>>> must be in your path.
- 
- * Make sure <<<p4 info>>> returns your correct information.
-
- * The provider does not login for you.  You must run <<<p4 login>>> before any Maven SCM commands will work.  If you need automated SCM operations (e.g. you are using Continuum on a build server), it is recommended that you use a special Perforce user whose login does not time out.
-
- * Ensure that your module has a valid SCM element and the depot path is correct.
+ --------------
+ Maven Perforce SCM provider
+ --------------
+ Mike Perham
+ --------------
+ 01 December 2006
+ --------------
+
+Maven Perforce SCM provider
+
+ The Perforce provider acts as a "driver" between Maven's generic SCM API and the Perforce SCM system.
+
+Use Cases
+
+ The provider must handle a number of different usecases:
+
+ * Check out to a directory or update that source regularly as part of a build server (Continuum)
+
+ * Label a source tree and check out that label to a temp directory (the release plugin)
+
+ * Map a number of commands designed for CVS/SVN onto the (frequently) very different semantics provided by Perforce (the scm plugin)
+
+Details
+
+ The main semantic issue faced by the provider is CVS/SVN's concept of a working copy versus Perforce's concept of a clientspec.  CVS/SVN allow the user to checkout any repository location to any local directory at will and tracks this by keeping metadata in a CVS/.svn directory.  Perforce instead uses a "clientspec" to track any number of repository locations and how they map onto the local filesystem.
+
+ Consider the complications required just to check out source to a directory.  The provider cannot assume that it can modify the current or default clientspec so it needs to create a clientspec.  But since clientspecs are persistent it needs to know if it should delete the clientspec (the release plugin) or keep the clientspec around so it can be used to refresh the source tree in the future (build server).
+
+ The provider uses a few system properties to control how it operates.
+
+ * <<<maven.scm.perforce.clientspec.name>>> - Allows you to override the default name created by the provider.  By default the provider creates a clientspec with the name "<username>-<hostname>-MavenSCM-<localpath>" to ensure uniqueness and tracability.  If you want to use a pre-existing clientspec or conform to a corporate naming standard, you can just pass the name here and the provider will use it instead.  This property is most useful for scenarios where you want the clientspec to be retained, as with Continuum.
+
+ * <<<maven.scm.persistcheckout>>> - Controls whether the Perforce provider will delete
+ the clientspec once the operation is done.  In the case where we just want to check out a source tree to a temporary directory (like with the release plugin), we want this to be false since there is no reason to keep the clientspec around.  On the other hand, when used with Continuum, you want to remember the checkout so that repeated syncs take a minimum of time.  The default is false.
+
+ * <<<maven.scm.locktag>>> - Controls whether the provider will lock the tag once it has been successfully created.  This is useful for the release plugin since the tag should be frozen based on a one-time release.  Defaults to true since none of the above usecases require a floating label.
+
+Troubleshooting
+
+ * Under the covers, the provider just executes the <<<p4>>> command.  <<<p4>>> must be in your path.
+ 
+ * Make sure <<<p4 info>>> returns your correct information.
+
+ * The provider does not login for you.  You must run <<<p4 login>>> before any Maven SCM commands will work.  If you need automated SCM operations (e.g. you are using Continuum on a build server), it is recommended that you use a special Perforce user whose login does not time out.
+
+ * Ensure that your module has a valid SCM element and the depot path is correct.

Propchange: maven/scm/trunk/maven-scm-providers/maven-scm-provider-perforce/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: maven/scm/trunk/maven-scm-providers/maven-scm-provider-starteam/src/main/mdo/starteam-settings.mdo
URL: http://svn.apache.org/viewvc/maven/scm/trunk/maven-scm-providers/maven-scm-provider-starteam/src/main/mdo/starteam-settings.mdo?rev=683455&r1=683454&r2=683455&view=diff
==============================================================================
--- maven/scm/trunk/maven-scm-providers/maven-scm-provider-starteam/src/main/mdo/starteam-settings.mdo (original)
+++ maven/scm/trunk/maven-scm-providers/maven-scm-provider-starteam/src/main/mdo/starteam-settings.mdo Wed Aug  6 17:56:02 2008
@@ -1,34 +1,34 @@
-<model>
-  <id>starteam</id>
-  <name>Starteam</name>
-  <description>Starteam Provider Model.</description>
-  <defaults>
-    <default>
-      <key>package</key>
-      <value>org.apache.maven.scm.providers.starteam.settings</value>
-    </default>
-  </defaults>
-
-  <classes>
-    <class rootElement="true" xml.tagName="starteam-settings">
-      <name>Settings</name>
-      <version>1.0.0+</version>
-      <fields>
-        <field>
-          <name>compressionEnable</name>
-          <version>1.0.0+</version>
-          <type>boolean</type>
-          <defaultValue>false</defaultValue>
-          <description>Enable compression in all stdcmd</description>
-        </field>
-        <field>
-          <name>eol</name>
-          <version>1.0.0+</version>
-          <type>String</type>
-          <defaultValue>on</defaultValue>
-          <description>EOL setting in all applicable stdcmd</description>
-        </field>
-      </fields>
-    </class>
-  </classes>
-</model>
+<model>
+  <id>starteam</id>
+  <name>Starteam</name>
+  <description>Starteam Provider Model.</description>
+  <defaults>
+    <default>
+      <key>package</key>
+      <value>org.apache.maven.scm.providers.starteam.settings</value>
+    </default>
+  </defaults>
+
+  <classes>
+    <class rootElement="true" xml.tagName="starteam-settings">
+      <name>Settings</name>
+      <version>1.0.0+</version>
+      <fields>
+        <field>
+          <name>compressionEnable</name>
+          <version>1.0.0+</version>
+          <type>boolean</type>
+          <defaultValue>false</defaultValue>
+          <description>Enable compression in all stdcmd</description>
+        </field>
+        <field>
+          <name>eol</name>
+          <version>1.0.0+</version>
+          <type>String</type>
+          <defaultValue>on</defaultValue>
+          <description>EOL setting in all applicable stdcmd</description>
+        </field>
+      </fields>
+    </class>
+  </classes>
+</model>

Propchange: maven/scm/trunk/maven-scm-providers/maven-scm-provider-starteam/src/main/mdo/starteam-settings.mdo
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: maven/scm/trunk/maven-scm-providers/maven-scm-provider-vss/src/main/mdo/vss-settings.mdo
URL: http://svn.apache.org/viewvc/maven/scm/trunk/maven-scm-providers/maven-scm-provider-vss/src/main/mdo/vss-settings.mdo?rev=683455&r1=683454&r2=683455&view=diff
==============================================================================
--- maven/scm/trunk/maven-scm-providers/maven-scm-provider-vss/src/main/mdo/vss-settings.mdo (original)
+++ maven/scm/trunk/maven-scm-providers/maven-scm-provider-vss/src/main/mdo/vss-settings.mdo Wed Aug  6 17:56:02 2008
@@ -1,26 +1,26 @@
-<model>
-  <id>vss</id>
-  <name>Vss</name>
-  <description>VSS Provider Model.</description>
-  <defaults>
-    <default>
-      <key>package</key>
-      <value>org.apache.maven.scm.providers.vss.settings</value>
-    </default>
-  </defaults>
-
-  <classes>
-    <class rootElement="true" xml.tagName="vss-settings">
-      <name>Settings</name>
-      <version>1.0.0+</version>
-      <fields>
-        <field>
-          <name>vssDirectory</name>
-          <version>1.0.0+</version>
-          <type>String</type>
-          <description>Visual Source Safe path</description>
-        </field>
-      </fields>
-    </class>
-  </classes>
-</model>
+<model>
+  <id>vss</id>
+  <name>Vss</name>
+  <description>VSS Provider Model.</description>
+  <defaults>
+    <default>
+      <key>package</key>
+      <value>org.apache.maven.scm.providers.vss.settings</value>
+    </default>
+  </defaults>
+
+  <classes>
+    <class rootElement="true" xml.tagName="vss-settings">
+      <name>Settings</name>
+      <version>1.0.0+</version>
+      <fields>
+        <field>
+          <name>vssDirectory</name>
+          <version>1.0.0+</version>
+          <type>String</type>
+          <description>Visual Source Safe path</description>
+        </field>
+      </fields>
+    </class>
+  </classes>
+</model>

Propchange: maven/scm/trunk/maven-scm-providers/maven-scm-provider-vss/src/main/mdo/vss-settings.mdo
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: maven/scm/trunk/maven-scm-providers/maven-scm-providers-cvs/maven-scm-provider-cvs-commons/src/main/mdo/cvs-settings.mdo
URL: http://svn.apache.org/viewvc/maven/scm/trunk/maven-scm-providers/maven-scm-providers-cvs/maven-scm-provider-cvs-commons/src/main/mdo/cvs-settings.mdo?rev=683455&r1=683454&r2=683455&view=diff
==============================================================================
--- maven/scm/trunk/maven-scm-providers/maven-scm-providers-cvs/maven-scm-provider-cvs-commons/src/main/mdo/cvs-settings.mdo (original)
+++ maven/scm/trunk/maven-scm-providers/maven-scm-providers-cvs/maven-scm-provider-cvs-commons/src/main/mdo/cvs-settings.mdo Wed Aug  6 17:56:02 2008
@@ -1,76 +1,76 @@
-<model>
-  <id>cvs</id>
-  <name>Cvs</name>
-  <description>CVS Provider Model.</description>
-  <defaults>
-    <default>
-      <key>package</key>
-      <value>org.apache.maven.scm.providers.cvslib.settings</value>
-    </default>
-  </defaults>
-
-  <classes>
-    <class rootElement="true" xml.tagName="cvs-settings">
-      <name>Settings</name>
-      <version>1.0.0+</version>
-      <fields>
-        <field>
-          <name>changeLogCommandDateFormat</name>
-          <version>1.0.0+</version>
-          <type>String</type>
-          <defaultValue>yyyy-MM-dd HH:mm:ssZ</defaultValue>
-          <description><![CDATA[
-             Date format allowed by changelog command.
-          ]]></description>
-        </field>
-        <field>
-          <name>useCvsrc</name>
-          <version>1.0.0+</version>
-          <type>boolean</type>
-          <defaultValue>false</defaultValue>
-          <description><![CDATA[
-             Do you want to use .cvsrc file?
-          ]]></description>
-        </field>
-        <field>
-          <name>compressionLevel</name>
-          <version>1.0.0+</version>
-          <type>int</type>
-          <defaultValue>3</defaultValue>
-          <description><![CDATA[
-             Sets the compression level on communications with the server? If you don't want to use compression, set it to 0.
-          ]]></description>
-        </field>
-        <field>
-          <name>traceCvsCommand</name>
-          <version>1.0.0+</version>
-          <type>boolean</type>
-          <defaultValue>false</defaultValue>
-          <description><![CDATA[
-             Traces the execution of a CVS command.
-          ]]></description>
-        </field>
-        <field>
-          <name>temporaryFilesDirectory</name>
-          <version>1.0.0+</version>
-          <type>String</type>
-          <description><![CDATA[
-             Stores any temporary files in DIR instead of wherever CVS normally puts them (specifically, this overrides the value of the $TMPDIR environment variable, if any exists). It should be an absolute path.
-          ]]></description>
-        </field>
-        <field>
-          <name>cvsVariables</name>
-          <version>1.0.0+</version>
-          <description><![CDATA[
-             This sets internal CVS variables
-          ]]></description>
-          <type>Properties</type>
-          <association xml.mapStyle="inline">
-            <type>String</type>
-            <multiplicity>*</multiplicity>
-          </association>
-        </field>
-      </fields>
-    </class>
-  </classes>
-</model>
+<model>
+  <id>cvs</id>
+  <name>Cvs</name>
+  <description>CVS Provider Model.</description>
+  <defaults>
+    <default>
+      <key>package</key>
+      <value>org.apache.maven.scm.providers.cvslib.settings</value>
+    </default>
+  </defaults>
+
+  <classes>
+    <class rootElement="true" xml.tagName="cvs-settings">
+      <name>Settings</name>
+      <version>1.0.0+</version>
+      <fields>
+        <field>
+          <name>changeLogCommandDateFormat</name>
+          <version>1.0.0+</version>
+          <type>String</type>
+          <defaultValue>yyyy-MM-dd HH:mm:ssZ</defaultValue>
+          <description><![CDATA[
+             Date format allowed by changelog command.
+          ]]></description>
+        </field>
+        <field>
+          <name>useCvsrc</name>
+          <version>1.0.0+</version>
+          <type>boolean</type>
+          <defaultValue>false</defaultValue>
+          <description><![CDATA[
+             Do you want to use .cvsrc file?
+          ]]></description>
+        </field>
+        <field>
+          <name>compressionLevel</name>
+          <version>1.0.0+</version>
+          <type>int</type>
+          <defaultValue>3</defaultValue>
+          <description><![CDATA[
+             Sets the compression level on communications with the server? If you don't want to use compression, set it to 0.
+          ]]></description>
+        </field>
+        <field>
+          <name>traceCvsCommand</name>
+          <version>1.0.0+</version>
+          <type>boolean</type>
+          <defaultValue>false</defaultValue>
+          <description><![CDATA[
+             Traces the execution of a CVS command.
+          ]]></description>
+        </field>
+        <field>
+          <name>temporaryFilesDirectory</name>
+          <version>1.0.0+</version>
+          <type>String</type>
+          <description><![CDATA[
+             Stores any temporary files in DIR instead of wherever CVS normally puts them (specifically, this overrides the value of the $TMPDIR environment variable, if any exists). It should be an absolute path.
+          ]]></description>
+        </field>
+        <field>
+          <name>cvsVariables</name>
+          <version>1.0.0+</version>
+          <description><![CDATA[
+             This sets internal CVS variables
+          ]]></description>
+          <type>Properties</type>
+          <association xml.mapStyle="inline">
+            <type>String</type>
+            <multiplicity>*</multiplicity>
+          </association>
+        </field>
+      </fields>
+    </class>
+  </classes>
+</model>

Propchange: maven/scm/trunk/maven-scm-providers/maven-scm-providers-cvs/maven-scm-provider-cvs-commons/src/main/mdo/cvs-settings.mdo
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: maven/scm/trunk/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-git-commons/src/main/mdo/git-settings.mdo
URL: http://svn.apache.org/viewvc/maven/scm/trunk/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-git-commons/src/main/mdo/git-settings.mdo?rev=683455&r1=683454&r2=683455&view=diff
==============================================================================
--- maven/scm/trunk/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-git-commons/src/main/mdo/git-settings.mdo (original)
+++ maven/scm/trunk/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-git-commons/src/main/mdo/git-settings.mdo Wed Aug  6 17:56:02 2008
@@ -1,39 +1,39 @@
-<model>
-  <id>git</id>
-  <name>Git</name>
-  <description>git Provider Model.</description>
-  <defaults>
-    <default>
-      <key>package</key>
-      <value>org.apache.maven.scm.providers.gitlib.settings</value>
-    </default>
-  </defaults>
-
-  <classes>
-    <class rootElement="true" xml.tagName="git-settings">
-      <name>Settings</name>
-      <version>1.0.0+</version>
-      <fields>
-        <field>
-          <name>revParseDateFormat</name>
-          <version>1.0.0+</version>
-          <type>String</type>
-          <defaultValue>yyyy-MM-dd HH:mm:ss</defaultValue>
-          <description><![CDATA[
-             git format allowed by changelog command.
-          ]]></description>
-        </field>
-        <field>
-          <name>traceGitCommand</name>
-          <version>1.0.0+</version>
-          <type>String</type>
-          <defaultValue></defaultValue>
-          <description><![CDATA[
-             Traces the execution of a git command.
-             could be 1,2, true or a file location
-          ]]></description>
-        </field>
-      </fields>
-    </class>
-  </classes>
-</model>
+<model>
+  <id>git</id>
+  <name>Git</name>
+  <description>git Provider Model.</description>
+  <defaults>
+    <default>
+      <key>package</key>
+      <value>org.apache.maven.scm.providers.gitlib.settings</value>
+    </default>
+  </defaults>
+
+  <classes>
+    <class rootElement="true" xml.tagName="git-settings">
+      <name>Settings</name>
+      <version>1.0.0+</version>
+      <fields>
+        <field>
+          <name>revParseDateFormat</name>
+          <version>1.0.0+</version>
+          <type>String</type>
+          <defaultValue>yyyy-MM-dd HH:mm:ss</defaultValue>
+          <description><![CDATA[
+             git format allowed by changelog command.
+          ]]></description>
+        </field>
+        <field>
+          <name>traceGitCommand</name>
+          <version>1.0.0+</version>
+          <type>String</type>
+          <defaultValue></defaultValue>
+          <description><![CDATA[
+             Traces the execution of a git command.
+             could be 1,2, true or a file location
+          ]]></description>
+        </field>
+      </fields>
+    </class>
+  </classes>
+</model>

Propchange: maven/scm/trunk/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-git-commons/src/main/mdo/git-settings.mdo
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: maven/scm/trunk/maven-scm-providers/maven-scm-providers-svn/maven-scm-provider-svn-commons/src/main/mdo/svn-settings.mdo
URL: http://svn.apache.org/viewvc/maven/scm/trunk/maven-scm-providers/maven-scm-providers-svn/maven-scm-provider-svn-commons/src/main/mdo/svn-settings.mdo?rev=683455&r1=683454&r2=683455&view=diff
==============================================================================
--- maven/scm/trunk/maven-scm-providers/maven-scm-providers-svn/maven-scm-provider-svn-commons/src/main/mdo/svn-settings.mdo (original)
+++ maven/scm/trunk/maven-scm-providers/maven-scm-providers-svn/maven-scm-provider-svn-commons/src/main/mdo/svn-settings.mdo Wed Aug  6 17:56:02 2008
@@ -1,46 +1,46 @@
-<model>
-  <id>svn</id>
-  <name>Svn</name>
-  <description>SVN Provider Model.</description>
-  <defaults>
-    <default>
-      <key>package</key>
-      <value>org.apache.maven.scm.providers.svn.settings</value>
-    </default>
-  </defaults>
-
-  <classes>
-    <class rootElement="true" xml.tagName="svn-settings">
-      <name>Settings</name>
-      <version>1.0.0+</version>
-      <fields>
-        <field>
-          <name>configDirectory</name>
-          <version>1.0.0+</version>
-          <type>String</type>
-          <description><![CDATA[
-             Instructs Subversion to read configuration information from the specified directory instead of the default location.
-          ]]></description>
-        </field>
-        <field>
-          <name>useCygwinPath</name>
-          <version>1.1.0+</version>
-          <type>boolean</type>
-          <defaultValue>false</defaultValue>
-          <description><![CDATA[
-             Must be true if svn is a cygwin svn command.
-          ]]></description>
-        </field>
-        <field>
-          <name>cygwinMountPath</name>
-          <version>1.1.0+</version>
-          <type>String</type>
-          <defaultValue>/cygwin</defaultValue>
-          <description><![CDATA[
-             The cygwin mount path. The default value is '/cygwin'.
-          ]]></description>
-        </field>
-      </fields>
-    </class>
-  </classes>
-</model>
+<model>
+  <id>svn</id>
+  <name>Svn</name>
+  <description>SVN Provider Model.</description>
+  <defaults>
+    <default>
+      <key>package</key>
+      <value>org.apache.maven.scm.providers.svn.settings</value>
+    </default>
+  </defaults>
+
+  <classes>
+    <class rootElement="true" xml.tagName="svn-settings">
+      <name>Settings</name>
+      <version>1.0.0+</version>
+      <fields>
+        <field>
+          <name>configDirectory</name>
+          <version>1.0.0+</version>
+          <type>String</type>
+          <description><![CDATA[
+             Instructs Subversion to read configuration information from the specified directory instead of the default location.
+          ]]></description>
+        </field>
+        <field>
+          <name>useCygwinPath</name>
+          <version>1.1.0+</version>
+          <type>boolean</type>
+          <defaultValue>false</defaultValue>
+          <description><![CDATA[
+             Must be true if svn is a cygwin svn command.
+          ]]></description>
+        </field>
+        <field>
+          <name>cygwinMountPath</name>
+          <version>1.1.0+</version>
+          <type>String</type>
+          <defaultValue>/cygwin</defaultValue>
+          <description><![CDATA[
+             The cygwin mount path. The default value is '/cygwin'.
+          ]]></description>
+        </field>
+      </fields>
+    </class>
+  </classes>
+</model>

Propchange: maven/scm/trunk/maven-scm-providers/maven-scm-providers-svn/maven-scm-provider-svn-commons/src/main/mdo/svn-settings.mdo
------------------------------------------------------------------------------
    svn:eol-style = native