svn commit: r13518 - trunk/lib/.classpath
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: bobtarling Date: 2007-09-09 03:36:36-0700 New Revision: 13518 Modified: trunk/lib/.classpath Log: Sme command need to return a result to their creator. Not all MDR commands are redoable. Modified: trunk/lib/.classpath Url: http://argouml.tigris.org/source/browse/argouml/trunk/lib/.classpath?view=diff&rev=13518&p1=trunk/lib/.classpath&p2=trunk/lib/.classpath&r1=13517&r2=13518 ============================================================================== --- trunk/lib/.classpath (original) +++ trunk/lib/.classpath 2007-09-09 03:36:36-0700 @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry path="org.eclipse.jdt.launching.JRE_CONTAINER" kind="con"/> - <classpathentry path="antlrall-2.7.2.jar" exported="true" kind="lib"/> - <classpathentry path="commons-logging-1.0.2.jar" exported="true" kind="lib"/> - <classpathentry path="log4j-1.2.6.jar" exported="true" kind="lib"/> - <classpathentry path="ocl-argo-1.1.jar" exported="true" kind="lib"/> - <classpathentry path="swidgets-0.1.4.jar" exported="true" kind="lib"/> - <classpathentry path="toolbar-1.4.jar" exported="true" kind="lib"/> - <classpathentry path="org.eclipse.pde.core.requiredPlugins" kind="con"/> - <classpathentry path="gef-0.12.4M4.jar" exported="true" kind="lib"/> - <classpathentry path="build-eclipse" kind="output"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry exported="true" kind="lib" path="antlrall-2.7.2.jar"/> + <classpathentry exported="true" kind="lib" path="commons-logging-1.0.2.jar"/> + <classpathentry exported="true" kind="lib" path="log4j-1.2.6.jar"/> + <classpathentry exported="true" kind="lib" path="ocl-argo-1.1.jar"/> + <classpathentry exported="true" kind="lib" path="swidgets-0.1.4.jar"/> + <classpathentry exported="true" kind="lib" path="toolbar-1.4.jar" sourcepath="/toolbar"/> + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> + <classpathentry exported="true" kind="lib" path="gef-0.12.4M4.jar" sourcepath="/gef"/> + <classpathentry kind="output" path="build-eclipse"/> </classpath>