Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/minilibrary/org.eclipse.viatra.query.runtime.runonce.tests/model/test.library')
-rw-r--r--examples/minilibrary/org.eclipse.viatra.query.runtime.runonce.tests/model/test.library20
1 files changed, 0 insertions, 20 deletions
diff --git a/examples/minilibrary/org.eclipse.viatra.query.runtime.runonce.tests/model/test.library b/examples/minilibrary/org.eclipse.viatra.query.runtime.runonce.tests/model/test.library
deleted file mode 100644
index 2daf6fe35..000000000
--- a/examples/minilibrary/org.eclipse.viatra.query.runtime.runonce.tests/model/test.library
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<vlibrary:Library xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:vlibrary="http://www.eclipse.org/viatra/examples/library/1.0" address="Test street">
- <writers books="//@books.1 //@books.0" name="First Author"/>
- <writers books="//@books.1" name="Second Author"/>
- <writers books="//@books.3" name="Third Author"/>
- <writers books="//@books.2" name="Twin One"/>
- <writers books="//@books.2" name="Twin Two"/>
- <books title="First Book in Library" pages="30" authors="//@writers.0">
- <category>SciFi</category>
- <category>Drama</category>
- </books>
- <books title="Second book" pages="42" authors="//@writers.0 //@writers.1">
- <category>Art</category>
- </books>
- <books title="Twin life" authors="//@writers.3 //@writers.4"/>
- <books title="Other SciFi" pages="150" authors="//@writers.2">
- <category>SciFi</category>
- <category>History</category>
- </books>
-</vlibrary:Library>

Back to the top