You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Jason Dillon <ja...@planet57.com> on 2007/03/22 22:08:00 UTC

Re: svn commit: r521460 - in /geronimo/sandbox/j2g: src/common/META-INF/ src/dependence-plugin/META-INF/ src/descriptors-tool/META-INF/ src/ejb-environment-plugin/META-INF/ src/resources-tool/META-INF/ src/sources-tool/META-INF/ src2/data-source-plugin/MET...

This stuff should eventually get mavenized...

And repackaged... what is org.apache.apps.*?

--jason


On Mar 22, 2007, at 2:00 PM, sppatel@apache.org wrote:

> Author: sppatel
> Date: Thu Mar 22 14:00:44 2007
> New Revision: 521460
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=521460
> Log:
> fix exported packages
>
> Modified:
>     geronimo/sandbox/j2g/src/common/META-INF/MANIFEST.MF
>     geronimo/sandbox/j2g/src/dependence-plugin/META-INF/MANIFEST.MF
>     geronimo/sandbox/j2g/src/descriptors-tool/META-INF/MANIFEST.MF
>     geronimo/sandbox/j2g/src/ejb-environment-plugin/META-INF/ 
> MANIFEST.MF
>     geronimo/sandbox/j2g/src/resources-tool/META-INF/MANIFEST.MF
>     geronimo/sandbox/j2g/src/sources-tool/META-INF/MANIFEST.MF
>     geronimo/sandbox/j2g/src2/data-source-plugin/META-INF/MANIFEST.MF
>     geronimo/sandbox/j2g/src2/ejb-cmp-migration-plugin/META-INF/ 
> MANIFEST.MF
>     geronimo/sandbox/j2g/src2/ejb-migration-plugin/META-INF/ 
> MANIFEST.MF
>     geronimo/sandbox/j2g/src2/enterprise-migration-plugin/META-INF/ 
> MANIFEST.MF
>     geronimo/sandbox/j2g/src2/jms-plugin/META-INF/MANIFEST.MF
>     geronimo/sandbox/j2g/src2/mail-plugin/META-INF/MANIFEST.MF
>     geronimo/sandbox/j2g/src2/security-plugin/META-INF/MANIFEST.MF
>     geronimo/sandbox/j2g/src2/web-migration-plugin/META-INF/ 
> MANIFEST.MF
>     geronimo/sandbox/j2g/src2/xml-conversion-helper/META-INF/ 
> MANIFEST.MF
>
> Modified: geronimo/sandbox/j2g/src/common/META-INF/MANIFEST.MF
> URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/src/common/ 
> META-INF/MANIFEST.MF?view=diff&rev=521460&r1=521459&r2=521460
> ====================================================================== 
> ========
> --- geronimo/sandbox/j2g/src/common/META-INF/MANIFEST.MF (original)
> +++ geronimo/sandbox/j2g/src/common/META-INF/MANIFEST.MF Thu Mar 22  
> 14:00:44 2007
> @@ -10,3 +10,4 @@
>   org.eclipse.jdt.core
>  Eclipse-LazyStart: true
>  Export-Package:
> + org.apache.apps.j2gmigrator
>
> Modified: geronimo/sandbox/j2g/src/dependence-plugin/META-INF/ 
> MANIFEST.MF
> URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/src/ 
> dependence-plugin/META-INF/MANIFEST.MF? 
> view=diff&rev=521460&r1=521459&r2=521460
> ====================================================================== 
> ========
> --- geronimo/sandbox/j2g/src/dependence-plugin/META-INF/MANIFEST.MF  
> (original)
> +++ geronimo/sandbox/j2g/src/dependence-plugin/META-INF/MANIFEST.MF  
> Thu Mar 22 14:00:44 2007
> @@ -13,3 +13,5 @@
>   org.eclipse.jdt,
>   org.eclipse.jface.text
>  Bundle-ClassPath: .
> +Export-Package: org.apache.apps.j2gmigrator.source.dependence,
> + org.apache.apps.j2gmigrator.compatibility
>
> Modified: geronimo/sandbox/j2g/src/descriptors-tool/META-INF/ 
> MANIFEST.MF
> URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/src/ 
> descriptors-tool/META-INF/MANIFEST.MF? 
> view=diff&rev=521460&r1=521459&r2=521460
> ====================================================================== 
> ========
> --- geronimo/sandbox/j2g/src/descriptors-tool/META-INF/MANIFEST.MF  
> (original)
> +++ geronimo/sandbox/j2g/src/descriptors-tool/META-INF/MANIFEST.MF  
> Thu Mar 22 14:00:44 2007
> @@ -8,3 +8,4 @@
>  Require-Bundle: com.ibm.j2g,
>   org.eclipse.core.runtime,
>   org.eclipse.jdt.core
> +Export-Package: org.apache.apps.j2gmigrator.descriptors
>
> Modified: geronimo/sandbox/j2g/src/ejb-environment-plugin/META-INF/ 
> MANIFEST.MF
> URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/src/ejb- 
> environment-plugin/META-INF/MANIFEST.MF? 
> view=diff&rev=521460&r1=521459&r2=521460
> ====================================================================== 
> ========
> --- geronimo/sandbox/j2g/src/ejb-environment-plugin/META-INF/ 
> MANIFEST.MF (original)
> +++ geronimo/sandbox/j2g/src/ejb-environment-plugin/META-INF/ 
> MANIFEST.MF Thu Mar 22 14:00:44 2007
> @@ -14,3 +14,4 @@
>   com.ibm.j2g,
>   com.ibm.j2g.util
>  Bundle-ClassPath: .
> +Export-Package: org.apache.apps.j2gmigrator.sources.env
>
> Modified: geronimo/sandbox/j2g/src/resources-tool/META-INF/MANIFEST.MF
> URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/src/ 
> resources-tool/META-INF/MANIFEST.MF? 
> view=diff&rev=521460&r1=521459&r2=521460
> ====================================================================== 
> ========
> --- geronimo/sandbox/j2g/src/resources-tool/META-INF/MANIFEST.MF  
> (original)
> +++ geronimo/sandbox/j2g/src/resources-tool/META-INF/MANIFEST.MF  
> Thu Mar 22 14:00:44 2007
> @@ -7,3 +7,4 @@
>  Bundle-Localization: plugin
>  Require-Bundle: com.ibm.j2g,
>   org.eclipse.core.runtime
> +Export-Package: org.apache.apps.j2gmigrator.resources
>
> Modified: geronimo/sandbox/j2g/src/sources-tool/META-INF/MANIFEST.MF
> URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/src/sources- 
> tool/META-INF/MANIFEST.MF?view=diff&rev=521460&r1=521459&r2=521460
> ====================================================================== 
> ========
> --- geronimo/sandbox/j2g/src/sources-tool/META-INF/MANIFEST.MF  
> (original)
> +++ geronimo/sandbox/j2g/src/sources-tool/META-INF/MANIFEST.MF Thu  
> Mar 22 14:00:44 2007
> @@ -12,3 +12,4 @@
>   org.eclipse.jface.text,
>   com.ibm.j2g.jasper
>  Bundle-Vendor: IBM
> +Export-Package: org.apache.apps.j2gmigrator.sources
>
> Modified: geronimo/sandbox/j2g/src2/data-source-plugin/META-INF/ 
> MANIFEST.MF
> URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/src2/data- 
> source-plugin/META-INF/MANIFEST.MF? 
> view=diff&rev=521460&r1=521459&r2=521460
> ====================================================================== 
> ========
> --- geronimo/sandbox/j2g/src2/data-source-plugin/META-INF/ 
> MANIFEST.MF (original)
> +++ geronimo/sandbox/j2g/src2/data-source-plugin/META-INF/ 
> MANIFEST.MF Thu Mar 22 14:00:44 2007
> @@ -11,3 +11,5 @@
>   com.ibm.j2g.util
>  Eclipse-LazyStart: true
>  Bundle-ClassPath: .
> +Export-Package: org.apache.apps.j2gmigrator.resources.ds.test,
> + org.apache.apps.j2gmigrator.resources.ds
>
> Modified: geronimo/sandbox/j2g/src2/ejb-cmp-migration-plugin/META- 
> INF/MANIFEST.MF
> URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/src2/ejb-cmp- 
> migration-plugin/META-INF/MANIFEST.MF? 
> view=diff&rev=521460&r1=521459&r2=521460
> ====================================================================== 
> ========
> --- geronimo/sandbox/j2g/src2/ejb-cmp-migration-plugin/META-INF/ 
> MANIFEST.MF (original)
> +++ geronimo/sandbox/j2g/src2/ejb-cmp-migration-plugin/META-INF/ 
> MANIFEST.MF Thu Mar 22 14:00:44 2007
> @@ -11,3 +11,5 @@
>   com.ibm.j2g.util
>  Eclipse-LazyStart: true
>  Bundle-ClassPath: .
> +Export-Package: org.apache.apps.j2gmigrator.descriptors.cmp.dto,
> + org.apache.apps.j2gmigrator.descriptors.cmp
>
> Modified: geronimo/sandbox/j2g/src2/ejb-migration-plugin/META-INF/ 
> MANIFEST.MF
> URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/src2/ejb- 
> migration-plugin/META-INF/MANIFEST.MF? 
> view=diff&rev=521460&r1=521459&r2=521460
> ====================================================================== 
> ========
> --- geronimo/sandbox/j2g/src2/ejb-migration-plugin/META-INF/ 
> MANIFEST.MF (original)
> +++ geronimo/sandbox/j2g/src2/ejb-migration-plugin/META-INF/ 
> MANIFEST.MF Thu Mar 22 14:00:44 2007
> @@ -8,3 +8,5 @@
>  Require-Bundle:  
> org.eclipse.core.runtime,com.ibm.j2g,com.ibm.j2g.util,com.ibm.j2g.desc 
> riptors
>  Eclipse-LazyStart: true
>  Bundle-ClassPath: .
> +Export-Package: org.apache.apps.j2gmigrator.descriptors.ejb.bean,
> + org.apache.apps.j2gmigrator.descriptors.ejb
>
> Modified: geronimo/sandbox/j2g/src2/enterprise-migration-plugin/ 
> META-INF/MANIFEST.MF
> URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/src2/ 
> enterprise-migration-plugin/META-INF/MANIFEST.MF? 
> view=diff&rev=521460&r1=521459&r2=521460
> ====================================================================== 
> ========
> --- geronimo/sandbox/j2g/src2/enterprise-migration-plugin/META-INF/ 
> MANIFEST.MF (original)
> +++ geronimo/sandbox/j2g/src2/enterprise-migration-plugin/META-INF/ 
> MANIFEST.MF Thu Mar 22 14:00:44 2007
> @@ -11,3 +11,4 @@
>   com.ibm.j2g.util
>  Eclipse-LazyStart: true
>  Bundle-ClassPath: .
> +Export-Package: org.apache.apps.j2gmigrator.descriptors.app
>
> Modified: geronimo/sandbox/j2g/src2/jms-plugin/META-INF/MANIFEST.MF
> URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/src2/jms- 
> plugin/META-INF/MANIFEST.MF?view=diff&rev=521460&r1=521459&r2=521460
> ====================================================================== 
> ========
> --- geronimo/sandbox/j2g/src2/jms-plugin/META-INF/MANIFEST.MF  
> (original)
> +++ geronimo/sandbox/j2g/src2/jms-plugin/META-INF/MANIFEST.MF Thu  
> Mar 22 14:00:44 2007
> @@ -11,3 +11,5 @@
>   com.ibm.j2g.util
>  Eclipse-LazyStart: true
>  Bundle-ClassPath: .
> +Export-Package: org.apache.apps.j2gmigrator.resources.jms.test,
> + org.apache.apps.j2gmigrator.resources.jms
>
> Modified: geronimo/sandbox/j2g/src2/mail-plugin/META-INF/MANIFEST.MF
> URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/src2/mail- 
> plugin/META-INF/MANIFEST.MF?view=diff&rev=521460&r1=521459&r2=521460
> ====================================================================== 
> ========
> --- geronimo/sandbox/j2g/src2/mail-plugin/META-INF/MANIFEST.MF  
> (original)
> +++ geronimo/sandbox/j2g/src2/mail-plugin/META-INF/MANIFEST.MF Thu  
> Mar 22 14:00:44 2007
> @@ -11,3 +11,5 @@
>   com.ibm.j2g.util
>  Eclipse-LazyStart: true
>  Bundle-ClassPath: .
> +Export-Package: org.apache.apps.j2gmigrator.resources.mail.test,
> + org.apache.apps.j2gmigrator.resources.mail
>
> Modified: geronimo/sandbox/j2g/src2/security-plugin/META-INF/ 
> MANIFEST.MF
> URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/src2/ 
> security-plugin/META-INF/MANIFEST.MF? 
> view=diff&rev=521460&r1=521459&r2=521460
> ====================================================================== 
> ========
> --- geronimo/sandbox/j2g/src2/security-plugin/META-INF/MANIFEST.MF  
> (original)
> +++ geronimo/sandbox/j2g/src2/security-plugin/META-INF/MANIFEST.MF  
> Thu Mar 22 14:00:44 2007
> @@ -11,3 +11,5 @@
>   com.ibm.j2g.util
>  Eclipse-LazyStart: true
>  Bundle-ClassPath: .
> +Export-Package: org.apache.apps.j2gmigrator.resources.security.test,
> + org.apache.apps.j2gmigrator.resources.security
>
> Modified: geronimo/sandbox/j2g/src2/web-migration-plugin/META-INF/ 
> MANIFEST.MF
> URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/src2/web- 
> migration-plugin/META-INF/MANIFEST.MF? 
> view=diff&rev=521460&r1=521459&r2=521460
> ====================================================================== 
> ========
> --- geronimo/sandbox/j2g/src2/web-migration-plugin/META-INF/ 
> MANIFEST.MF (original)
> +++ geronimo/sandbox/j2g/src2/web-migration-plugin/META-INF/ 
> MANIFEST.MF Thu Mar 22 14:00:44 2007
> @@ -11,3 +11,4 @@
>   com.ibm.j2g.util
>  Eclipse-LazyStart: true
>  Bundle-ClassPath: .
> +Export-Package: org.apache.apps.j2gmigrator.descriptors.web
>
> Modified: geronimo/sandbox/j2g/src2/xml-conversion-helper/META-INF/ 
> MANIFEST.MF
> URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/src2/xml- 
> conversion-helper/META-INF/MANIFEST.MF? 
> view=diff&rev=521460&r1=521459&r2=521460
> ====================================================================== 
> ========
> --- geronimo/sandbox/j2g/src2/xml-conversion-helper/META-INF/ 
> MANIFEST.MF (original)
> +++ geronimo/sandbox/j2g/src2/xml-conversion-helper/META-INF/ 
> MANIFEST.MF Thu Mar 22 14:00:44 2007
> @@ -13,18 +13,23 @@
>   lib/pull-parser-2.1.10.jar,
>   .,
>   lib/commons-logging-api-1.1.jar
> -Export-Package: com.ibm.j2g.descriptors.env,
> - com.ibm.j2g.descriptors.naming,
> - com.ibm.j2g.descriptors.security,
> - com.ibm.j2g.descriptors.util,
> - com.ibm.j2g.descriptors.xmlutil,
> - com.ibm.j2g.resources.utils,
> - com.ibm.j2g.resources.xmlutil,
> +Export-Package:
>   junit.awtui,
> + junit.extensions,
> + junit.framework,
> + junit.runner,
> + junit.swingui,
> + junit.textui,
> + org.apache.apps.j2gmigrator.descriptors.env,
> + org.apache.apps.j2gmigrator.descriptors.naming,
> + org.apache.apps.j2gmigrator.descriptors.security,
> + org.apache.apps.j2gmigrator.descriptors.util,
> + org.apache.apps.j2gmigrator.descriptors.xmlutil,
> + org.apache.apps.j2gmigrator.resources.utils,
> + org.apache.apps.j2gmigrator.resources.xmlutil,
>   org.apache.commons.logging,
>   org.apache.commons.logging.impl,
>   org.dom4j,
> - org.gjt.xpp,
>   org.dom4j.bean,
>   org.dom4j.datatype,
>   org.dom4j.dom,
> @@ -38,6 +43,14 @@
>   org.dom4j.util,
>   org.dom4j.xpath,
>   org.dom4j.xpp,
> + org.gjt.xpp,
> + org.gjt.xpp.impl,
> + org.gjt.xpp.impl.format,
> + org.gjt.xpp.impl.node,
> + org.gjt.xpp.impl.pullnode,
> + org.gjt.xpp.impl.pullparser,
> + org.gjt.xpp.impl.tag,
> + org.gjt.xpp.impl.tokenizer,
>   org.jaxen,
>   org.jaxen.dom,
>   org.jaxen.dom.html,
> @@ -55,3 +68,4 @@
>   org.jaxen.saxpath.helpers,
>   org.jaxen.util,
>   org.jaxen.xom
> +
>
>