dev@glassfish.java.net

Re: upgrade pom.xml review request

From: Sahoo <Sahoo_at_Sun.COM>
Date: Thu, 24 Sep 2009 23:58:58 +0530

 Please remove <version> element for javahelp from this pom.xml. Add the
following entry in v3/pom.xml under <dependencyManagement><dependencies>:

<dependency>
             <groupId>javax.help</groupId>
             <artifactId>javahelp</artifactId>
             <version>2.0.02</version>
</dependency>

Send the files for review again.

We need to make similar changes in some other modules that reference
javahelp, but I will take care of that once you make these changes.

Thanks,
Sahoo
Bobby Bissett wrote:
> Removing a bunch of old dependencies:
>
> hostname% svn diff pom.xml
> Index: pom.xml
> ===================================================================
> --- pom.xml (revision 31835)
> +++ pom.xml (working copy)
> @@ -63,7 +63,7 @@
>
> <mainClass>com.sun.enterprise.tools.upgrade.UpgradeToolMain</mainClass>
> </manifest>
> <manifestEntries>
> - <Class-Path>kernel.jar admin-cli.jar
> stax-osgi.jar admin-cli-l10n.jar javahelp-2.0.02.jar</Class-Path>
> + <Class-Path>common-util.jar
> javahelp.jar</Class-Path>
> </manifestEntries>
> </archive>
> </configuration>
> @@ -78,36 +78,6 @@
> <version>${project.version}</version>
> </dependency>
> <dependency>
> - <groupId>org.glassfish.admin</groupId>
> - <artifactId>admin-cli</artifactId>
> - <version>${project.version}</version>
> - </dependency>
> - <dependency>
> - <groupId>org.glassfish.admin</groupId>
> - <artifactId>cli-framework</artifactId>
> - <version>${project.version}</version>
> - </dependency>
> - <dependency>
> - <groupId>org.glassfish.admin</groupId>
> - <artifactId>server-mgmt</artifactId>
> - <version>${project.version}</version>
> - </dependency>
> - <dependency>
> - <groupId>org.glassfish.deployment</groupId>
> - <artifactId>deployment-common</artifactId>
> - <version>${project.version}</version>
> - </dependency>
> - <dependency>
> - <groupId>org.glassfish.deployment</groupId>
> - <artifactId>dol</artifactId>
> - <version>${project.version}</version>
> - </dependency>
> - <dependency>
> - <groupId>org.glassfish.core</groupId>
> - <artifactId>kernel</artifactId>
> - <version>${project.version}</version>
> - </dependency>
> - <dependency>
> <groupId>javax.help</groupId>
> <artifactId>javahelp</artifactId>
> <version>2.0.02</version>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>