You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by mc...@apache.org on 2009/01/21 21:29:57 UTC

svn commit: r736407 - in /geronimo/devtools/eclipse-plugin/branches/2.1.4: pom.xml testsuite/pom.xml

Author: mcconne
Date: Wed Jan 21 12:29:57 2009
New Revision: 736407

URL: http://svn.apache.org/viewvc?rev=736407&view=rev
Log:
GERONIMODEVTOOLS-559 Fill in organization and organization unit credential information, and increase expiration to 10 years. Thanks to Delos Dai for the patch !!

Modified:
    geronimo/devtools/eclipse-plugin/branches/2.1.4/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.1.4/testsuite/pom.xml

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.4/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.4/pom.xml?rev=736407&r1=736406&r2=736407&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.4/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.4/pom.xml Wed Jan 21 12:29:57 2009
@@ -87,10 +87,10 @@
         <org.apache.geronimo.v21.feature_version>2.1.4</org.apache.geronimo.v21.feature_version>
         <keystoreAlias>devtools</keystoreAlias> 
         <keystoreFile>keystore</keystoreFile> 
-        <keystoreDname>cn=http://geronimo.apache.org</keystoreDname> 
+        <keystoreDname>CN=http://geronimo.apache.org,OU=Geronimo,O=Apache,L=Geronimo,S=Apache,C=US</keystoreDname> 
         <keystoreKeypass>devtools</keystoreKeypass> 
         <keystoreStorepass>geronimo</keystoreStorepass> 
-        <keystoreValDays>1000</keystoreValDays>
+        <keystoreValDays>3650</keystoreValDays>
     </properties>
                         
     <dependencyManagement>
@@ -319,6 +319,7 @@
                             <directory>${pom.basedir}</directory>
                             <includes>
                                 <include>*.log</include>
+                                <include>keystore</include>
                             </includes>
                         </fileset>
                     </filesets>
@@ -366,7 +367,7 @@
                     <dname>${keystoreDname}</dname>
                     <keypass>${keystoreKeypass}</keypass>
                     <storepass>${keystoreStorepass}</storepass>
-                    <valDays>${keystoreValDays}</valDays>
+                    <validity>${keystoreValDays}</validity>
                 </configuration>
             </plugin>
         </plugins>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.4/testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.4/testsuite/pom.xml?rev=736407&r1=736406&r2=736407&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.4/testsuite/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.4/testsuite/pom.xml Wed Jan 21 12:29:57 2009
@@ -140,6 +140,7 @@
                         <fileset>
                             <directory>${pom.basedir}</directory>
                             <includes>
+                                <include>launcher/.metadata</include>
                                 <include>launcher/eclipse</include>
                                 <include>launcher/results</include>
                                 <include>launcher/server_v2.1</include>