svn commit: r13463 - trunk/src/model-euml
[email protected] 30 Aug 2007 22:14:33 -0000
Newsgroups
gmane.comp.lang.uml.argouml.cvs
Message-ID
<[email protected] >
Author: tfmorris
Date: 2007-08-30 15:14:33-0700
New Revision: 13463
Modified:
trunk/src/model-euml/.classpath
trunk/src/model-euml/build.properties
Log:
Merge Bogdan's end of term GSoC work for eUML
Modified: trunk/src/model-euml/.classpath
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/model-euml/.classpath?view=diff&rev=13463&p1=trunk/src/model-euml/.classpath&p2=trunk/src/model-euml/.classpath&r1=13462&r2=13463
==============================================================================
--- trunk/src/model-euml/.classpath (original)
+++ trunk/src/model-euml/.classpath 2007-08-30 15:14:33-0700
@@ -3,15 +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 kind="lib" path="lib/org.eclipse.emf.common_2.3.0.v200703080200.jar"/>
- <classpathentry kind="lib" path="lib/org.eclipse.emf.ecore_2.3.0.v200703080200.jar"/>
- <classpathentry kind="lib" path="lib/org.eclipse.emf.ecore.change_2.3.0.v200706262000.jar"/>
- <classpathentry kind="lib" path="lib/org.eclipse.emf.ecore.xmi_2.3.0.v200703080200.jar"/>
- <classpathentry kind="lib" path="lib/org.eclipse.emf.edit_2.3.0.v200706262000.jar"/>
- <classpathentry kind="lib" path="lib/org.eclipse.emf.mapping.ecore2xml_2.3.0.v200706262000.jar"/>
- <classpathentry kind="lib" path="lib/org.eclipse.uml2.common_1.3.0.v200703011358.jar"/>
- <classpathentry kind="lib" path="lib/org.eclipse.uml2.common.edit_1.3.0.v200706251652.jar"/>
- <classpathentry kind="lib" path="lib/org.eclipse.uml2.uml_2.1.0.v200703011358.jar"/>
- <classpathentry kind="lib" path="lib/org.eclipse.uml2.uml.resources_2.1.0.v200706251652.jar"/>
+ <classpathentry kind="lib" path="lib/emf/org.eclipse.emf.common_2.3.0.v200708072030.jar"/>
+ <classpathentry kind="lib" path="lib/emf/org.eclipse.emf.ecore_2.3.1.v200708072030.jar"/>
+ <classpathentry kind="lib" path="lib/emf/org.eclipse.emf.ecore.change_2.3.0.v200708072030.jar"/>
+ <classpathentry kind="lib" path="lib/emf/org.eclipse.emf.ecore.change.edit_2.3.0.v200708072030.jar"/>
+ <classpathentry kind="lib" path="lib/emf/org.eclipse.emf.ecore.edit_2.3.0.v200708072030.jar"/>
+ <classpathentry kind="lib" path="lib/emf/org.eclipse.emf.ecore.xmi_2.3.1.v200708072030.jar"/>
+ <classpathentry kind="lib" path="lib/emf/org.eclipse.emf.edit_2.3.1.v200708072030.jar"/>
+ <classpathentry kind="lib" path="lib/emf/org.eclipse.emf.mapping_2.3.0.v200708072030.jar"/>
+ <classpathentry kind="lib" path="lib/emf/org.eclipse.emf.mapping.ecore2xml_2.3.0.v200708072030.jar"/>
+ <classpathentry kind="lib" path="lib/uml2/org.eclipse.uml2.common_1.3.1.v200707311200.jar"/>
+ <classpathentry kind="lib" path="lib/uml2/org.eclipse.uml2.common.edit_1.3.0.v200706251652.jar"/>
+ <classpathentry kind="lib" path="lib/uml2/org.eclipse.uml2.uml_2.1.1.v200707311200.jar"/>
+ <classpathentry kind="lib" path="lib/uml2/org.eclipse.uml2.uml.edit_2.1.0.v200706251652.jar"/>
+ <classpathentry kind="lib" path="lib/uml2/org.eclipse.uml2.uml.resources_2.1.0.v200706251652.jar"/>
<classpathentry kind="output" path="build-eclipse"/>
</classpath>
Modified: trunk/src/model-euml/build.properties
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/model-euml/build.properties?view=diff&rev=13463&p1=trunk/src/model-euml/build.properties&p2=trunk/src/model-euml/build.properties&r1=13462&r2=13463
==============================================================================
--- trunk/src/model-euml/build.properties (original)
+++ trunk/src/model-euml/build.properties 2007-08-30 15:14:33-0700
@@ -1,3 +1,17 @@
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,\
.
source.. = src/