dev@glassfish.java.net

nucleus.zip inclorrect dependency

From: Vivek Pandey <Vivek.Pandey_at_Sun.COM>
Date: Wed, 03 Sep 2008 17:02:15 -0700

nucleus.zip target has incorrect dependency. So if my pom.xml dependency
on nucleus.zip then nucleus.zip tries to resolve basedocs and felix
depdency as distribution-fragmet, which are never posted nor they are
needed.

This patch fixes it, whoever looks at it please review and fix this issue:


-vivek.

Index: pom.xml
===================================================================
--- pom.xml (revision 22322)
+++ pom.xml (working copy)
@@ -76,7 +76,7 @@
            <groupId>org.glassfish.osgi-platforms</groupId>
            <artifactId>felix</artifactId>
            <version>${glassfish.version}</version>
- <type>distribution-fragment</type>
+ <type>zip</type>
        </dependency>
        <dependency>
            <groupId>org.glassfish.core</groupId>
@@ -125,7 +125,7 @@
            <groupId>org.glassfish.docs</groupId>
            <artifactId>basedocs</artifactId>
               <version>0.2-SNAPSHOT</version>
- <type>distribution-fragment</type>
+ <type>zip</type>
        </dependency>
        <dependency>
             <groupId>org.glassfish.deployment</groupId>