dev@glassfish.java.net

Re: appclient/client/acc pom.xml review request - adjust to changed dependency on cmp module

From: Mitesh Meswani <Mitesh.Meswani_at_Sun.COM>
Date: Wed, 16 Sep 2009 15:29:44 -0700

Checked in the fix.
http://gf-hudson.sfbay/hudson/job/gf-trunk-build-dev/2640/ is green now

Thanks,
Mitesh
Tim Quinn wrote:
> Jane Young wrote:
>> Changes look fine but Mitesh needs to first fix the build before you
>> can commit.
> Oh, yes! I was planning on waiting!
>
> I also need to run the devtest that exercises the fix, also once
> Mitesh finishes with his work.
>
> Then I'll check in.
>
> Thanks.
>
> - Tim
>>
>> Thanks,
>> Jane
>>
>>
>> Tim Quinn wrote:
>>> Hi.
>>>
>>> This change accounts for the new cmp module Mitesh has created and
>>> the dependency on it (runtime only) from the ACC.
>>>
>>> Thanks.
>>>
>>> (full source attached)
>>>
>>> - Tim
>>>
>>> Index: appclient/client/acc/pom.xml
>>> ===================================================================
>>> --- appclient/client/acc/pom.xml (revision 31412)
>>> +++ appclient/client/acc/pom.xml (working copy)
>>> @@ -455,5 +455,12 @@
>>> <version>${project.version}</version>
>>> </dependency>
>>>
>>> + <dependency>
>>> + <scope>runtime</scope>
>>> + <groupId>org.glassfish.persistence.cmp</groupId>
>>> + <artifactId>cmp-internal-api</artifactId>
>>> + <version>${project.version}</version>
>>> +</dependency>
>>> +
>>> </dependencies>
>>> </project>
>>>
>>>
>>> ------------------------------------------------------------------------
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>
>