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/11/02 20:56:44 UTC

svn commit: r330336 - in /directory/shared/ldap/branches/shared-ldap-utf8: ./ apache-provider/src/java/ apache-provider/src/main/ apache-provider/src/main/java/ apache-provider/src/main/java/org/ apache2-provider/ apache2-provider/src/java/ apache2-pro...

Author: akarasulu
Date: Wed Nov  2 11:56:33 2005
New Revision: 330336

URL: http://svn.apache.org/viewcvs?rev=330336&view=rev
Log:
changed build structure to use new maven layout with src/main/java

Added:
    directory/shared/ldap/branches/shared-ldap-utf8/apache-provider/src/main/
    directory/shared/ldap/branches/shared-ldap-utf8/apache-provider/src/main/java/
      - copied from r330318, directory/shared/ldap/branches/shared-ldap-utf8/apache-provider/src/java/
    directory/shared/ldap/branches/shared-ldap-utf8/apache-provider/src/main/java/org/
      - copied from r330334, directory/shared/ldap/branches/shared-ldap-utf8/apache-provider/src/java/org/
    directory/shared/ldap/branches/shared-ldap-utf8/apache2-provider/src/main/
      - copied from r330318, directory/shared/ldap/branches/shared-ldap-utf8/apache2-provider/src/java/main/
    directory/shared/ldap/branches/shared-ldap-utf8/apache2-provider/src/main/java/
      - copied from r330318, directory/shared/ldap/branches/shared-ldap-utf8/apache2-provider/src/java/
    directory/shared/ldap/branches/shared-ldap-utf8/apache2-provider/src/main/org/
      - copied from r330334, directory/shared/ldap/branches/shared-ldap-utf8/apache2-provider/src/java/main/org/
    directory/shared/ldap/branches/shared-ldap-utf8/common/src/main/
    directory/shared/ldap/branches/shared-ldap-utf8/common/src/main/java/
      - copied from r330318, directory/shared/ldap/branches/shared-ldap-utf8/common/src/java/
    directory/shared/ldap/branches/shared-ldap-utf8/common/src/main/java/org/
      - copied from r330334, directory/shared/ldap/branches/shared-ldap-utf8/common/src/java/org/
    directory/shared/ldap/branches/shared-ldap-utf8/snacc-provider/src/main/
    directory/shared/ldap/branches/shared-ldap-utf8/snacc-provider/src/main/java/
      - copied from r330318, directory/shared/ldap/branches/shared-ldap-utf8/snacc-provider/src/java/
    directory/shared/ldap/branches/shared-ldap-utf8/snacc-provider/src/main/java/org/
      - copied from r330334, directory/shared/ldap/branches/shared-ldap-utf8/snacc-provider/src/java/org/
Removed:
    directory/shared/ldap/branches/shared-ldap-utf8/apache-provider/src/java/
    directory/shared/ldap/branches/shared-ldap-utf8/apache2-provider/src/java/
    directory/shared/ldap/branches/shared-ldap-utf8/apache2-provider/src/main/java/main/
    directory/shared/ldap/branches/shared-ldap-utf8/common/src/java/
    directory/shared/ldap/branches/shared-ldap-utf8/snacc-provider/src/java/
Modified:
    directory/shared/ldap/branches/shared-ldap-utf8/apache2-provider/   (props changed)
    directory/shared/ldap/branches/shared-ldap-utf8/apache2-provider/project.xml
    directory/shared/ldap/branches/shared-ldap-utf8/common/project.xml
    directory/shared/ldap/branches/shared-ldap-utf8/project.xml

Propchange: directory/shared/ldap/branches/shared-ldap-utf8/apache2-provider/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Nov  2 11:56:33 2005
@@ -1,2 +1,4 @@
+.classpath
+.project
 target
 *.iml

Modified: directory/shared/ldap/branches/shared-ldap-utf8/apache2-provider/project.xml
URL: http://svn.apache.org/viewcvs/directory/shared/ldap/branches/shared-ldap-utf8/apache2-provider/project.xml?rev=330336&r1=330335&r2=330336&view=diff
==============================================================================
--- directory/shared/ldap/branches/shared-ldap-utf8/apache2-provider/project.xml (original)
+++ directory/shared/ldap/branches/shared-ldap-utf8/apache2-provider/project.xml Wed Nov  2 11:56:33 2005
@@ -5,7 +5,6 @@
     <artifactId>apache-new-ldapber-provider</artifactId>
     <name>Apache's new ASN.1 based LDAP BER Message Provider</name>
     <package>org.apache.asn1new.ldap</package>
-    <build />
     <developers>
         <developer>
             <name>Emmanuel Lécharny</name>

Modified: directory/shared/ldap/branches/shared-ldap-utf8/common/project.xml
URL: http://svn.apache.org/viewcvs/directory/shared/ldap/branches/shared-ldap-utf8/common/project.xml?rev=330336&r1=330335&r2=330336&view=diff
==============================================================================
--- directory/shared/ldap/branches/shared-ldap-utf8/common/project.xml (original)
+++ directory/shared/ldap/branches/shared-ldap-utf8/common/project.xml Wed Nov  2 11:56:33 2005
@@ -51,6 +51,7 @@
             <type>jar</type>
         </dependency>
     </dependencies>
+
     <reports>
         <report>maven-changelog-plugin</report>
         <report>maven-developer-activity-plugin</report>

Modified: directory/shared/ldap/branches/shared-ldap-utf8/project.xml
URL: http://svn.apache.org/viewcvs/directory/shared/ldap/branches/shared-ldap-utf8/project.xml?rev=330336&r1=330335&r2=330336&view=diff
==============================================================================
--- directory/shared/ldap/branches/shared-ldap-utf8/project.xml (original)
+++ directory/shared/ldap/branches/shared-ldap-utf8/project.xml Wed Nov  2 11:56:33 2005
@@ -73,7 +73,7 @@
 
   <build>
     <nagEmailAddress>dev@directory.apache.org</nagEmailAddress>
-    <sourceDirectory>${basedir}/src/java</sourceDirectory>
+    <sourceDirectory>${basedir}/src/main/java</sourceDirectory>
     <unitTestSourceDirectory>${basedir}/src/test</unitTestSourceDirectory>
                                                                               
     <unitTest>