svn commit: r16945 - trunk/src/argouml-core-model-euml: . META-INF

Tom Morris <[email protected]>
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: tfmorris
Date: 2009-03-26 00:57:15-0700
New Revision: 16945

Added:
   trunk/src/argouml-core-model-euml/plugin.xml   (contents, props changed)
Modified:
   trunk/src/argouml-core-model-euml/.classpath
   trunk/src/argouml-core-model-euml/ArgoUML UML2-EUML debug.launch
   trunk/src/argouml-core-model-euml/META-INF/MANIFEST.MF
   trunk/src/argouml-core-model-euml/build.properties

Log:
Switch to latest UML and EMF versions

Modified: trunk/src/argouml-core-model-euml/.classpath
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model-euml/.classpath?view=diff&pathrev=16945&r1=16944&r2=16945
==============================================================================
--- trunk/src/argouml-core-model-euml/.classpath	(original)
+++ trunk/src/argouml-core-model-euml/.classpath	2009-03-26 00:57:15-0700
@@ -3,19 +3,19 @@
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-	<classpathentry exported="true" kind="lib" path="lib/emf/org.eclipse.emf.common_2.3.0.v200708072030.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/emf/org.eclipse.emf.ecore_2.3.1.v200708072030.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/emf/org.eclipse.emf.ecore.change_2.3.0.v200708072030.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/emf/org.eclipse.emf.ecore.change.edit_2.3.0.v200708072030.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/emf/org.eclipse.emf.ecore.edit_2.3.0.v200708072030.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/emf/org.eclipse.emf.ecore.xmi_2.3.1.v200708072030.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/emf/org.eclipse.emf.edit_2.3.1.v200708072030.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/emf/org.eclipse.emf.mapping_2.3.0.v200708072030.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/emf/org.eclipse.emf.mapping.ecore2xml_2.3.0.v200708072030.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/uml2/org.eclipse.uml2.common_1.3.1.v200707311200.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/uml2/org.eclipse.uml2.common.edit_1.3.0.v200706251652.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/uml2/org.eclipse.uml2.uml_2.1.1.v200707311200.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/uml2/org.eclipse.uml2.uml.edit_2.1.0.v200706251652.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/uml2/org.eclipse.uml2.uml.resources_2.1.0.v200706251652.jar"/>
+	<classpathentry kind="lib" path="lib/emf/org.eclipse.emf.common_2.4.0.v200902171115.jar"/>
+	<classpathentry kind="lib" path="lib/emf/org.eclipse.emf.ecore_2.4.2.v200902171115.jar"/>
+	<classpathentry kind="lib" path="lib/emf/org.eclipse.emf.ecore.change_2.4.0.v200902171115.jar"/>
+	<classpathentry kind="lib" path="lib/emf/org.eclipse.emf.ecore.change.edit_2.4.0.v200902171115.jar"/>
+	<classpathentry kind="lib" path="lib/emf/org.eclipse.emf.ecore.edit_2.4.1.v200902171115.jar"/>
+	<classpathentry kind="lib" path="lib/emf/org.eclipse.emf.ecore.xmi_2.4.1.v200902171115.jar"/>
+	<classpathentry kind="lib" path="lib/emf/org.eclipse.emf.edit_2.4.2.v200902171115.jar"/>
+	<classpathentry kind="lib" path="lib/emf/org.eclipse.emf.mapping_2.4.0.v200902171115.jar"/>
+	<classpathentry kind="lib" path="lib/emf/org.eclipse.emf.mapping.ecore2xml_2.4.0.v200902171115.jar"/>
+	<classpathentry kind="lib" path="lib/uml2/org.eclipse.uml2.common_1.4.0.v200805131030.jar"/>
+	<classpathentry kind="lib" path="lib/uml2/org.eclipse.uml2.common.edit_1.4.0.v200805131030.jar"/>
+	<classpathentry kind="lib" path="lib/uml2/org.eclipse.uml2.uml_2.2.2.v200811051031.jar" sourcepath="lib/uml2/org.eclipse.uml2.source_2.2.2.v200902101430/src/org.eclipse.uml2.uml_2.2.2.v200811051031/src.zip"/>
+	<classpathentry kind="lib" path="lib/uml2/org.eclipse.uml2.uml.edit_2.2.0.v200805131030.jar"/>
+	<classpathentry kind="lib" path="lib/uml2/org.eclipse.uml2.uml.resources_2.2.0.v200805131030.jar"/>
 	<classpathentry kind="output" path="build-eclipse"/>
 </classpath>

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=16945&r1=16944&r2=16945
==============================================================================
--- trunk/src/argouml-core-model-euml/ArgoUML UML2-EUML debug.launch	(original)
+++ trunk/src/argouml-core-model-euml/ArgoUML UML2-EUML debug.launch	2009-03-26 00:57:15-0700
@@ -14,7 +14,6 @@
 <listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5&quot; javaProject=&quot;argouml-app&quot; path=&quot;1&quot; type=&quot;4&quot;/&gt;&#13;&#10;"/>
 <listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry id=&quot;org.eclipse.jdt.launching.classpathentry.defaultClasspath&quot;&gt;&#13;&#10;&lt;memento exportedEntriesOnly=&quot;false&quot; project=&quot;argouml-app&quot;/&gt;&#13;&#10;&lt;/runtimeClasspathEntry&gt;&#13;&#10;"/>
 <listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry path=&quot;3&quot; projectName=&quot;argouml-core-model&quot; type=&quot;1&quot;/&gt;&#13;&#10;"/>
-<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry path=&quot;3&quot; projectName=&quot;argouml-core-model-mdr&quot; type=&quot;1&quot;/&gt;&#13;&#10;"/>
 <listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/argouml-core-model-mdr/lib/jmi.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
 <listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/argouml-core-model-mdr/lib/jmiutils.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
 <listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/argouml-core-model-mdr/lib/mdrapi.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
@@ -31,6 +30,21 @@
 <listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/argouml-app/lib/gef-0.13.jar&quot; path=&quot;3&quot; sourceAttachmentPath=&quot;/gef/src&quot; sourceRootPath=&quot;&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
 <listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/argouml-app/lib/ocl-argo-1.1.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
 <listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/argouml-app/lib/swidgets-0.1.4.jar&quot; path=&quot;3&quot; sourceAttachmentPath=&quot;/swidgets/src&quot; sourceRootPath=&quot;&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
+<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/argouml-core-model-euml/lib/emf/org.eclipse.emf.common_2.4.0.v200902171115.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
+<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/argouml-core-model-euml/lib/emf/org.eclipse.emf.ecore_2.4.2.v200902171115.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
+<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/argouml-core-model-euml/lib/emf/org.eclipse.emf.ecore.change_2.4.0.v200902171115.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
+<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/argouml-core-model-euml/lib/emf/org.eclipse.emf.ecore.change.edit_2.4.0.v200902171115.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
+<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/argouml-core-model-euml/lib/emf/org.eclipse.emf.ecore.edit_2.4.1.v200902171115.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
+<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/argouml-core-model-euml/lib/emf/org.eclipse.emf.ecore.xmi_2.4.1.v200902171115.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
+<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/argouml-core-model-euml/lib/emf/org.eclipse.emf.edit_2.4.2.v200902171115.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
+<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/argouml-core-model-euml/lib/emf/org.eclipse.emf.mapping_2.4.0.v200902171115.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
+<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/argouml-core-model-euml/lib/uml2/org.eclipse.uml2.common_1.4.0.v200805131030.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
+<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/argouml-core-model-euml/lib/uml2/org.eclipse.uml2.common.edit_1.4.0.v200805131030.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
+<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/argouml-core-model-euml/lib/uml2/org.eclipse.uml2.uml_2.2.2.v200811051031.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
+<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/argouml-core-model-euml/lib/uml2/org.eclipse.uml2.uml.edit_2.2.0.v200805131030.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
+<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/argouml-core-model-euml/lib/uml2/org.eclipse.uml2.uml.resources_2.2.0.v200805131030.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
+<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/argouml-core-model-euml/lib/emf/org.eclipse.emf.mapping.ecore2xml_2.4.0.v200902171115.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
+<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry path=&quot;3&quot; projectName=&quot;argouml-core-model-euml&quot; type=&quot;1&quot;/&gt;&#13;&#10;"/>
 <listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/argouml-app/lib/toolbar-1.4.1-20071227.jar&quot; path=&quot;3&quot; sourceAttachmentPath=&quot;/toolbar/src&quot; sourceRootPath=&quot;&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
 <listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry path=&quot;3&quot; projectName=&quot;argouml-core-infra&quot; type=&quot;1&quot;/&gt;&#13;&#10;"/>
 <listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/argouml-core-infra/lib/log4j-1.2.6.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>

Modified: trunk/src/argouml-core-model-euml/META-INF/MANIFEST.MF
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model-euml/META-INF/MANIFEST.MF?view=diff&pathrev=16945&r1=16944&r2=16945
==============================================================================
--- trunk/src/argouml-core-model-euml/META-INF/MANIFEST.MF	(original)
+++ trunk/src/argouml-core-model-euml/META-INF/MANIFEST.MF	2009-03-26 00:57:15-0700
@@ -2,8 +2,8 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-Vendor: %pluginProvider
-Bundle-SymbolicName: org.argouml.core.model.euml
-Bundle-Version: 0.25.5
+Bundle-SymbolicName: org.argouml.core.model.euml;singleton:=true
+Bundle-Version: 0.28.0
 Bundle-Localization: plugin
 Require-Bundle: org.argouml.core.infra,
  org.argouml.core.model
@@ -78,18 +78,19 @@
  org.eclipse.uml2.uml.util,
  profiles,
  schema
-Bundle-ClassPath: lib/emf/org.eclipse.emf.common_2.3.0.v200708072030.jar,
- lib/emf/org.eclipse.emf.ecore_2.3.1.v200708072030.jar,
- lib/emf/org.eclipse.emf.ecore.change_2.3.0.v200708072030.jar,
- lib/emf/org.eclipse.emf.ecore.change.edit_2.3.0.v200708072030.jar,
- lib/emf/org.eclipse.emf.ecore.edit_2.3.0.v200708072030.jar,
- lib/emf/org.eclipse.emf.ecore.xmi_2.3.1.v200708072030.jar,
- lib/emf/org.eclipse.emf.edit_2.3.1.v200708072030.jar,
- lib/emf/org.eclipse.emf.mapping_2.3.0.v200708072030.jar,
- lib/emf/org.eclipse.emf.mapping.ecore2xml_2.3.0.v200708072030.jar,
- lib/uml2/org.eclipse.uml2.common_1.3.1.v200707311200.jar,
- lib/uml2/org.eclipse.uml2.common.edit_1.3.0.v200706251652.jar,
- lib/uml2/org.eclipse.uml2.uml_2.1.1.v200707311200.jar,
- lib/uml2/org.eclipse.uml2.uml.edit_2.1.0.v200706251652.jar,
- lib/uml2/org.eclipse.uml2.uml.resources_2.1.0.v200706251652.jar
+Bundle-ClassPath: lib/emf/org.eclipse.emf.common_2.4.0.v200902171115.jar,
+ lib/emf/org.eclipse.emf.ecore_2.4.2.v200902171115.jar,
+ lib/emf/org.eclipse.emf.ecore.change_2.4.0.v200902171115.jar,
+ lib/emf/org.eclipse.emf.ecore.change.edit_2.4.0.v200902171115.jar,
+ lib/emf/org.eclipse.emf.ecore.edit_2.4.1.v200902171115.jar,
+ lib/emf/org.eclipse.emf.ecore.xmi_2.4.1.v200902171115.jar,
+ lib/emf/org.eclipse.emf.edit_2.4.2.v200902171115.jar,
+ lib/emf/org.eclipse.emf.mapping_2.4.0.v200902171115.jar,
+ lib/emf/org.eclipse.emf.mapping.ecore2xml_2.4.0.v200902171115.jar,
+ lib/uml2/org.eclipse.uml2.common_1.4.0.v200805131030.jar,
+ lib/uml2/org.eclipse.uml2.common.edit_1.4.0.v200805131030.jar,
+ lib/uml2/org.eclipse.uml2.uml_2.2.2.v200811051031.jar,
+ lib/uml2/org.eclipse.uml2.uml.edit_2.2.0.v200805131030.jar,
+ lib/uml2/org.eclipse.uml2.uml.resources_2.2.0.v200805131030.jar,
+ .
 Eclipse-RegisterBuddy: org.argouml.core.infra, org.argouml.core.model

Modified: trunk/src/argouml-core-model-euml/build.properties
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model-euml/build.properties?view=diff&pathrev=16945&r1=16944&r2=16945
==============================================================================
--- trunk/src/argouml-core-model-euml/build.properties	(original)
+++ trunk/src/argouml-core-model-euml/build.properties	2009-03-26 00:57:15-0700
@@ -1,17 +1,18 @@
 bin.includes = META-INF/,\
-               lib/emf/org.eclipse.emf.common_2.3.0.v200708072030.jar,\
-               lib/emf/org.eclipse.emf.ecore_2.3.1.v200708072030.jar,\
-               lib/emf/org.eclipse.emf.ecore.change_2.3.0.v200708072030.jar,\
-               lib/emf/org.eclipse.emf.ecore.change.edit_2.3.0.v200708072030.jar,\
-               lib/emf/org.eclipse.emf.ecore.edit_2.3.0.v200708072030.jar,\
-               lib/emf/org.eclipse.emf.ecore.xmi_2.3.1.v200708072030.jar,\
-               lib/emf/org.eclipse.emf.edit_2.3.1.v200708072030.jar,\
-               lib/emf/org.eclipse.emf.mapping_2.3.0.v200708072030.jar,\
-               lib/emf/org.eclipse.emf.mapping.ecore2xml_2.3.0.v200708072030.jar,\
-               lib/uml2/org.eclipse.uml2.common_1.3.1.v200707311200.jar,\
-               lib/uml2/org.eclipse.uml2.common.edit_1.3.0.v200706251652.jar,\
-               lib/uml2/org.eclipse.uml2.uml_2.1.1.v200707311200.jar,\
-               lib/uml2/org.eclipse.uml2.uml.edit_2.1.0.v200706251652.jar,\
-               lib/uml2/org.eclipse.uml2.uml.resources_2.1.0.v200706251652.jar,\
-               .
+               .,\
+               plugin.xml,\
+               lib/emf/org.eclipse.emf.common_2.4.0.v200902171115.jar,\
+               lib/emf/org.eclipse.emf.ecore_2.4.2.v200902171115.jar,\
+               lib/emf/org.eclipse.emf.ecore.change_2.4.0.v200902171115.jar,\
+               lib/emf/org.eclipse.emf.ecore.change.edit_2.4.0.v200902171115.jar,\
+               lib/emf/org.eclipse.emf.ecore.edit_2.4.1.v200902171115.jar,\
+               lib/emf/org.eclipse.emf.ecore.xmi_2.4.1.v200902171115.jar,\
+               lib/emf/org.eclipse.emf.edit_2.4.2.v200902171115.jar,\
+               lib/emf/org.eclipse.emf.mapping_2.4.0.v200902171115.jar,\
+               lib/emf/org.eclipse.emf.mapping.ecore2xml_2.4.0.v200902171115.jar,\
+               lib/uml2/org.eclipse.uml2.common_1.4.0.v200805131030.jar,\
+               lib/uml2/org.eclipse.uml2.common.edit_1.4.0.v200805131030.jar,\
+               lib/uml2/org.eclipse.uml2.uml_2.2.2.v200811051031.jar,\
+               lib/uml2/org.eclipse.uml2.uml.edit_2.2.0.v200805131030.jar,\
+               lib/uml2/org.eclipse.uml2.uml.resources_2.2.0.v200805131030.jar
 source.. = src/

Added: trunk/src/argouml-core-model-euml/plugin.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model-euml/plugin.xml?view=markup&pathrev=16945
==============================================================================
--- (empty file)
+++ trunk/src/argouml-core-model-euml/plugin.xml	2009-03-26 00:57:15-0700
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.2"?>
+<plugin>
+   <extension
+         id="org.argouml.model.euml"
+         name="Eclipse UML2 Model Implementation"
+         point="org.argouml.core.model.model_subsystem">
+      <subsystem
+            className="org.argouml.model.euml.EUMLModelImplementation">
+      </subsystem>
+   </extension>
+
+</plugin>

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=1426792

To unsubscribe from this discussion, e-mail: [[email protected]].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.