dev@glassfish.java.net

pom.xml review request

From: Ken Paulsen <Ken.Paulsen_at_Sun.COM>
Date: Mon, 31 Aug 2009 14:57:47 -0700

   
I have 2 pom.xml files that I need to update. The first upgrades
JSFTemplating to include a couple of needed fixes, including a security fix.

The 2nd adds a required "password" to ensure our dataprovider.jar is
only used with this version of JSFTemplating so as not to effect other
GlassFish users.

Diffs:

Index: v3/pom.xml
===================================================================
--- pom.xml (revision 30983)
+++ pom.xml (working copy)
@@ -138,7 +138,7 @@
         <stax-api.version>1.0-2</stax-api.version>
         <glassfish-jruby.version>RELEASE</glassfish-jruby.version>
         <dataprovider.version>4.2</dataprovider.version>
- <jsftemplating.version>1.2.9</jsftemplating.version>
+ <jsftemplating.version>1.2.11</jsftemplating.version>
         <scales.version>1.3.1</scales.version>
         <glassfish-corba.version>3.0.0-b020</glassfish-corba.version>
         <uc-pkg-client.version>1.111-30.2164</uc-pkg-client.version>


Index: v3/admingui/dataprovider/pom.xml
===================================================================
--- pom.xml (revision 30983)
+++ pom.xml (working copy)
@@ -103,7 +103,7 @@
                     </supportedProjectTypes>
                     <instructions>
                         
<Embed-Dependency>artifactId=dataprovider;inline=true;</Embed-Dependency>
- <Export-Package>com.sun.data.*;</Export-Package>
+ <Export-Package>com.sun.data.*;
password="GlassFish"; mandatory:=password</Export-Package>
                         
<Import-Package>com.sun.sql.*;resolution:=optional,*</Import-Package>
                     </instructions>
                     <unpackBundle>true</unpackBundle>


Let me know if you have any questions!

Thanks!

Ken Paulsen
x42083