svn commit: r13464 - trunk/src/model-euml/build.xml
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: tfmorris
Date: 2007-08-30 15:20:03-0700
New Revision: 13464
Modified:
trunk/src/model-euml/build.xml
Log:
Merge Bogdan's end of term GSoC work for eUML
Modified: trunk/src/model-euml/build.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/model-euml/build.xml?view=diff&rev=13464&p1=trunk/src/model-euml/build.xml&p2=trunk/src/model-euml/build.xml&r1=13463&r2=13464
==============================================================================
--- trunk/src/model-euml/build.xml (original)
+++ trunk/src/model-euml/build.xml 2007-08-30 15:20:03-0700
@@ -38,11 +38,20 @@
<property name="result.jar" value="argouml-euml.jar"/>
<path id="euml.run.classpath">
- <pathelement location="${argo.euml.dir}/lib/org.eclipse.emf.common_2.3.0.v200703080200.jar"/>
- <pathelement location="${argo.euml.dir}/lib/org.eclipse.emf.ecore.xmi_2.3.0.v200703080200.jar"/>
- <pathelement location="${argo.euml.dir}/lib/org.eclipse.emf.ecore_2.3.0.v200703080200.jar"/>
- <pathelement location="${argo.euml.dir}/lib/org.eclipse.uml2.common_1.3.0.v200703011358.jar"/>
- <pathelement location="${argo.euml.dir}/lib/org.eclipse.uml2.uml_2.1.0.v200703011358.jar"/>
+ <pathelement location="${argo.euml.dir}/lib/emf/org.eclipse.emf.common_2.3.0.v200708072030.jar"/>
+ <pathelement location="${argo.euml.dir}/lib/emf/org.eclipse.emf.ecore.change.edit_2.3.0.v200708072030.jar"/>
+ <pathelement location="${argo.euml.dir}/lib/emf/org.eclipse.emf.ecore.change_2.3.0.v200708072030.jar"/>
+ <pathelement location="${argo.euml.dir}/lib/emf/org.eclipse.emf.ecore.edit_2.3.0.v200708072030.jar"/>
+ <pathelement location="${argo.euml.dir}/lib/emf/org.eclipse.emf.ecore.xmi_2.3.1.v200708072030.jar"/>
+ <pathelement location="${argo.euml.dir}/lib/emf/org.eclipse.emf.ecore_2.3.1.v200708072030.jar"/>
+ <pathelement location="${argo.euml.dir}/lib/emf/org.eclipse.emf.edit_2.3.1.v200708072030.jar"/>
+ <pathelement location="${argo.euml.dir}/lib/emf/org.eclipse.emf.mapping.ecore2xml_2.3.0.v200708072030.jar"/>
+ <pathelement location="${argo.euml.dir}/lib/emf/org.eclipse.emf.mapping_2.3.0.v200708072030.jar"/>
+ <pathelement location="${argo.euml.dir}/lib/uml2/org.eclipse.uml2.common.edit_1.3.0.v200706251652.jar"/>
+ <pathelement location="${argo.euml.dir}/lib/uml2/org.eclipse.uml2.common_1.3.1.v200707311200.jar"/>
+ <pathelement location="${argo.euml.dir}/lib/uml2/org.eclipse.uml2.uml.edit_2.1.0.v200706251652.jar"/>
+ <pathelement location="${argo.euml.dir}/lib/uml2/org.eclipse.uml2.uml.resources_2.1.0.v200706251652.jar"/>
+ <pathelement location="${argo.euml.dir}/lib/uml2/org.eclipse.uml2.uml_2.1.1.v200707311200.jar"/>
</path>
<path id="euml.compile.classpath">