svn commit: r13199 - trunk/src/model-mdr/.classpath
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: tfmorris Date: 2007-08-01 12:45:57-0700 New Revision: 13199 Modified: trunk/src/model-mdr/.classpath Log: Don't export MDR and JMI libs Modified: trunk/src/model-mdr/.classpath Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/model-mdr/.classpath?view=diff&rev=13199&p1=trunk/src/model-mdr/.classpath&p2=trunk/src/model-mdr/.classpath&r1=13198&r2=13199 ============================================================================== --- trunk/src/model-mdr/.classpath (original) +++ trunk/src/model-mdr/.classpath 2007-08-01 12:45:57-0700 @@ -2,12 +2,12 @@ <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="src" path="tests"/> - <classpathentry exported="true" kind="lib" path="lib/jmi.jar"/> - <classpathentry exported="true" kind="lib" path="lib/jmiutils.jar"/> - <classpathentry exported="true" kind="lib" path="lib/mdrapi.jar"/> - <classpathentry exported="true" kind="lib" path="lib/mof.jar"/> - <classpathentry exported="true" kind="lib" path="lib/nbmdr.jar"/> - <classpathentry exported="true" kind="lib" path="lib/openide-util.jar"/> + <classpathentry kind="lib" path="lib/jmi.jar"/> + <classpathentry kind="lib" path="lib/jmiutils.jar"/> + <classpathentry kind="lib" path="lib/mdrapi.jar"/> + <classpathentry kind="lib" path="lib/mof.jar"/> + <classpathentry kind="lib" path="lib/nbmdr.jar"/> + <classpathentry kind="lib" path="lib/openide-util.jar"/> <classpathentry combineaccessrules="false" kind="src" path="/argouml-core-tools"/> <classpathentry kind="src" path="build/java"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>