Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordwagelaar2012-05-22 19:17:57 +0000
committerdwagelaar2012-05-22 19:17:57 +0000
commita1cc36946a031b16659aa1290db47445a1f2f131 (patch)
tree18e7cf0804222af692241b45809710a36736678f
parent6956188e2d2a6b61001708f53f955a39c8e77a2d (diff)
downloadorg.eclipse.atl-a1cc36946a031b16659aa1290db47445a1f2f131.tar.gz
org.eclipse.atl-a1cc36946a031b16659aa1290db47445a1f2f131.tar.xz
org.eclipse.atl-a1cc36946a031b16659aa1290db47445a1f2f131.zip
Use InlineCodeblocks transformation model directly from the compiler project.
-rw-r--r--tests/org.eclipse.m2m.atl.emftvm.tests/anttest/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/org.eclipse.m2m.atl.emftvm.tests/anttest/build.xml b/tests/org.eclipse.m2m.atl.emftvm.tests/anttest/build.xml
index 7a104ac2..3c712f20 100644
--- a/tests/org.eclipse.m2m.atl.emftvm.tests/anttest/build.xml
+++ b/tests/org.eclipse.m2m.atl.emftvm.tests/anttest/build.xml
@@ -15,7 +15,7 @@
<emftvm.loadModel name="ATLCopy" wspath="org.eclipse.m2m.atl.emftvm.compiler/transformations/ATLCopy.atl"/>
<emftvm.loadModel name="EMFTVMCopy" wspath="org.eclipse.m2m.atl.emftvm.compiler/transformations/EMFTVMCopy.atl"/>
<emftvm.loadMetamodel name="ATL" uri="http://www.eclipse.org/gmt/2005/ATL"/>
- <emftvm.loadModel name="InlineCodeblocks" wspath="org.eclipse.m2m.atl.emftvm.tests/test-data/InlineCodeblocks.emftvm"/>
+ <emftvm.loadModel name="InlineCodeblocks" wspath="org.eclipse.m2m.atl.emftvm.compiler/transformations/InlineCodeblocks.emftvm"/>
</target>
<target name="run" depends="loadModels">

Back to the top