aboutsummaryrefslogtreecommitdiffstats
path: root/ncomp-maven-xcore-project/src/main/resources/archetype-resources/dcae-vm-manager%plugin.xml
diff options
context:
space:
mode:
authorCarsten Lund <lund@research.att.com>2017-04-12 21:28:50 +0000
committerCarsten Lund <lund@research.att.com>2017-04-12 21:28:50 +0000
commit0eafcd43f51c50c4a2e53d76f98add278bcca017 (patch)
tree3a158955d635a93363443962ad26e7d924aac783 /ncomp-maven-xcore-project/src/main/resources/archetype-resources/dcae-vm-manager%plugin.xml
parent819024cb63580c7bfbb05d367e9358c2f1bad494 (diff)
fixed issues with : in file names for Windows
Change-Id: I899e3f8cf7a798efc0ccadac44e11f7efadd56d2 Signed-off-by: Carsten Lund <lund@research.att.com>
Diffstat (limited to 'ncomp-maven-xcore-project/src/main/resources/archetype-resources/dcae-vm-manager%plugin.xml')
-rw-r--r--ncomp-maven-xcore-project/src/main/resources/archetype-resources/dcae-vm-manager%plugin.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/ncomp-maven-xcore-project/src/main/resources/archetype-resources/dcae-vm-manager%plugin.xml b/ncomp-maven-xcore-project/src/main/resources/archetype-resources/dcae-vm-manager%plugin.xml
new file mode 100644
index 0000000..8e8a0ed
--- /dev/null
+++ b/ncomp-maven-xcore-project/src/main/resources/archetype-resources/dcae-vm-manager%plugin.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
+
+<!--
+-->
+
+<plugin>
+
+ <extension point="org.eclipse.emf.ecore.generated_package">
+ <!-- @generated service -->
+ <package
+ uri="NCOMPBASE.SSSS.service"
+ class="NCOMPBASE.SSSS.service.ServicePackage"
+ genModel="src/main/xcore/service.xcore"/>
+ </extension>
+
+ <extension point="org.eclipse.emf.ecore.generated_package">
+ <!-- @generated manager -->
+ <package
+ uri="NCOMPBASE.SSSS.manager"
+ class="NCOMPBASE.SSSS.manager.ManagerPackage"
+ genModel="src/main/xcore/manager.xcore"/>
+ </extension>
+
+</plugin>