You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2006/03/11 06:34:12 UTC

svn commit: r385012 - /directory/branches/apacheds/1.0/server-installers/pom.xml

Author: akarasulu
Date: Fri Mar 10 21:34:08 2006
New Revision: 385012

URL: http://svn.apache.org/viewcvs?rev=385012&view=rev
Log:
quiet down installers until I complete tests

Modified:
    directory/branches/apacheds/1.0/server-installers/pom.xml

Modified: directory/branches/apacheds/1.0/server-installers/pom.xml
URL: http://svn.apache.org/viewcvs/directory/branches/apacheds/1.0/server-installers/pom.xml?rev=385012&r1=385011&r2=385012&view=diff
==============================================================================
--- directory/branches/apacheds/1.0/server-installers/pom.xml (original)
+++ directory/branches/apacheds/1.0/server-installers/pom.xml Fri Mar 10 21:34:08 2006
@@ -127,11 +127,13 @@
               <installationBundleId>Binaries</installationBundleId>
             </packagedFile>
           </packagedFiles>
+<!--
           <svnBaseUrl>
             http://svn.apache.org/repos/asf/directory/branches/apacheds/1.0
           </svnBaseUrl>
           <packageSources>true</packageSources>
           <packageDocs>true</packageDocs>
+-->
           <applicationClass>
             org.apache.ldap.server.Service
           </applicationClass>
@@ -157,6 +159,7 @@
               <daemonFramework>jsvc</daemonFramework>
             </rpmTarget>
           </rpmTargets>
+<!--
           <innoTargets>
             <innoTarget>
               <id>windows-xp-procrun</id>
@@ -171,6 +174,7 @@
               <daemonFramework>procrun</daemonFramework>
             </innoTarget>
           </innoTargets>
+-->
           <izPackTargets>
             <izPackTarget>
               <packagedFiles>
@@ -192,6 +196,7 @@
               <osArch>i386</osArch>
               <daemonFramework>jsvc</daemonFramework>
             </izPackTarget>
+<!--
             <izPackTarget>
               <packagedFiles>
                 <packagedFile>
@@ -252,6 +257,7 @@
               <osArch>ppc</osArch>
               <daemonFramework>jsvc</daemonFramework>
             </izPackTarget>
+-->
           </izPackTargets>
         </configuration>
         <executions>