You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2005/04/19 19:52:45 UTC

svn commit: r161935 - in incubator/jackrabbit/trunk/contrib/jcr-rmi: project.properties project.xml src/test/org/apache/jackrabbit/test/rmi/TestAll.java

Author: jukka
Date: Tue Apr 19 10:52:45 2005
New Revision: 161935

URL: http://svn.apache.org/viewcvs?view=rev&rev=161935
Log:
JCR-RMI: Simple Maven cleanups.

Removed:
    incubator/jackrabbit/trunk/contrib/jcr-rmi/src/test/org/apache/jackrabbit/test/rmi/TestAll.java
Modified:
    incubator/jackrabbit/trunk/contrib/jcr-rmi/project.properties
    incubator/jackrabbit/trunk/contrib/jcr-rmi/project.xml

Modified: incubator/jackrabbit/trunk/contrib/jcr-rmi/project.properties
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/jcr-rmi/project.properties?view=diff&r1=161934&r2=161935
==============================================================================
--- incubator/jackrabbit/trunk/contrib/jcr-rmi/project.properties (original)
+++ incubator/jackrabbit/trunk/contrib/jcr-rmi/project.properties Tue Apr 19 10:52:45 2005
@@ -1,3 +1,3 @@
-maven.javadoc.links=http://java.sun.com/j2se/1.4.2/docs/api/,http://www.day.com/maven/jsr170/javadocs/jcr-0.16.1-pfd/
+maven.javadoc.links=http://java.sun.com/j2se/1.4.2/docs/api/,http://www.day.com/maven/jsr170/javadocs/jcr-0.16.4/
 maven.repo.remote=http://www.ibiblio.org/maven/,http://www.day.com/maven/
 maven.checkstyle.properties=checkstyle.xml

Modified: incubator/jackrabbit/trunk/contrib/jcr-rmi/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/jcr-rmi/project.xml?view=diff&r1=161934&r2=161935
==============================================================================
--- incubator/jackrabbit/trunk/contrib/jcr-rmi/project.xml (original)
+++ incubator/jackrabbit/trunk/contrib/jcr-rmi/project.xml Tue Apr 19 10:52:45 2005
@@ -18,7 +18,7 @@
   -->
 
 <project>
-  <pomVersion>2</pomVersion>
+  <pomVersion>3</pomVersion>
   <id>jcr-rmi</id>
   <name>JCR-RMI</name>
   <currentVersion>0.16.4</currentVersion>
@@ -33,7 +33,7 @@
     Jackrabbit project, the JCR-RMI layer is independent of the underlying
     JCR repository implementation.
   </description>
-  <shortDescription>Transparent RMI layer for the JCR API.</shortDescription>
+  <shortDescription>Transparent RMI layer for the JCR API</shortDescription>
 
   <developers>
     <developer>
@@ -83,7 +83,7 @@
     <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
     <unitTest>
       <includes>
-        <include>**/*TestAll.java</include>
+        <include>**/*Test.java</include>
       </includes>
     </unitTest>
   </build>