Author: linus Date: 2008-02-18 10:57:05-0800 New Revision: 14129 Modified: trunk/src/app/.classpath
Log: Allow modules to use swidgets. Modified: trunk/src/app/.classpath Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/.classpath?view=diff&rev=14129&p1=trunk/src/app/.classpath&p2=trunk/src/app/.classpath&r1=14128&r2=14129 ============================================================================== --- trunk/src/app/.classpath (original) +++ trunk/src/app/.classpath 2008-02-18 10:57:05-0800 @@ -7,8 +7,7 @@ <classpathentry kind="lib" path="lib/commons-logging-1.0.2.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 exported="true" 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"/> <classpathentry kind="output" path="bin"/> </classpath> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
