dev@glassfish.java.net

Re: [ACTION] POM review request: common/amx-ext-impl

From: Jane Young <Jane.Young_at_Sun.COM>
Date: Mon, 09 Nov 2009 03:33:47 -0800

Looks fine. Thanks.

Tim Quinn wrote:
> Hi.
>
> This change will allow the AMX RuntimeRootImpl to provide some
> additional information to the admin console so it can launch app
> clients using Java Web Start.
>
> Diffs below, full pom attached.
>
> Thanks.
>
> - Tim
>
> Index: ../../common/amx-ext-impl/pom.xml
> ===================================================================
> --- ../../common/amx-ext-impl/pom.xml (revision 33813)
> +++ ../../common/amx-ext-impl/pom.xml (working copy)
> @@ -87,6 +87,12 @@
> <artifactId>amx-config</artifactId>
> <version>${project.version}</version>
> </dependency>
> +
> + <dependency>
> +
> <groupId>org.glassfish.appclient.server</groupId>
> + <artifactId>appclient-server-core</artifactId>
> + <version>${project.version}</version>
> + </dependency>
>
>
>