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/12/19 18:54:57 UTC

svn commit: r488744 - in /directory/branches/apacheds/1.0/server-installers: pom.xml src/main/installers/server.xml

Author: akarasulu
Date: Tue Dec 19 09:54:57 2006
New Revision: 488744

URL: http://svn.apache.org/viewvc?view=rev&rev=488744
Log:
fixed server.xml file in installers to use new OID valeus for system indices and
added the izpack based installer configuration for Linux on PPC


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

Modified: directory/branches/apacheds/1.0/server-installers/pom.xml
URL: http://svn.apache.org/viewvc/directory/branches/apacheds/1.0/server-installers/pom.xml?view=diff&rev=488744&r1=488743&r2=488744
==============================================================================
--- directory/branches/apacheds/1.0/server-installers/pom.xml (original)
+++ directory/branches/apacheds/1.0/server-installers/pom.xml Tue Dec 19 09:54:57 2006
@@ -118,11 +118,15 @@
               <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>
@@ -193,7 +197,52 @@
                   <filtered>true</filtered>
                 </packagedFile>
               </packagedFiles>
-              <id>linux-jsvc</id>
+              <id>linux-jsvc-ppc</id>
+              <izPackInstallFile>
+                src/main/installers/izpack-unix.xml
+              </izPackInstallFile>
+              <izPackShortcutsUnixFile>
+                src/main/installers/unix_shortcuts.xml
+              </izPackShortcutsUnixFile>
+              <finalName>
+                apacheds-${pom.version}-linux-ppc-setup.jar
+              </finalName>
+              <osName>Linux</osName>
+              <osFamily>unix</osFamily>
+              <osArch>ppc</osArch>
+              <daemonFramework>jsvc</daemonFramework>
+            </izPackTarget>
+            <izPackTarget>
+              <packagedFiles>
+                <packagedFile>
+                  <source>stop.png</source>
+                  <destinationPath>stop.png</destinationPath>
+                  <installationBundleId>Binaries</installationBundleId>
+                </packagedFile>
+                <packagedFile>
+                  <source>src/main/installers/debug.png</source>
+                  <destinationPath>debug.png</destinationPath>
+                  <installationBundleId>Binaries</installationBundleId>
+                </packagedFile>
+                <packagedFile>
+                  <source>src/main/installers/start.png</source>
+                  <destinationPath>start.png</destinationPath>
+                  <installationBundleId>Binaries</installationBundleId>
+                </packagedFile>
+                <packagedFile>
+                  <source>src/main/installers/docs.png</source>
+                  <destinationPath>docs/docs.png</destinationPath>
+                  <installationBundleId>Binaries</installationBundleId>
+                </packagedFile>
+                <packagedFile>
+                  <source>izpack-apacheds-tools.sh</source>
+                  <destinationPath>bin/apacheds-tools.sh</destinationPath>
+                  <installationBundleId>Binaries</installationBundleId>
+                  <executable>true</executable>
+                  <filtered>true</filtered>
+                </packagedFile>
+              </packagedFiles>
+              <id>linux-jsvc-i386</id>
               <izPackInstallFile>
                 src/main/installers/izpack-unix.xml
               </izPackInstallFile>

Modified: directory/branches/apacheds/1.0/server-installers/src/main/installers/server.xml
URL: http://svn.apache.org/viewvc/directory/branches/apacheds/1.0/server-installers/src/main/installers/server.xml?view=diff&rev=488744&r1=488743&r2=488744
==============================================================================
--- directory/branches/apacheds/1.0/server-installers/src/main/installers/server.xml (original)
+++ directory/branches/apacheds/1.0/server-installers/src/main/installers/server.xml Tue Dec 19 09:54:57 2006
@@ -218,31 +218,31 @@
     <property name="indexedAttributes">
       <set>
         <bean class="org.apache.directory.server.core.partition.impl.btree.MutableIndexConfiguration">
-          <property name="attributeId"><value>1.2.6.1.4.1.18060.1.1.1.3.1</value></property>
+          <property name="attributeId"><value>1.3.6.1.4.1.18060.0.4.1.2.1</value></property>
           <property name="cacheSize"><value>100</value></property>
         </bean>
         <bean class="org.apache.directory.server.core.partition.impl.btree.MutableIndexConfiguration">
-          <property name="attributeId"><value>1.2.6.1.4.1.18060.1.1.1.3.2</value></property>
+          <property name="attributeId"><value>1.3.6.1.4.1.18060.0.4.1.2.2</value></property>
           <property name="cacheSize"><value>100</value></property>
         </bean>
         <bean class="org.apache.directory.server.core.partition.impl.btree.MutableIndexConfiguration">
-          <property name="attributeId"><value>1.2.6.1.4.1.18060.1.1.1.3.3</value></property>
+          <property name="attributeId"><value>1.3.6.1.4.1.18060.0.4.1.2.3</value></property>
           <property name="cacheSize"><value>100</value></property>
         </bean>
         <bean class="org.apache.directory.server.core.partition.impl.btree.MutableIndexConfiguration">
-          <property name="attributeId"><value>1.2.6.1.4.1.18060.1.1.1.3.4</value></property>
+          <property name="attributeId"><value>1.3.6.1.4.1.18060.0.4.1.2.4</value></property>
           <property name="cacheSize"><value>100</value></property>
         </bean>
         <bean class="org.apache.directory.server.core.partition.impl.btree.MutableIndexConfiguration">
-          <property name="attributeId"><value>1.2.6.1.4.1.18060.1.1.1.3.5</value></property>
+          <property name="attributeId"><value>1.3.6.1.4.1.18060.0.4.1.2.5</value></property>
           <property name="cacheSize"><value>10</value></property>
         </bean>
         <bean class="org.apache.directory.server.core.partition.impl.btree.MutableIndexConfiguration">
-          <property name="attributeId"><value>1.2.6.1.4.1.18060.1.1.1.3.6</value></property>
+          <property name="attributeId"><value>1.3.6.1.4.1.18060.0.4.1.2.6</value></property>
           <property name="cacheSize"><value>10</value></property>
         </bean>
         <bean class="org.apache.directory.server.core.partition.impl.btree.MutableIndexConfiguration">
-          <property name="attributeId"><value>1.2.6.1.4.1.18060.1.1.1.3.7</value></property>
+          <property name="attributeId"><value>1.3.6.1.4.1.18060.0.4.1.2.7</value></property>
           <property name="cacheSize"><value>10</value></property>
         </bean>
 
@@ -291,31 +291,31 @@
     <property name="indexedAttributes">
       <set>
         <bean class="org.apache.directory.server.core.partition.impl.btree.MutableIndexConfiguration">
-          <property name="attributeId"><value>1.2.6.1.4.1.18060.1.1.1.3.1</value></property>
+          <property name="attributeId"><value>1.3.6.1.4.1.18060.0.4.1.2.1</value></property>
           <property name="cacheSize"><value>100</value></property>
         </bean>
         <bean class="org.apache.directory.server.core.partition.impl.btree.MutableIndexConfiguration">
-          <property name="attributeId"><value>1.2.6.1.4.1.18060.1.1.1.3.2</value></property>
+          <property name="attributeId"><value>1.3.6.1.4.1.18060.0.4.1.2.2</value></property>
           <property name="cacheSize"><value>100</value></property>
         </bean>
         <bean class="org.apache.directory.server.core.partition.impl.btree.MutableIndexConfiguration">
-          <property name="attributeId"><value>1.2.6.1.4.1.18060.1.1.1.3.3</value></property>
+          <property name="attributeId"><value>1.3.6.1.4.1.18060.0.4.1.2.3</value></property>
           <property name="cacheSize"><value>100</value></property>
         </bean>
         <bean class="org.apache.directory.server.core.partition.impl.btree.MutableIndexConfiguration">
-          <property name="attributeId"><value>1.2.6.1.4.1.18060.1.1.1.3.4</value></property>
+          <property name="attributeId"><value>1.3.6.1.4.1.18060.0.4.1.2.4</value></property>
           <property name="cacheSize"><value>100</value></property>
         </bean>
         <bean class="org.apache.directory.server.core.partition.impl.btree.MutableIndexConfiguration">
-          <property name="attributeId"><value>1.2.6.1.4.1.18060.1.1.1.3.5</value></property>
+          <property name="attributeId"><value>1.3.6.1.4.1.18060.0.4.1.2.5</value></property>
           <property name="cacheSize"><value>10</value></property>
         </bean>
         <bean class="org.apache.directory.server.core.partition.impl.btree.MutableIndexConfiguration">
-          <property name="attributeId"><value>1.2.6.1.4.1.18060.1.1.1.3.6</value></property>
+          <property name="attributeId"><value>1.3.6.1.4.1.18060.0.4.1.2.6</value></property>
           <property name="cacheSize"><value>10</value></property>
         </bean>
         <bean class="org.apache.directory.server.core.partition.impl.btree.MutableIndexConfiguration">
-          <property name="attributeId"><value>1.2.6.1.4.1.18060.1.1.1.3.7</value></property>
+          <property name="attributeId"><value>1.3.6.1.4.1.18060.0.4.1.2.7</value></property>
           <property name="cacheSize"><value>10</value></property>
         </bean>