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/05/30 17:42:16 UTC

svn commit: r661765 - in /directory/studio/branches/apacheds-plugin-branch/apacheds: resources/conf/apacheds.conf resources/conf/log4j.properties src/main/java/org/apache/directory/studio/apacheds/ApacheDsPluginUtils.java

Author: pamarcelot
Date: Fri May 30 08:42:15 2008
New Revision: 661765

URL: http://svn.apache.org/viewvc?rev=661765&view=rev
Log:
o Removed unused files.
o The 'apacheds.conf' file is no longer copied to the conf folder of a server as it is only used when launching the server using the Tanuki wrapper.

Removed:
    directory/studio/branches/apacheds-plugin-branch/apacheds/resources/conf/apacheds.conf
    directory/studio/branches/apacheds-plugin-branch/apacheds/resources/conf/log4j.properties
Modified:
    directory/studio/branches/apacheds-plugin-branch/apacheds/src/main/java/org/apache/directory/studio/apacheds/ApacheDsPluginUtils.java

Modified: directory/studio/branches/apacheds-plugin-branch/apacheds/src/main/java/org/apache/directory/studio/apacheds/ApacheDsPluginUtils.java
URL: http://svn.apache.org/viewvc/directory/studio/branches/apacheds-plugin-branch/apacheds/src/main/java/org/apache/directory/studio/apacheds/ApacheDsPluginUtils.java?rev=661765&r1=661764&r2=661765&view=diff
==============================================================================
--- directory/studio/branches/apacheds-plugin-branch/apacheds/src/main/java/org/apache/directory/studio/apacheds/ApacheDsPluginUtils.java (original)
+++ directory/studio/branches/apacheds-plugin-branch/apacheds/src/main/java/org/apache/directory/studio/apacheds/ApacheDsPluginUtils.java Fri May 30 08:42:15 2008
@@ -220,10 +220,6 @@
         // Copying default configuration files
         try
         {
-            // Copying apacheds.conf file
-            File apachedsConfFile = new File( confFolder, "apacheds.conf" );
-            copyConfigurationFile( "apacheds.conf", apachedsConfFile );
-
             // Creating log4j.properties file
             File log4jPropertiesFile = new File( confFolder, "log4j.properties" );
             createServersLog4jPropertiesFile( new FileOutputStream( log4jPropertiesFile ), 1024, getServerLogsLevel(), // Setting 1024 as default port