aboutsummaryrefslogtreecommitdiffstats
path: root/ncomp-maven-xcore-project/src/main/resources/archetype-resources/.classpath
diff options
context:
space:
mode:
authorlj1412 <lji@research.att.com>2017-02-14 15:11:30 +0000
committerlj1412 <lji@research.att.com>2017-02-14 15:11:32 +0000
commitb82c3e96a97c346abdd26fa6a0fe9f657c6a2899 (patch)
treea41cd50aafb83c9892b33dea906937f7e577cb7e /ncomp-maven-xcore-project/src/main/resources/archetype-resources/.classpath
parent7c020e2eb1d12abcb96505cf1ba393eeb2e52e97 (diff)
Init ncomp.maven
Change-Id: I2feb61bb7e8622fb1f2c03263ed0ceae8e1987d2 Signed-off-by: lj1412 <lji@research.att.com>
Diffstat (limited to 'ncomp-maven-xcore-project/src/main/resources/archetype-resources/.classpath')
-rw-r--r--ncomp-maven-xcore-project/src/main/resources/archetype-resources/.classpath17
1 files changed, 17 insertions, 0 deletions
diff --git a/ncomp-maven-xcore-project/src/main/resources/archetype-resources/.classpath b/ncomp-maven-xcore-project/src/main/resources/archetype-resources/.classpath
new file mode 100644
index 0000000..69b19c6
--- /dev/null
+++ b/ncomp-maven-xcore-project/src/main/resources/archetype-resources/.classpath
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" output="target/classes" path="src/main/xcore">
+ <attributes>
+ <attribute name="optional" value="true"/>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="src" path="src/main/xcore-gen"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
+ <attributes>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="output" path="target/classes"/>
+</classpath>