dev@glassfish.java.net

Re: pom.xml review request

From: Jane Young <Jane.Young_at_Sun.COM>
Date: Mon, 31 Aug 2009 17:57:59 -0700

Not sure about "v3/admingui/dataprovider/pom.xml" but v3/pom.xml looks fine.
Thanks.

Ken Paulsen wrote:
>
> Anyone? Anyone? Going once... going twice... I'm going to commit @ 6PM.
>
> Thanks!
>
> Ken
>
> Ken Paulsen wrote:
>> 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
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>