diff options
author | Carsten Lund <lund@research.att.com> | 2017-04-16 14:00:29 +0000 |
---|---|---|
committer | Carsten Lund <lund@research.att.com> | 2017-04-16 14:01:24 +0000 |
commit | 3ec1de0d0dc87b0123dd0ec47b3c9f40f22bad24 (patch) | |
tree | 033b72ee193ffa31e701f8fc14fa0968428d2b8f /ncomp-sirius-manager-server/.classpath | |
parent | a3e9b9cea143816780eed14896ca5843402ee371 (diff) |
[DCAE-15] Changes related to version 1.1
See Jira for details
Change-Id: I392c4faf0de70d7a810f86eaafb7ed3ab4613386
Signed-off-by: Carsten Lund <lund@research.att.com>
Diffstat (limited to 'ncomp-sirius-manager-server/.classpath')
-rw-r--r-- | ncomp-sirius-manager-server/.classpath | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/ncomp-sirius-manager-server/.classpath b/ncomp-sirius-manager-server/.classpath index 81fc615..850d265 100644 --- a/ncomp-sirius-manager-server/.classpath +++ b/ncomp-sirius-manager-server/.classpath @@ -6,6 +6,13 @@ <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> + <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"> + <attributes> + <attribute name="maven.pomderived" value="true"/> + </attributes> + </classpathentry> + <classpathentry kind="src" path="src/main/java-gen"/> + <classpathentry kind="src" path="src/main/resources-gen"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> <attributes> @@ -23,10 +30,5 @@ <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> - <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"> - <attributes> - <attribute name="maven.pomderived" value="true"/> - </attributes> - </classpathentry> <classpathentry kind="output" path="target/classes"/> </classpath> |