Author: ersiner
Date: Sun Feb 5 06:48:22 2006
New Revision: 375037
URL: http://svn.apache.org/viewcvs?rev=375037&view=rev
Log:
Commeting out most of the site distribution information from poms. Will try to make maven do some automagic.
Added new generated subprojects index.xml.
Modified:
directory/trunks/apacheds/core/pom.xml
directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/partition/package.html
directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/prefs/package.html
directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/schema/SchemaChecker.java
directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/schema/bootstrap/package.html
directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/schema/package.html
directory/trunks/apacheds/plugin/pom.xml
directory/trunks/apacheds/pom.xml
directory/trunks/apacheds/shared/pom.xml
directory/trunks/apacheds/simple/installers/pom.xml
directory/trunks/apacheds/simple/pom.xml
directory/trunks/apacheds/src/site/site.xml
directory/trunks/apacheds/src/site/xdoc/projects/index.xml
Modified: directory/trunks/apacheds/core/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/core/pom.xml?rev=375037&r1=375036&r2=375037&view=diff
==============================================================================
--- directory/trunks/apacheds/core/pom.xml (original)
+++ directory/trunks/apacheds/core/pom.xml Sun Feb 5 06:48:22 2006
@@ -15,12 +15,12 @@
JNDI provider, interceptor framework, interceptor services, the schema
subsystem and the database subsystem. Hence the core is the heart of the server.
-
+
commons-io
Modified: directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/partition/package.html
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/partition/package.html?rev=375037&r1=375036&r2=375037&view=diff
==============================================================================
--- directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/partition/package.html (original)
+++ directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/partition/package.html Sun Feb 5 06:48:22 2006
@@ -1,5 +1,4 @@
-
+
-
-
+
Modified: directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/prefs/package.html
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/prefs/package.html?rev=375037&r1=375036&r2=375037&view=diff
==============================================================================
--- directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/prefs/package.html (original)
+++ directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/prefs/package.html Sun Feb 5 06:48:22 2006
@@ -1,3 +1,4 @@
+
Platform independent server side Preferences implementation based on ApacheDS.
The data is backed by the directory using a specific LDAP schema to map
preferences to the LDAP/X.500 namespace. To make sure you're preferences are
@@ -5,6 +6,4 @@
following property is set to our implementation:
java.util.prefs.PreferencesFactory=org.apache.ldap.server.prefs.ServerPreferencesFactory
-
-
-
+
Modified: directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/schema/SchemaChecker.java
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/schema/SchemaChecker.java?rev=375037&r1=375036&r2=375037&view=diff
==============================================================================
--- directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/schema/SchemaChecker.java (original)
+++ directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/schema/SchemaChecker.java Sun Feb 5 06:48:22 2006
@@ -39,7 +39,7 @@
/**
* Performs schema checks on behalf of the SchemaService.
*
- * @todo we really need to refactor this code since there's much duplication
+ * TODO: we really need to refactor this code since there's much duplication
* @author Apache Directory Project
* @version $Rev$, $Date$
*/
Modified: directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/schema/bootstrap/package.html
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/schema/bootstrap/package.html?rev=375037&r1=375036&r2=375037&view=diff
==============================================================================
--- directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/schema/bootstrap/package.html (original)
+++ directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/schema/bootstrap/package.html Sun Feb 5 06:48:22 2006
@@ -1,3 +1,4 @@
+
Contains interfaces and classes used for bootstrap schema object loading and
configuration.
@@ -103,4 +104,4 @@
schema objects can be brought into memory from disk.
-
+
Modified: directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/schema/package.html
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/schema/package.html?rev=375037&r1=375036&r2=375037&view=diff
==============================================================================
--- directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/schema/package.html (original)
+++ directory/trunks/apacheds/core/src/main/java/org/apache/ldap/server/schema/package.html Sun Feb 5 06:48:22 2006
@@ -1,3 +1,4 @@
+
Contains interfaces for schema object registry services and simple POJO
implementations of these services. Other helper interfaces and classes are
@@ -26,4 +27,5 @@
don't worry who or what does the populating
don't worry about where the information comes from
-
\ No newline at end of file
+
+
Modified: directory/trunks/apacheds/plugin/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/plugin/pom.xml?rev=375037&r1=375036&r2=375037&view=diff
==============================================================================
--- directory/trunks/apacheds/plugin/pom.xml (original)
+++ directory/trunks/apacheds/plugin/pom.xml Sun Feb 5 06:48:22 2006
@@ -13,12 +13,12 @@
A collection of tools as plugins to manage various tasks associated with
the directory server.
-
+
org.apache.maven
Modified: directory/trunks/apacheds/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/pom.xml?rev=375037&r1=375036&r2=375037&view=diff
==============================================================================
--- directory/trunks/apacheds/pom.xml (original)
+++ directory/trunks/apacheds/pom.xml Sun Feb 5 06:48:22 2006
@@ -15,7 +15,7 @@
apache.websites
- scp://minotaur.apache.org/www/directory.apache.org/newsite/subprojects/apacheds/
+ scp://minotaur.apache.org/www/directory.apache.org/newsite/projects/apacheds/
@@ -151,7 +151,7 @@
maven-site-plugin
- 2.0-beta-4
+ 2.0-SNAPSHOT
+
Modified: directory/trunks/apacheds/shared/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/shared/pom.xml?rev=375037&r1=375036&r2=375037&view=diff
==============================================================================
--- directory/trunks/apacheds/shared/pom.xml (original)
+++ directory/trunks/apacheds/shared/pom.xml Sun Feb 5 06:48:22 2006
@@ -14,11 +14,11 @@
and the maven plugin. Any code shared across modules in general
can go here so long as it does not depend on other modules.
-
+
Modified: directory/trunks/apacheds/simple/installers/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/simple/installers/pom.xml?rev=375037&r1=375036&r2=375037&view=diff
==============================================================================
--- directory/trunks/apacheds/simple/installers/pom.xml (original)
+++ directory/trunks/apacheds/simple/installers/pom.xml Sun Feb 5 06:48:22 2006
@@ -75,12 +75,12 @@
1.2.1
-
+
Modified: directory/trunks/apacheds/simple/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/simple/pom.xml?rev=375037&r1=375036&r2=375037&view=diff
==============================================================================
--- directory/trunks/apacheds/simple/pom.xml (original)
+++ directory/trunks/apacheds/simple/pom.xml Sun Feb 5 06:48:22 2006
@@ -15,12 +15,12 @@
A single executable server jar containing all dependencies. This jar
can be used as the JNDI provider or to fire up the standalone directory server.
-
+
org.slf4j
Modified: directory/trunks/apacheds/src/site/site.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/src/site/site.xml?rev=375037&r1=375036&r2=375037&view=diff
==============================================================================
--- directory/trunks/apacheds/src/site/site.xml (original)
+++ directory/trunks/apacheds/src/site/site.xml Sun Feb 5 06:48:22 2006
@@ -56,7 +56,7 @@
img="http://apache.org/images/ac2005us_blue_125x125.jpg" />
-->
- ${reports}
+ ${reports}