Author: bobtarling Date: 2011-08-16 08:12:43-0700 New Revision: 19661 Modified: trunk/src/argouml-app/.classpath trunk/src/argouml-app/META-INF/MANIFEST.MF trunk/src/argouml-app/build.properties trunk/src/argouml-app/build.xml trunk/src/argouml-app/lib/.classpath trunk/src/argouml-app/lib/build.properties trunk/src/argouml-app/tools/eclipse/ArgoUML DEBUG.launch trunk/src/argouml-app/tools/eclipse/ArgoUML Languages.launch trunk/src/argouml-app/tools/eclipse/ArgoUML with all delivered modules.launch trunk/src/argouml-app/tools/eclipse/ArgoUML.launch trunk/src/argouml-core-model-euml/ArgoUML UML2-EUML debug.launch
Log: Latest GEF solves SVG defect reported in issue 6350 Modified: trunk/src/argouml-app/.classpath Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/.classpath?view=diff&pathrev=19661&r1=19660&r2=19661 ============================================================================== --- trunk/src/argouml-app/.classpath (original) +++ trunk/src/argouml-app/.classpath 2011-08-16 08:12:43-0700 @@ -5,7 +5,7 @@ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry exported="true" kind="lib" path="lib/commons-logging-1.0.2.jar"/> - <classpathentry exported="true" kind="lib" path="lib/gef-0.13.7.jar" sourcepath="/gef/src"/> + <classpathentry exported="true" kind="lib" path="lib/gef-0.13.8.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" sourcepath="/swidgets/src"/> <classpathentry exported="true" kind="lib" path="lib/toolbar-1.4.1-20071227.jar" sourcepath="/toolbar/src"/> Modified: trunk/src/argouml-app/META-INF/MANIFEST.MF Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/META-INF/MANIFEST.MF?view=diff&pathrev=19661&r1=19660&r2=19661 ============================================================================== --- trunk/src/argouml-app/META-INF/MANIFEST.MF (original) +++ trunk/src/argouml-app/META-INF/MANIFEST.MF 2011-08-16 08:12:43-0700 @@ -142,7 +142,7 @@ Eclipse-RegisterBuddy: org.argouml.core.infra Eclipse-BuddyPolicy: registered Bundle-ClassPath: lib/commons-logging-1.0.2.jar, - lib/gef-0.13.7.jar, + lib/gef-0.13.8.jar, lib/ocl-argo-1.1.jar, lib/swidgets-0.1.4.jar, lib/toolbar-1.4.1-20071227.jar, Modified: trunk/src/argouml-app/build.properties Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/build.properties?view=diff&pathrev=19661&r1=19660&r2=19661 ============================================================================== --- trunk/src/argouml-app/build.properties (original) +++ trunk/src/argouml-app/build.properties 2011-08-16 08:12:43-0700 @@ -4,7 +4,7 @@ bin.includes = META-INF/,\ .,\ lib/commons-logging-1.0.2.jar,\ - lib/gef-0.13.7.jar,\ + lib/gef-0.13.8.jar,\ lib/ocl-argo-1.1.jar,\ lib/swidgets-0.1.4.jar,\ lib/toolbar-1.4.1-20071227.jar,\ Modified: trunk/src/argouml-app/build.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/build.xml?view=diff&pathrev=19661&r1=19660&r2=19661 ============================================================================== --- trunk/src/argouml-app/build.xml (original) +++ trunk/src/argouml-app/build.xml 2011-08-16 08:12:43-0700 @@ -682,7 +682,7 @@ --> <include name="lib/commons-logging-1.0.2.jar"/> <include name="lib/commons-logging.LICENSE.txt"/> - <include name="lib/gef-0.13.7.jar"/> + <include name="lib/gef-0.13.8.jar"/> <include name="lib/gef.LICENSE.txt"/> <include name="lib/ocl-argo-1.1.jar"/> <include name="lib/ocl-argo.LICENSE.txt"/> Modified: trunk/src/argouml-app/lib/.classpath Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/lib/.classpath?view=diff&pathrev=19661&r1=19660&r2=19661 ============================================================================== --- trunk/src/argouml-app/lib/.classpath (original) +++ trunk/src/argouml-app/lib/.classpath 2011-08-16 08:12:43-0700 @@ -8,6 +8,6 @@ <classpathentry exported="true" kind="lib" path="swidgets-0.1.4.jar"/> <classpathentry exported="true" kind="lib" path="toolbar-1.4.1-20071227.jar" sourcepath="/toolbar"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry exported="true" kind="lib" path="gef-0.13.7.jar" sourcepath="/gef"/> + <classpathentry exported="true" kind="lib" path="gef-0.13.8.jar" sourcepath="/gef"/> <classpathentry kind="output" path="build-eclipse"/> </classpath> Modified: trunk/src/argouml-app/lib/build.properties Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/lib/build.properties?view=diff&pathrev=19661&r1=19660&r2=19661 ============================================================================== --- trunk/src/argouml-app/lib/build.properties (original) +++ trunk/src/argouml-app/lib/build.properties 2011-08-16 08:12:43-0700 @@ -5,4 +5,4 @@ ocl-argo-1.1.jar,\ swidgets-0.1.4.jar,\ toolbar-1.4.jar,\ - gef-0.13.7.jar + gef-0.13.8.jar Modified: trunk/src/argouml-app/tools/eclipse/ArgoUML DEBUG.launch Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tools/eclipse/ArgoUML%20DEBUG.launch?view=diff&pathrev=19661&r1=19660&r2=19661 ============================================================================== --- trunk/src/argouml-app/tools/eclipse/ArgoUML DEBUG.launch (original) +++ trunk/src/argouml-app/tools/eclipse/ArgoUML DEBUG.launch 2011-08-16 08:12:43-0700 @@ -28,7 +28,7 @@ <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry path="3" projectName="argouml-app" type="1"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/argouml-app/lib/antlr-2.7.7.jar" path="3" type="2"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/argouml-app/lib/commons-logging-1.0.2.jar" path="3" type="2"/> "/> -<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/argouml-app/lib/gef-0.13.7.jar" path="3" sourceAttachmentPath="/gef/src" sourceRootPath="" type="2"/> "/> +<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/argouml-app/lib/gef-0.13.8.jar" path="3" sourceAttachmentPath="/gef/src" sourceRootPath="" type="2"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/argouml-app/lib/ocl-argo-1.1.jar" path="3" type="2"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/argouml-app/lib/swidgets-0.1.4.jar" path="3" sourceAttachmentPath="/swidgets/src" sourceRootPath="" type="2"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/argouml-app/lib/toolbar-1.4.1-20071227.jar" path="3" sourceAttachmentPath="/toolbar/src" sourceRootPath="" type="2"/> "/> Modified: trunk/src/argouml-app/tools/eclipse/ArgoUML Languages.launch Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tools/eclipse/ArgoUML%20Languages.launch?view=diff&pathrev=19661&r1=19660&r2=19661 ============================================================================== --- trunk/src/argouml-app/tools/eclipse/ArgoUML Languages.launch (original) +++ trunk/src/argouml-app/tools/eclipse/ArgoUML Languages.launch 2011-08-16 08:12:43-0700 @@ -40,7 +40,7 @@ <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry path="3" projectName="argouml-module-php" type="1"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry path="3" projectName="argouml-module-ruby" type="1"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry path="3" projectName="argouml-module-sql" type="1"/> "/> -<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/argouml-app/lib/gef-0.13.7.jar" path="3" type="2"/> "/> +<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/argouml-app/lib/gef-0.13.8.jar" path="3" type="2"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry path="3" projectName="argouml-core-umlpropertypanels" type="1"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry path="3" projectName="argouml-core-transformer" type="1"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry path="3" projectName="argouml-core-diagrams-sequence2" type="1"/> "/> Modified: trunk/src/argouml-app/tools/eclipse/ArgoUML with all delivered modules.launch Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tools/eclipse/ArgoUML%20with%20all%20delivered%20modules.launch?view=diff&pathrev=19661&r1=19660&r2=19661 ============================================================================== --- trunk/src/argouml-app/tools/eclipse/ArgoUML with all delivered modules.launch (original) +++ trunk/src/argouml-app/tools/eclipse/ArgoUML with all delivered modules.launch 2011-08-16 08:12:43-0700 @@ -28,7 +28,7 @@ <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry path="3" projectName="argouml-app" type="1"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/argouml-app/lib/antlr-2.7.7.jar" path="3" type="2"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/argouml-app/lib/commons-logging-1.0.2.jar" path="3" type="2"/> "/> -<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/argouml-app/lib/gef-0.13.7.jar" path="3" sourceAttachmentPath="/gef/src" sourceRootPath="" type="2"/> "/> +<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/argouml-app/lib/gef-0.13.8.jar" path="3" sourceAttachmentPath="/gef/src" sourceRootPath="" type="2"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/argouml-app/lib/ocl-argo-1.1.jar" path="3" type="2"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/argouml-app/lib/swidgets-0.1.4.jar" path="3" sourceAttachmentPath="/swidgets/src" sourceRootPath="" type="2"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/argouml-app/lib/toolbar-1.4.1-20071227.jar" path="3" sourceAttachmentPath="/toolbar/src" sourceRootPath="" type="2"/> "/> Modified: trunk/src/argouml-app/tools/eclipse/ArgoUML.launch Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tools/eclipse/ArgoUML.launch?view=diff&pathrev=19661&r1=19660&r2=19661 ============================================================================== --- trunk/src/argouml-app/tools/eclipse/ArgoUML.launch (original) +++ trunk/src/argouml-app/tools/eclipse/ArgoUML.launch 2011-08-16 08:12:43-0700 @@ -28,7 +28,7 @@ <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry path="3" projectName="argouml-app" type="1"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/argouml-app/lib/antlr-2.7.7.jar" path="3" type="2"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/argouml-app/lib/commons-logging-1.0.2.jar" path="3" type="2"/> "/> -<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/argouml-app/lib/gef-0.13.7.jar" path="3" sourceAttachmentPath="/gef/src" sourceRootPath="" type="2"/> "/> +<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/argouml-app/lib/gef-0.13.8.jar" path="3" sourceAttachmentPath="/gef/src" sourceRootPath="" type="2"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/argouml-app/lib/ocl-argo-1.1.jar" path="3" type="2"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/argouml-app/lib/swidgets-0.1.4.jar" path="3" sourceAttachmentPath="/swidgets/src" sourceRootPath="" type="2"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/argouml-app/lib/toolbar-1.4.1-20071227.jar" path="3" sourceAttachmentPath="/toolbar/src" sourceRootPath="" type="2"/> "/> Modified: trunk/src/argouml-core-model-euml/ArgoUML UML2-EUML debug.launch Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model-euml/ArgoUML%20UML2-EUML%20debug.launch?view=diff&pathrev=19661&r1=19660&r2=19661 ============================================================================== --- trunk/src/argouml-core-model-euml/ArgoUML UML2-EUML debug.launch (original) +++ trunk/src/argouml-core-model-euml/ArgoUML UML2-EUML debug.launch 2011-08-16 08:12:43-0700 @@ -27,7 +27,7 @@ <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry path="3" projectName="argouml-app" type="1"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/argouml-app/lib/antlr-2.7.7.jar" path="3" type="2"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/argouml-app/lib/commons-logging-1.0.2.jar" path="3" type="2"/> "/> -<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/argouml-app/lib/gef-0.13.7.jar" path="3" sourceAttachmentPath="/gef/src" sourceRootPath="" type="2"/> "/> +<listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/argouml-app/lib/gef-0.13.8.jar" path="3" sourceAttachmentPath="/gef/src" sourceRootPath="" type="2"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/argouml-app/lib/ocl-argo-1.1.jar" path="3" type="2"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/argouml-app/lib/swidgets-0.1.4.jar" path="3" sourceAttachmentPath="/swidgets/src" sourceRootPath="" type="2"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry internalArchive="/argouml-core-model-euml/lib/emf/org.eclipse.emf.common_2.6.0.v20100914-1218.jar" path="3" type="2"/> "/> ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2822076 To unsubscribe from this discussion, e-mail: [[email protected]].
