Author: struberg
Date: Sat Aug 29 09:31:45 2009
New Revision: 809106

URL: http://svn.apache.org/viewvc?rev=809106&view=rev
Log:
[SCM-461] add TFS documentation to the maven-scm site

Added:
    maven/scm/trunk/src/site/apt/tfs.apt   (with props)
Modified:
    maven/scm/trunk/src/site/apt/scms-overview.apt
    maven/scm/trunk/src/site/site.xml
    maven/scm/trunk/src/site/xdoc/matrix.xml

Modified: maven/scm/trunk/src/site/apt/scms-overview.apt
URL: 
http://svn.apache.org/viewvc/maven/scm/trunk/src/site/apt/scms-overview.apt?rev=809106&r1=809105&r2=809106&view=diff
==============================================================================
--- maven/scm/trunk/src/site/apt/scms-overview.apt (original)
+++ maven/scm/trunk/src/site/apt/scms-overview.apt Sat Aug 29 09:31:45 2009
@@ -58,6 +58,8 @@
 
   * {{{vss.html}Visual Source Safe}}
 
+  * {{{tfs.html}Team Foundation Server}}
+
 * Not implemented SCM's
 
     This is a list of all the known SCM's that are not implemented currently.

Added: maven/scm/trunk/src/site/apt/tfs.apt
URL: 
http://svn.apache.org/viewvc/maven/scm/trunk/src/site/apt/tfs.apt?rev=809106&view=auto
==============================================================================
--- maven/scm/trunk/src/site/apt/tfs.apt (added)
+++ maven/scm/trunk/src/site/apt/tfs.apt Sat Aug 29 09:31:45 2009
@@ -0,0 +1,50 @@
+ ------
+ SCM Implementation: TFS - Team Foundation Server
+ ------
+Mark Struberg
+ ------
+ 2009-08-24
+ ------
+
+~~ Licensed to the Apache Software Foundation (ASF) under one
+~~ or more contributor license agreements.  See the NOTICE file
+~~ distributed with this work for additional information
+~~ regarding copyright ownership.  The ASF licenses this file
+~~ to you under the Apache License, Version 2.0 (the
+~~ "License"); you may not use this file except in compliance
+~~ with the License.  You may obtain a copy of the License at
+~~
+~~   http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~ Unless required by applicable law or agreed to in writing,
+~~ software distributed under the License is distributed on an
+~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~ KIND, either express or implied.  See the License for the
+~~ specific language governing permissions and limitations
+~~ under the License.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
+SCM Implementation: TFS - Team Foundation Server
+
+* General Info
+
+    Link : 
{{http://www.microsoft.com/germany/visualstudio/products/team-system/}}
+
+    License : Commercial
+
+* SCM Url
+
+    For all URLs below, we use a colon (:) as separator. If you use a colon 
for one of the variables (e.g. a windows path), then use a pipe (|) as 
separator.
+
+-------
+scm:tfs:[[domain\\]username[;passwo...@]http[s]://server_name[:port]:workspace:$/TeamProject/Path/To/Project
+-------
+
+* Examples
+
+-------
+scm:tfs:https://tfs10.codeplex.com:/maventest/ExampleProject
+-------
+

Propchange: maven/scm/trunk/src/site/apt/tfs.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/scm/trunk/src/site/apt/tfs.apt
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: maven/scm/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/scm/trunk/src/site/site.xml?rev=809106&r1=809105&r2=809106&view=diff
==============================================================================
--- maven/scm/trunk/src/site/site.xml (original)
+++ maven/scm/trunk/src/site/site.xml Sat Aug 29 09:31:45 2009
@@ -49,6 +49,7 @@
         <item name="StarTeam" href="/starteam.html"/>
         <item name="Subversion" href="/subversion.html"/>
         <item name="Visual Source Safe" href="/vss.html"/>
+        <item name="Team Foundation Server" href="/tfs.html"/>
       </item>
       <item name="Guides" href="/guide/index.html" collapse="true">
         <item name="How to use Maven-SCM in my application" 
href="/guide/usage.html"/>

Modified: maven/scm/trunk/src/site/xdoc/matrix.xml
URL: 
http://svn.apache.org/viewvc/maven/scm/trunk/src/site/xdoc/matrix.xml?rev=809106&r1=809105&r2=809106&view=diff
==============================================================================
--- maven/scm/trunk/src/site/xdoc/matrix.xml (original)
+++ maven/scm/trunk/src/site/xdoc/matrix.xml Sat Aug 29 09:31:45 2009
@@ -458,6 +458,57 @@
             </td>
           </tr>
           <tr>
+            <td> Microsoft TFS </td>
+            <td>
+              <img src="./images/check.gif" />
+            </td>
+            <td>
+              <img src="./images/check.gif" />
+            </td>
+            <td>
+              <img src="./images/check.gif" />
+            </td>
+            <td>
+              <img src="./images/check.gif" />
+            </td>
+            <td>
+              <img src="./images/check.gif" />
+            </td>
+            <td>
+              <img src="./images/error.gif" />
+            </td>
+            <td>
+              <img src="./images/check.gif" />
+            </td>
+            <td>
+              <img src="./images/error.gif" />
+            </td>
+            <td>
+              <img src="./images/error.gif" />
+            </td>
+            <td>
+              <img src="./images/forbidden.gif" />
+            </td>
+            <td>
+              <img src="./images/error.gif" />
+            </td>
+            <td>
+              <img src="./images/error.gif" />
+            </td>
+            <td>
+              <img src="./images/check.gif" />
+            </td>
+            <td>
+              <img src="./images/check.gif" />
+            </td>
+            <td>
+              <img src="./images/check.gif" />
+            </td>
+            <td>
+              <img src="./images/error.gif" />
+            </td>
+          </tr>
+          <tr>
             <td> Microsoft VSS </td>
             <td>
               <img src="./images/check.gif" />


Reply via email to