Author: linus Date: 2008-02-19 11:53:22-0800 New Revision: 14136 Modified: trunk/src/app/.classpath
Log: Added source paths to the imported libraries. Modified: trunk/src/app/.classpath Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/.classpath?view=diff&rev=14136&p1=trunk/src/app/.classpath&p2=trunk/src/app/.classpath&r1=14135&r2=14136 ============================================================================== --- trunk/src/app/.classpath (original) +++ trunk/src/app/.classpath 2008-02-19 11:53:22-0800 @@ -6,10 +6,10 @@ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry exported="true" kind="lib" path="lib/antlrall-2.7.2.jar"/> <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/gef-0.12.4BETA.jar" sourcepath="/gef/src"/> <classpathentry exported="true" kind="lib" path="lib/ocl-argo-1.1.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 exported="true" kind="lib" path="lib/swidgets-0.1.4.jar" sourcepath="/swidgets/src"/> + <classpathentry kind="lib" path="lib/toolbar-1.4.1-20071227.jar" sourcepath="/toolbar/src"/> <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/> <classpathentry kind="lib" path="/argouml-core-tools/lib/easymock12.jar"/> <classpathentry kind="lib" path="/argouml-core-tools/jdepend-2.9/lib/jdepend-2.9.jar"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
