svn commit: r13332 - branches/gsoc2007/b00__1/model-euml/build.xml
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: b00__1
Date: 2007-08-14 01:27:09-0700
New Revision: 13332
Modified:
branches/gsoc2007/b00__1/model-euml/build.xml
Log:
Updated UML2&EMF class paths
Modified: branches/gsoc2007/b00__1/model-euml/build.xml
Url: http://argouml.tigris.org/source/browse/argouml/branches/gsoc2007/b00__1/model-euml/build.xml?view=diff&rev=13332&p1=branches/gsoc2007/b00__1/model-euml/build.xml&p2=branches/gsoc2007/b00__1/model-euml/build.xml&r1=13331&r2=13332
==============================================================================
--- branches/gsoc2007/b00__1/model-euml/build.xml (original)
+++ branches/gsoc2007/b00__1/model-euml/build.xml 2007-08-14 01:27:09-0700
@@ -38,13 +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">