Author: linus Date: 2008-02-10 00:35:38-0800 New Revision: 14108 Modified: trunk/src/app/.classpath trunk/src/app/META-INF/MANIFEST.MF
Log: Adjusted modules to build within Eclipse. Modified: trunk/src/app/.classpath Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/.classpath?view=diff&rev=14108&p1=trunk/src/app/.classpath&p2=trunk/src/app/.classpath&r1=14107&r2=14108 ============================================================================== --- trunk/src/app/.classpath (original) +++ trunk/src/app/.classpath 2008-02-10 00:35:38-0800 @@ -3,10 +3,10 @@ <classpathentry kind="src" path="src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry kind="lib" path="lib/antlrall-2.7.2.jar"/> + <classpathentry exported="true" kind="lib" path="lib/antlrall-2.7.2.jar"/> <classpathentry kind="lib" path="lib/commons-logging-1.0.2.jar"/> - <classpathentry kind="lib" path="lib/gef-0.12.4BETA.jar"/> - <classpathentry kind="lib" path="lib/ocl-argo-1.1.jar"/> + <classpathentry exported="true" kind="lib" path="lib/gef-0.12.4BETA.jar"/> + <classpathentry exported="true" kind="lib" path="lib/ocl-argo-1.1.jar"/> <classpathentry kind="lib" path="lib/swidgets-0.1.4.jar"/> <classpathentry kind="lib" path="lib/toolbar-1.4.1-20071227.jar"/> <classpathentry combineaccessrules="false" kind="src" path="/argouml-core-model-mdr"/> 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=14108&p1=trunk/src/app/META-INF/MANIFEST.MF&p2=trunk/src/app/META-INF/MANIFEST.MF&r1=14107&r2=14108 ============================================================================== --- trunk/src/app/META-INF/MANIFEST.MF (original) +++ trunk/src/app/META-INF/MANIFEST.MF 2008-02-10 00:35:38-0800 @@ -3,7 +3,14 @@ Bundle-Name: ArgoUML Rest of all subsystems Bundle-SymbolicName: org.argouml.app Bundle-Version: 0.25.5 -Export-Package: bin, +Export-Package: antlr, + antlr.actions.cpp, + antlr.actions.java, + antlr.collections, + antlr.collections.impl, + antlr.debug, + antlr.preprocessor, + bin, org.argouml, org.argouml.Images, org.argouml.Images.plaf.javax.swing.plaf.metal.MetalLookAndFeel.toolbarButtonGraphics.argouml, @@ -100,6 +107,22 @@ org.argouml.util, org.argouml.util.logging, org.argouml.util.osdep, - templates + templates, + 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.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]
