Author: b00__1 Date: 2008-03-31 12:51:16-0700 New Revision: 14268 Modified: trunk/src/app/META-INF/MANIFEST.MF
Log: Export all the packages in MANIFEST.MF for use by ArgoEclipse Modified: trunk/src/app/META-INF/MANIFEST.MF Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/META-INF/MANIFEST.MF?view=diff&rev=14268&p1=trunk/src/app/META-INF/MANIFEST.MF&p2=trunk/src/app/META-INF/MANIFEST.MF&r1=14267&r2=14268 ============================================================================== --- trunk/src/app/META-INF/MANIFEST.MF (original) +++ trunk/src/app/META-INF/MANIFEST.MF 2008-03-31 12:51:16-0700 @@ -3,7 +3,9 @@ Bundle-Name: ArgoUML Rest of all subsystems Bundle-SymbolicName: org.argouml.app Bundle-Version: 0.25.5 -Export-Package: antlr, +Export-Package: Acme, + Acme.JPM.Encoders, + antlr, antlr.actions.cpp, antlr.actions.java, antlr.collections, @@ -11,21 +13,47 @@ antlr.debug, antlr.preprocessor, bin, + jdepend.framework, + jdepend.swingui, + jdepend.textui, + jdepend.xmlui, + org.apache.commons.logging, + org.apache.commons.logging.impl, + org.argouml, + org.argouml.Images, + org.argouml.Images.plaf.javax.swing.plaf.metal.MetalLookAndFeel.toolbarButtonGraphics.argouml, + org.argouml.Images.plaf.javax.swing.plaf.metal.MetalLookAndFeel.toolbarButtonGraphics.argouml.diagrams, + org.argouml.Images.plaf.javax.swing.plaf.metal.MetalLookAndFeel.toolbarButtonGraphics.argouml.elements, + org.argouml.Images.plaf.javax.swing.plaf.metal.MetalLookAndFeel.toolbarButtonGraphics.general, + org.argouml.Images.plaf.javax.swing.plaf.metal.MetalLookAndFeel.toolbarButtonGraphics.navigation, + org.argouml.application, org.argouml.application.api, org.argouml.application.events, org.argouml.application.helpers, org.argouml.application.security, org.argouml.cognitive, org.argouml.cognitive.checklist, + org.argouml.cognitive.checklist.ui, org.argouml.cognitive.critics, + org.argouml.cognitive.critics.ui, + org.argouml.cognitive.ui, org.argouml.configuration, org.argouml.gefext, org.argouml.i18n, org.argouml.kernel, org.argouml.language, + org.argouml.language.java, + org.argouml.language.java.cognitive, + org.argouml.language.java.cognitive.critics, + org.argouml.language.java.generator, + org.argouml.language.ui, + org.argouml.model, org.argouml.moduleloader, org.argouml.notation, org.argouml.notation.providers, + org.argouml.notation.providers.java, + org.argouml.notation.providers.uml, + org.argouml.notation.ui, org.argouml.ocl, org.argouml.pattern, org.argouml.pattern.cognitive, @@ -34,28 +62,104 @@ org.argouml.persistence.upgrades, org.argouml.profile, org.argouml.profile.init, + org.argouml.profile.internal, org.argouml.profile.profiles, org.argouml.resource, org.argouml.swingext, org.argouml.taskmgmt, org.argouml.ui, + org.argouml.ui.cmd, + org.argouml.ui.explorer, + org.argouml.ui.explorer.rules, org.argouml.ui.targetmanager, org.argouml.uml, org.argouml.uml.cognitive, org.argouml.uml.cognitive.checklist, org.argouml.uml.cognitive.critics, org.argouml.uml.diagram, + org.argouml.uml.diagram.activity, + org.argouml.uml.diagram.activity.layout, + org.argouml.uml.diagram.activity.ui, + org.argouml.uml.diagram.collaboration, + org.argouml.uml.diagram.collaboration.ui, + org.argouml.uml.diagram.deployment, + org.argouml.uml.diagram.deployment.ui, + org.argouml.uml.diagram.layout, + org.argouml.uml.diagram.sequence, + org.argouml.uml.diagram.sequence.ui, + org.argouml.uml.diagram.state, + org.argouml.uml.diagram.state.ui, + org.argouml.uml.diagram.static_structure, + org.argouml.uml.diagram.static_structure.layout, + org.argouml.uml.diagram.static_structure.ui, + org.argouml.uml.diagram.ui, + org.argouml.uml.diagram.use_case, + org.argouml.uml.diagram.use_case.ui, org.argouml.uml.generator, + org.argouml.uml.generator.ui, org.argouml.uml.reveng, org.argouml.uml.reveng.java, + org.argouml.uml.reveng.ui, + org.argouml.uml.ui, + org.argouml.uml.ui.behavior, + org.argouml.uml.ui.behavior.activity_graphs, + org.argouml.uml.ui.behavior.collaborations, + org.argouml.uml.ui.behavior.common_behavior, + org.argouml.uml.ui.behavior.state_machines, + org.argouml.uml.ui.behavior.use_cases, + org.argouml.uml.ui.foundation, + org.argouml.uml.ui.foundation.core, + org.argouml.uml.ui.foundation.extension_mechanisms, + org.argouml.uml.ui.model_management, org.argouml.uml.util, org.argouml.uml.util.namespace, org.argouml.util, + org.argouml.util.logging, + org.argouml.util.osdep, + org.easymock, + org.easymock.internal, + org.tigris.gef.Images, + org.tigris.gef.base, + org.tigris.gef.demo, + org.tigris.gef.di, + org.tigris.gef.event, + org.tigris.gef.graph, + org.tigris.gef.graph.presentation, + org.tigris.gef.ocl, + org.tigris.gef.persistence, + org.tigris.gef.persistence.export, + org.tigris.gef.persistence.pgml, + org.tigris.gef.persistence.svg, + org.tigris.gef.presentation, + org.tigris.gef.properties, + org.tigris.gef.properties.ui, + org.tigris.gef.ui, + org.tigris.gef.undo, + org.tigris.gef.util, + org.tigris.gef.xml.dtd, + org.tigris.gef.xml.svg, org.tigris.swidgets, + org.tigris.toolbar, + org.tigris.toolbar.layouts, + org.tigris.toolbar.toolbutton, templates, + testmodels.uml13, + testmodels.uml14, tudresden.ocl, + tudresden.ocl.check, + tudresden.ocl.check.bootstrap, tudresden.ocl.check.types, + tudresden.ocl.codegen, + tudresden.ocl.gui, + tudresden.ocl.gui.events, + tudresden.ocl.images, + tudresden.ocl.injection.lib, + tudresden.ocl.lib, + tudresden.ocl.normalize, + tudresden.ocl.parser, tudresden.ocl.parser.analysis, - tudresden.ocl.parser.node + tudresden.ocl.parser.lexer, + tudresden.ocl.parser.node, + tudresden.ocl.parser.parser Require-Bundle: org.argouml.core.infra, org.argouml.core.model --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
