You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by br...@apache.org on 2004/12/19 03:56:24 UTC

svn commit: r122737 - /incubator/directory/seda/trunk/maven.xml /incubator/directory/seda/trunk/project.xml

Author: brett
Date: Sat Dec 18 18:56:23 2004
New Revision: 122737

URL: http://svn.apache.org/viewcvs?view=rev&rev=122737
Log:
project cleanup
Modified:
   incubator/directory/seda/trunk/maven.xml
   incubator/directory/seda/trunk/project.xml

Modified: incubator/directory/seda/trunk/maven.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/seda/trunk/maven.xml?view=diff&rev=122737&p1=incubator/directory/seda/trunk/maven.xml&r1=122736&p2=incubator/directory/seda/trunk/maven.xml&r2=122737
==============================================================================
--- incubator/directory/seda/trunk/maven.xml	(original)
+++ incubator/directory/seda/trunk/maven.xml	Sat Dec 18 18:56:23 2004
@@ -1,6 +1,7 @@
 <project default="test"
   xmlns:ant="jelly:ant" xmlns:maven="jelly:maven">
 
+  <!-- TODO: really want these in the JARS? -->
   <preGoal name="java:compile">
     <ant:path
       id="my.other.src.dir"
@@ -10,4 +11,4 @@
       refid="my.other.src.dir"/>
   </preGoal>
 
-</project>
\ No newline at end of file
+</project>

Modified: incubator/directory/seda/trunk/project.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/seda/trunk/project.xml?view=diff&rev=122737&p1=incubator/directory/seda/trunk/project.xml&r1=122736&p2=incubator/directory/seda/trunk/project.xml&r2=122737
==============================================================================
--- incubator/directory/seda/trunk/project.xml	(original)
+++ incubator/directory/seda/trunk/project.xml	Sat Dec 18 18:56:23 2004
@@ -2,7 +2,7 @@
 <project>
 
   <groupId>incubator-directory</groupId>
-  <id>seda</id>
+  <artifactId>seda</artifactId>
   <name>seda</name>
   <package>org.apache.seda</package>
   <currentVersion>0.2-SNAPSHOT</currentVersion>
@@ -15,15 +15,15 @@
   </organization>
 
   <inceptionYear>2003</inceptionYear>
-  <package>org.apache.seda</package>
 
   <logo>http://incubator.apache.org/directory/images/apache-directory-logo.png</logo>
-  <url>http://incubator.apache.org/directory</url>
+  <url>http://incubator.apache.org/directory/subprojects/seda</url>
 
   <issueTrackingUrl>
-    http://nagoya.apache.org/scarab/servlet/scarab
+    http://issues.apache.org/jira/browse/DIRSEDA
   </issueTrackingUrl>
   <siteAddress>directory.apache.org</siteAddress>
+  <!-- TODO -->
   <siteDirectory>/home/akarasulu/public_html</siteDirectory>
   <distributionDirectory>
     /home/akarasulu/public_html/dist
@@ -33,15 +33,15 @@
 
   <repository>
     <connection>
-      scm:svn:http://cvs.apache.org/repos/asf/incubator:directory/seda/trunk
+      scm:svn:http://svn.apache.org/repos/asf/incubator:directory/seda/trunk
     </connection>
 
     <url>
-      http://cvs.apache.org/viewcvs.cgi/incubator/directory/seda/trunk/?root=Apache-SVN
+      http://svn.apache.org/viewcvs.cgi/incubator/directory/seda/trunk/?root=Apache-SVN
     </url>
 
     <developerConnection>
-      https://cvs.apache.org/repos/asf/incubator:directory/seda/trunk
+      https://svn.apache.org/repos/asf/incubator:directory/seda/trunk
     </developerConnection>
   </repository>
 
@@ -87,10 +87,8 @@
 
   <licenses>
     <license>
-      <name>Apache 1.1 License</name>
-      <url>
-        http://cvs.apache.org/viewcvs.cgi/incubator/directory/LICENSE.txt?rev=1369&amp;root=Apache-SVN&amp;view=markup
-      </url>
+      <name>Apache 2.0 License</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
       <distribution>repo</distribution>
     </license>
   </licenses>
@@ -141,10 +139,9 @@
     <nagEmailAddress>directory-dev@incubator.apache.org</nagEmailAddress>
     <sourceDirectory>${basedir}/src/java</sourceDirectory>
     <unitTestSourceDirectory>${basedir}/src/test</unitTestSourceDirectory>
-    <integrationUnitTestSourceDirectory/>
-    <aspectSourceDirectory/>
 
     <unitTest>
+      <!-- TODO: needed? -->
       <includes>
         <include>**/*Test*</include>
         <include>**/*TestCase*</include>
@@ -154,6 +151,7 @@
           <exclude>**/ProtocolTestCase.java</exclude>
       </excludes>
 
+      <!-- TODO: needed? -->
       <resources>
         <!-- Examples of protocol providers using framework -->
         <resource>
@@ -184,6 +182,7 @@
       </resources>
     </unitTest>
 
+    <!-- TODO: needed? -->
     <resources>
       <resource>
         <directory>${basedir}/src/java</directory>
@@ -202,7 +201,6 @@
         </includes>
       </resource>
     </resources>
-    <jars></jars>
   </build>
 
   <reports>