Author: akarasulu
Date: Thu Jan 13 20:08:37 2005
New Revision: 125137

URL: http://svn.apache.org/viewcvs?view=rev&rev=125137
Log:
old server- jar file references cleaned up
Modified:
   incubator/directory/apacheds/trunk/xdocs/users/building.xml
   incubator/directory/apacheds/trunk/xdocs/users/plugin.xml

Modified: incubator/directory/apacheds/trunk/xdocs/users/building.xml
Url: 
http://svn.apache.org/viewcvs/incubator/directory/apacheds/trunk/xdocs/users/building.xml?view=diff&rev=125137&p1=incubator/directory/apacheds/trunk/xdocs/users/building.xml&r1=125136&p2=incubator/directory/apacheds/trunk/xdocs/users/building.xml&r2=125137
==============================================================================
--- incubator/directory/apacheds/trunk/xdocs/users/building.xml (original)
+++ incubator/directory/apacheds/trunk/xdocs/users/building.xml Thu Jan 13 
20:08:37 2005
@@ -25,12 +25,12 @@
 
       <p>
         Once you've built the server you'll find an executable jar file under
-        the main/target directory labeled server-main-${version}.jar which can
+        the main/target directory labeled apacheds-main-${version}.jar which 
can
         be fired up like so:
       </p>
 
 <source>
[EMAIL PROTECTED] trunk]$ java -jar main/target/server-main-0.8.0-SNAPSHOT.jar
[EMAIL PROTECTED] trunk]$ java -jar main/target/apacheds-main-0.8.0-SNAPSHOT.jar
 server: using default properties ...
 server: standard ldap port 389 is not available, using 1024 instead
 server: started in 1368 milliseconds
@@ -48,7 +48,7 @@
       </p>
 
 <source>
[EMAIL PROTECTED] trunk]$ java -jar main/target/server-main-0.8.0-SNAPSHOT.jar 
main/server.properties
[EMAIL PROTECTED] trunk]$ java -jar 
main/target/apacheds-main-0.8.0-SNAPSHOT.jar main/server.properties
 server: loading properties from main/eve.properties
 server: started in 1449 milliseconds
 </source>
@@ -101,4 +101,4 @@
     </section>
     
   </body>
-</document>
\ No newline at end of file
+</document>

Modified: incubator/directory/apacheds/trunk/xdocs/users/plugin.xml
Url: 
http://svn.apache.org/viewcvs/incubator/directory/apacheds/trunk/xdocs/users/plugin.xml?view=diff&rev=125137&p1=incubator/directory/apacheds/trunk/xdocs/users/plugin.xml&r1=125136&p2=incubator/directory/apacheds/trunk/xdocs/users/plugin.xml&r2=125137
==============================================================================
--- incubator/directory/apacheds/trunk/xdocs/users/plugin.xml   (original)
+++ incubator/directory/apacheds/trunk/xdocs/users/plugin.xml   Thu Jan 13 
20:08:37 2005
@@ -192,15 +192,15 @@
 |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
 
 Attempting to download ldap-common-0.8.0-SNAPSHOT.jar.
-Attempting to download server-shared-0.8.0-SNAPSHOT.jar.
-Attempting to download server-protocol-0.8.0-SNAPSHOT.jar.
+Attempting to download apacheds-shared-0.8.0-SNAPSHOT.jar.
+Attempting to download apacheds-protocol-0.8.0-SNAPSHOT.jar.
 Attempting to download snickers-codec-0.2.0-SNAPSHOT.jar.
 Attempting to download ldap-snickers-provider-0.8.0-SNAPSHOT.jar.
 Attempting to download snickers-ber-0.2.0-SNAPSHOT.jar.
 Attempting to download seda-0.2.0-SNAPSHOT.jar.
 Attempting to download maven-directory-plugin-0.8.0-SNAPSHOT.jar.
 Attempting to download ldap-common-0.8.0-SNAPSHOT.jar.
-Attempting to download server-shared-0.8.0-SNAPSHOT.jar.
+Attempting to download apacheds-shared-0.8.0-SNAPSHOT.jar.
 build:start:
 
 directory:schema:
@@ -229,7 +229,7 @@
       <p>
         The example above is from the server's core project.  If you would like
         to look at how to use this plugin best the server core
-        <a href="http://dumfount.notlong.com/";>project.properties</a> file here
+        <a 
href="http://svn.apache.org/viewcvs.cgi/incubator/directory/apacheds/trunk/core/project.properties?rev=125094&view=auto";>project.properties</a>
 file here
         is perhaps the best place to look. Also from the output above you can
         see the schema files that are used and packaged into the server by
         default.  This may however change in the future to restrict the set.

Reply via email to