You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2004/01/19 01:45:14 UTC

svn commit: rev 6218 - incubator/directory/ldap/trunk/eve

Author: akarasulu
Date: Sun Jan 18 16:45:14 2004
New Revision: 6218

Modified:
   incubator/directory/ldap/trunk/eve/project.properties
   incubator/directory/ldap/trunk/eve/project.xml
Log:
minor changes for the reports

Modified: incubator/directory/ldap/trunk/eve/project.properties
==============================================================================
--- incubator/directory/ldap/trunk/eve/project.properties	(original)
+++ incubator/directory/ldap/trunk/eve/project.properties	Sun Jan 18 16:45:14 2004
@@ -1 +1,2 @@
-maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
\ No newline at end of file
+maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
+maven.license.licenseFile=../../../LICENSE.txt

Modified: incubator/directory/ldap/trunk/eve/project.xml
==============================================================================
--- incubator/directory/ldap/trunk/eve/project.xml	(original)
+++ incubator/directory/ldap/trunk/eve/project.xml	Sun Jan 18 16:45:14 2004
@@ -207,10 +207,10 @@
     
     <reports>
     	<report>maven-jxr-plugin</report>
-    	<report>maven-jcoverage-plugin</report>
-    	<report>maven-tasklist-plugin</report>
-    	<report>maven-javadoc-plugin</report>
     	<report>maven-license-plugin</report>
+    	<report>maven-javadoc-plugin</report>
+    	<report>maven-tasklist-plugin</report>
+    	<report>maven-jcoverage-plugin</report>
     </reports>
 </project>