Author: delos
Date: Wed Jun 30 00:36:22 2010
New Revision: 959152
URL: http://svn.apache.org/viewvc?rev=959152&view=rev
Log:
update NOTICE and make keystore generated in package phase to avoid release prepare failure
Modified:
geronimo/devtools/eclipse-plugin/trunk/NOTICE.txt
geronimo/devtools/eclipse-plugin/trunk/pom.xml
Modified: geronimo/devtools/eclipse-plugin/trunk/NOTICE.txt
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/NOTICE.txt?rev=959152&r1=959151&r2=959152&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/NOTICE.txt (original)
+++ geronimo/devtools/eclipse-plugin/trunk/NOTICE.txt Wed Jun 30 00:36:22 2010
@@ -32,8 +32,8 @@ and are placed here unaltered.
* IBM Corporation - Initial API and implementation
*******************************************************************************/
-For the geronimo-util jar in org.apache.geronimo.runtime.v20,
-and the geronimo-crypto jar in org.apache.geronimo.runtime.v21:
+For the geronimo-util jar in org.apache.geronimo.runtime.*,
+and the geronimo-crypto jar in org.apache.geronimo.runtime.*:
=========================================================================
== Bouncy Castle Notice ==
@@ -45,7 +45,7 @@ package) which was developed by the Boun
Copyright (c) 2000-2005 The Legion Of The Bouncy Castle (http://www.bouncycastle.org)
-For jaxb-api and jaxb-impl jars in org.apache.geronimo.runtime.common.jar:
+For jaxb-impl jars in org.apache.geronimo.runtime.common.jar:
=========================================================================
== Sun CDDL Notice ==
@@ -54,7 +54,7 @@ For jaxb-api and jaxb-impl jars in org.a
This product includes software developed for the JAXB Reference
Implementation project. (https://jaxb.dev.java.net/)
-For plexus-archiver jar in org.apache.geronimo.runtime.v21.jar:
+For plexus-archiver jar in org.apache.geronimo.runtime.*.jar:
=========================================================================
== Plexus Notice ==
Modified: geronimo/devtools/eclipse-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/pom.xml?rev=959152&r1=959151&r2=959152&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/pom.xml Wed Jun 30 00:36:22 2010
@@ -370,7 +370,7 @@
<inherited>false</inherited>
<executions>
<execution>
- <phase>install</phase>
+ <phase>package</phase>
<goals>
<goal>clean</goal>
<goal>genkey</goal>
|