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 2005/12/28 22:26:26 UTC

svn commit: r359642 - in /directory/trunk: mina-build/pom.xml todo.txt

Author: akarasulu
Date: Wed Dec 28 13:26:22 2005
New Revision: 359642

URL: http://svn.apache.org/viewcvs?rev=359642&view=rev
Log:
fixed bug in build ... can not have mina-build build asn1 and have parent do it too

Modified:
    directory/trunk/mina-build/pom.xml
    directory/trunk/todo.txt

Modified: directory/trunk/mina-build/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunk/mina-build/pom.xml?rev=359642&r1=359641&r2=359642&view=diff
==============================================================================
--- directory/trunk/mina-build/pom.xml (original)
+++ directory/trunk/mina-build/pom.xml Wed Dec 28 13:26:22 2005
@@ -13,7 +13,6 @@
   <packaging>pom</packaging>
   <modules>
     <module>../mina</module>
-    <module>../asn1</module>
     <module>../mina-asn1</module>
     <module>../mina-ssl</module>
     <module>../mina-examples</module>

Modified: directory/trunk/todo.txt
URL: http://svn.apache.org/viewcvs/directory/trunk/todo.txt?rev=359642&r1=359641&r2=359642&view=diff
==============================================================================
--- directory/trunk/todo.txt (original)
+++ directory/trunk/todo.txt Wed Dec 28 13:26:22 2005
@@ -1,6 +1,3 @@
- o create new repository and add easymock easymockclassextension 1.2 to it
-   (push to maven-snapshot-repository temporarily until we get this up on
-   ibiblio).
  o get snapshots deployed to maven-snapshot-repository
  o need a profile for mina build to make sure we do not attempt to build 
    things that depend on jdk 1.5 when building with jdk 1.4.