You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by tr...@apache.org on 2005/05/17 10:35:50 UTC

svn commit: r170550 - in /directory/network/branches/0.7: project.xml xdocs/getting_started.xml

Author: trustin
Date: Tue May 17 01:35:49 2005
New Revision: 170550

URL: http://svn.apache.org/viewcvs?rev=170550&view=rev
Log:
* Disabled EMMA report temporarilly
* Fixed: wrong SVN pointers


Modified:
    directory/network/branches/0.7/project.xml
    directory/network/branches/0.7/xdocs/getting_started.xml

Modified: directory/network/branches/0.7/project.xml
URL: http://svn.apache.org/viewcvs/directory/network/branches/0.7/project.xml?rev=170550&r1=170549&r2=170550&view=diff
==============================================================================
--- directory/network/branches/0.7/project.xml (original)
+++ directory/network/branches/0.7/project.xml Tue May 17 01:35:49 2005
@@ -24,13 +24,13 @@
 
   <repository>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/directory:network/trunk
+      scm:svn:http://svn.apache.org/repos/asf/directory:network/branches/0.7
     </connection>
     <url>
-      http://svn.apache.org/viewcvs.cgi/directory/network/trunk/?root=Apache-SVN
+      http://svn.apache.org/viewcvs.cgi/directory/network/branches/0.7/?root=Apache-SVN
     </url>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/directory:network/trunk
+      scm:svn:https://svn.apache.org/repos/asf/directory:network/branches/0.7
     </developerConnection>
   </repository>
 
@@ -154,7 +154,9 @@
     <report>maven-changes-plugin</report>
     <report>maven-jxr-plugin</report>
     <report>maven-junit-report-plugin</report>
+    <!-- Test fails if enabled.
     <report>maven-emma-plugin</report>
+    -->
     <report>maven-jdepend-plugin</report>
     <report>maven-simian-plugin</report>
     <report>maven-tasklist-plugin</report>

Modified: directory/network/branches/0.7/xdocs/getting_started.xml
URL: http://svn.apache.org/viewcvs/directory/network/branches/0.7/xdocs/getting_started.xml?rev=170550&r1=170549&r2=170550&view=diff
==============================================================================
--- directory/network/branches/0.7/xdocs/getting_started.xml (original)
+++ directory/network/branches/0.7/xdocs/getting_started.xml Tue May 17 01:35:49 2005
@@ -60,7 +60,7 @@
         <p>
           Source code:
 <source>
-$ svn co https://svn.apache.org/repos/asf/directory/network/trunk mina
+$ svn co https://svn.apache.org/repos/asf/directory/network/branches/0.7 mina
 $ cd mina
 $ maven jar     # Build JAR
 $ maven site    # Generate documentation