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 2006/01/13 19:07:24 UTC

svn commit: r368811 - in /directory/trunks: README.txt ldap-testsuites/ testsuites/

Author: akarasulu
Date: Fri Jan 13 10:07:21 2006
New Revision: 368811

URL: http://svn.apache.org/viewcvs?rev=368811&view=rev
Log:
moved ldap-testsuites to testsuites in case this is expanded for protocol testing other protocols

Added:
    directory/trunks/testsuites/
      - copied from r368810, directory/trunks/ldap-testsuites/
Removed:
    directory/trunks/ldap-testsuites/
Modified:
    directory/trunks/README.txt

Modified: directory/trunks/README.txt
URL: http://svn.apache.org/viewcvs/directory/trunks/README.txt?rev=368811&r1=368810&r2=368811&view=diff
==============================================================================
--- directory/trunks/README.txt (original)
+++ directory/trunks/README.txt Fri Jan 13 10:07:21 2006
@@ -3,35 +3,7 @@
 
 This is the trunk for all directory projects.  
 
-Building
---------
-
- o Maven 2.0.1 is used for the build at this point in time.
- o To build subprojects like mina just cd into 
-   <subproject-prefix>-build and do a mvn package or mvn install.
-   So to build all of mina just cd into mina-build and issue any
-   one of these commands.
- o To build all issue a mvn package or mvn install inside trunk.
- o To generate eclipse or idea descriptors for entire trunk just
-   issue a mvn eclipse:eclipse or a mvn idea:idea respectively in
-   the trunk.  For subproject IDE descriptor generation cd into
-   <subproject-prefix>-build and issue one of these commands.
- o If a project does not have subprojects list asn1 then just 
-   cd into it and issue mvn package or mvn install.
-
-Conventions
------------
-
- o Project structure is flat with master parent pom and group poms.
- o If a sub project is not prefixed with a <prefix>-foo then it is the
-   core artifact rather than an auxillary package.  For example mina is
-   the core project for the mina core artifact.  Other supporting 
-   projects for mina are mina-spring and mina-ssl for example all of
-   which are mina- prefixed.
- o For each group id a <prefix>-build directory contains the POM for
-   building only the subset of projects within that POM.  An example
-   of this is mina-build.  To build and install it just cd into this
-   directory and issue a mvn install.
+This has to be rewritten again to account for the structural changes.
 
 Branches
 --------