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 2006/07/06 10:18:11 UTC

svn commit: r419484 - in /directory/branches/mina/0.8: ./ project.properties project.xml

Author: trustin
Date: Thu Jul  6 01:18:11 2006
New Revision: 419484

URL: http://svn.apache.org/viewvc?rev=419484&view=rev
Log:
* Added more Eclipse setting files to svn:ignore
* Fixed build errors due to the recent changes in minotaur
* Upgraded SLF4J to 1.0.1

Modified:
    directory/branches/mina/0.8/   (props changed)
    directory/branches/mina/0.8/project.properties
    directory/branches/mina/0.8/project.xml

Propchange: directory/branches/mina/0.8/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Jul  6 01:18:11 2006
@@ -6,3 +6,4 @@
 *.ipr
 *.log
 bin
+.settings

Modified: directory/branches/mina/0.8/project.properties
URL: http://svn.apache.org/viewvc/directory/branches/mina/0.8/project.properties?rev=419484&r1=419483&r2=419484&view=diff
==============================================================================
--- directory/branches/mina/0.8/project.properties (original)
+++ directory/branches/mina/0.8/project.properties Thu Jul  6 01:18:11 2006
@@ -3,10 +3,10 @@
 maven.xdoc.includeProjectDocumentation=yes
 maven.xdoc.poweredby.image=
 
-maven.repo.remote=http://cvs.apache.org/repository, http://www.ibiblio.org/maven/, http://mirrors.sunsite.dk/maven
+maven.repo.remote=http://www.ibiblio.org/maven/, http://mirrors.sunsite.dk/maven
 
 maven.repo.list=apachecvs
-maven.repo.apachecvs=scp://cvs.apache.org
+maven.repo.apachecvs=scp://people.apache.org
 maven.repo.apachecvs.directory=/www/cvs.apache.org/repository
 maven.repo.apachecvs.group=apcvs
 

Modified: directory/branches/mina/0.8/project.xml
URL: http://svn.apache.org/viewvc/directory/branches/mina/0.8/project.xml?rev=419484&r1=419483&r2=419484&view=diff
==============================================================================
--- directory/branches/mina/0.8/project.xml (original)
+++ directory/branches/mina/0.8/project.xml Thu Jul  6 01:18:11 2006
@@ -14,7 +14,7 @@
   <issueTrackingUrl>
     http://issues.apache.org/jira/
   </issueTrackingUrl>
-  <siteAddress>minotaur.apache.org</siteAddress>
+  <siteAddress>people.apache.org</siteAddress>
   <siteDirectory>
     /www/directory.apache.org/subprojects/network/branches/0.8
   </siteDirectory>
@@ -93,7 +93,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.0-beta9</version>
+      <version>1.0.1</version>
       <url>http://www.slf4j.org/</url>
     </dependency>
 
@@ -115,21 +115,6 @@
       <url>http://junit.org/</url>
     </dependency>
 
-    <dependency>
-      <groupId>emma</groupId>
-      <artifactId>emma</artifactId>
-      <version>2.0.latest</version>
-      <url>http://emma.sourceforge.net/</url>
-    </dependency>
-
-    <dependency>
-      <groupId>emma</groupId>
-      <artifactId>maven-emma-plugin</artifactId>
-      <version>0.4</version>
-      <url>http://emma.sourceforge.net/</url>
-      <type>plugin</type>
-    </dependency>
-
   </dependencies>
 
 
@@ -179,7 +164,6 @@
     <report>maven-changes-plugin</report>
     <report>maven-jxr-plugin</report>
     <report>maven-junit-report-plugin</report>
-    <report>maven-emma-plugin</report>
     <report>maven-jdepend-plugin</report>
     <report>maven-simian-plugin</report>
     <report>maven-tasklist-plugin</report>