You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2008/03/10 12:04:30 UTC

svn commit: r635523 - /directory/sandbox/pamarcelot/trunks/apacheds-additional-installers/daemon/plugin/src/main/java/org/apache/directory/daemon/installers/pkg/PkgInstallerCommand.java

Author: pamarcelot
Date: Mon Mar 10 04:04:24 2008
New Revision: 635523

URL: http://svn.apache.org/viewvc?rev=635523&view=rev
Log:
Updated Javadoc.

Modified:
    directory/sandbox/pamarcelot/trunks/apacheds-additional-installers/daemon/plugin/src/main/java/org/apache/directory/daemon/installers/pkg/PkgInstallerCommand.java

Modified: directory/sandbox/pamarcelot/trunks/apacheds-additional-installers/daemon/plugin/src/main/java/org/apache/directory/daemon/installers/pkg/PkgInstallerCommand.java
URL: http://svn.apache.org/viewvc/directory/sandbox/pamarcelot/trunks/apacheds-additional-installers/daemon/plugin/src/main/java/org/apache/directory/daemon/installers/pkg/PkgInstallerCommand.java?rev=635523&r1=635522&r2=635523&view=diff
==============================================================================
--- directory/sandbox/pamarcelot/trunks/apacheds-additional-installers/daemon/plugin/src/main/java/org/apache/directory/daemon/installers/pkg/PkgInstallerCommand.java (original)
+++ directory/sandbox/pamarcelot/trunks/apacheds-additional-installers/daemon/plugin/src/main/java/org/apache/directory/daemon/installers/pkg/PkgInstallerCommand.java Mon Mar 10 04:04:24 2008
@@ -158,15 +158,15 @@
             MojoHelperUtils.copyAsciiFile( mymojo, filterProperties, getClass().getResourceAsStream( "apacheds.conf" ),
                 new File( pkgRootUsrLocalApachedsDirectory, "conf/apacheds.conf" ), true );
 
-            // Replacing the apacheds.conf file in the default instance conf directory
+            // Copying the apacheds.conf file in the default instance conf directory
             MojoHelperUtils.copyAsciiFile( mymojo, filterProperties, getClass().getResourceAsStream(
                 "apacheds-default.conf" ), new File( pkgRootInstancesDefaultConfDirectory, "apacheds.conf" ), false );
 
-            // Replacing the log4j.properties file in the default instance conf directory
+            // Copying the log4j.properties file in the default instance conf directory
             MojoHelperUtils.copyAsciiFile( mymojo, filterProperties, new File( pkgRootUsrLocalApachedsDirectory,
                 "conf/log4j.properties" ), new File( pkgRootInstancesDefaultConfDirectory, "log4j.properties" ), false );
 
-            // Replacing the server.xml file in the default instance conf directory
+            // Copying the server.xml file in the default instance conf directory
             MojoHelperUtils.copyAsciiFile( mymojo, filterProperties, new File( pkgRootUsrLocalApachedsDirectory,
                 "conf/server.xml" ), new File( pkgRootInstancesDefaultConfDirectory, "server.xml" ), false );