Author: akarasulu
Date: Thu Dec 29 07:58:00 2005
New Revision: 359828
URL: http://svn.apache.org/viewcvs?rev=359828&view=rev
Log:
moving shared ldap ... will consolidate into one project under
trunk and push old ber stuff into sandbox
Added:
directory/trunk/ldap-common/
- copied from r359826, directory/shared/ldap/trunk/
Removed:
directory/shared/ldap/trunk/
Modified:
directory/trunk/pom.xml
directory/trunk/todo.txt
Modified: directory/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunk/pom.xml?rev=359828&r1=359827&r2=359828&view=diff
==============================================================================
--- directory/trunk/pom.xml (original)
+++ directory/trunk/pom.xml Thu Dec 29 07:58:00 2005
@@ -53,4 +53,21 @@
</extensions>
</build>
+ <profiles>
+
+ <profile>
+ <id>jdk1.5</id>
+ <activation>
+ <jdk>1.5</jdk>
+ </activation>
+ </profile>
+
+ <profile>
+ <id>jdk1.4</id>
+ <activation>
+ <jdk>1.4</jdk>
+ </activation>
+ </profile>
+
+ </profiles>
</project>
Modified: directory/trunk/todo.txt
URL: http://svn.apache.org/viewcvs/directory/trunk/todo.txt?rev=359828&r1=359827&r2=359828&view=diff
==============================================================================
--- directory/trunk/todo.txt (original)
+++ directory/trunk/todo.txt Thu Dec 29 07:58:00 2005
@@ -1,4 +1,3 @@
- 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.
o figure out what we're going to do with sitedocs and how we're going to
|