blob: e0ca4536e6f0730fe2e28206a388ba62f05b225a [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:mtl="http://www.eclipse.org/acceleo/mtl/3.0" xmlns:ocl.ecore="http://www.eclipse.org/ocl/1.1.0/Ecore">
<mtl:Module name="pom" nsURI="org::eclipse::acceleo::module::sample::main::pom" startHeaderPosition="411" endHeaderPosition="593">
<documentation xsi:type="mtl:ModuleDocumentation" author="sbegaudeau">
<body startPosition="32" endPosition="408" value="&#xD;&#xA;Copyright (c) 2008, 2012 Obeo.&lt;br/>&#xD;&#xA;All rights reserved. This program and the accompanying materials&#xD;&#xA;are made available under the terms of the Eclipse Public License v1.0&#xD;&#xA;which accompanies this distribution, and is available at&#xD;&#xA;http://www.eclipse.org/legal/epl-v10.html&#xD;&#xA;&#xD;&#xA;Contributors:&#xD;&#xA;Obeo - initial API and implementation&#xD;&#xA;@author sbegaudeau&#xD;&#xA;&#xD;&#xA;"/>
</documentation>
<input>
<takesTypesFrom href="http://www.eclipse.org/acceleo/ui/acceleowizardmodel/3.1#/"/>
</input>
<ownedModuleElement xsi:type="mtl:Template" name="genPom" visibility="Public" main="true">
<body xsi:type="mtl:FileBlock" openMode="OverWrite">
<body xsi:type="ocl.ecore:StringLiteralExp" stringSymbol="&lt;project xmlns=&quot;http://maven.apache.org/POM/4.0.0&quot;&#xA; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&#xA; xsi:schemaLocation=&quot;http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd&quot;>&#xA; &lt;modelVersion>4.0.0&lt;/modelVersion>&#xA;&#xA; &lt;prerequisites>&#xA; &lt;maven>3.0&lt;/maven>&#xA; &lt;/prerequisites>&#xA;&#xA; &lt;groupId>org.eclipse.acceleo&lt;/groupId>&#xA; &lt;artifactId>"/>
<body xsi:type="ocl.ecore:VariableExp" name="parent" referredVariable="/0/genPom/parent">
<eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/>
</body>
<body xsi:type="ocl.ecore:StringLiteralExp" stringSymbol="&lt;/artifactId>&#xA; &lt;version>1.0.0.qualifier&lt;/version>&#xA; &lt;packaging>pom&lt;/packaging>&#xA; &lt;name>Acceleo Generator Project&lt;/name>&#xA;&#xA; &lt;modules>&#xA; &lt;module>../"/>
<body xsi:type="ocl.ecore:PropertyCallExp">
<eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/>
<source xsi:type="ocl.ecore:VariableExp" name="anAcceleoPom" referredVariable="/0/genPom/anAcceleoPom">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/acceleo/ui/acceleowizardmodel/3.1#//AcceleoPom"/>
</source>
<referredProperty xsi:type="ecore:EAttribute" href="http://www.eclipse.org/acceleo/ui/acceleowizardmodel/3.1#//AcceleoPom/artifactId"/>
</body>
<body xsi:type="ocl.ecore:StringLiteralExp" stringSymbol="&lt;/module>&#xA; &lt;module>../"/>
<body xsi:type="ocl.ecore:PropertyCallExp">
<eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/>
<source xsi:type="ocl.ecore:VariableExp" name="anAcceleoPom" referredVariable="/0/genPom/anAcceleoPom">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/acceleo/ui/acceleowizardmodel/3.1#//AcceleoPom"/>
</source>
<referredProperty xsi:type="ecore:EAttribute" href="http://www.eclipse.org/acceleo/ui/acceleowizardmodel/3.1#//AcceleoPom/artifactId"/>
</body>
<body xsi:type="ocl.ecore:StringLiteralExp" stringSymbol=".feature&lt;/module>&#xA; &lt;module>../"/>
<body xsi:type="ocl.ecore:PropertyCallExp">
<eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/>
<source xsi:type="ocl.ecore:VariableExp" name="anAcceleoPom" referredVariable="/0/genPom/anAcceleoPom">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/acceleo/ui/acceleowizardmodel/3.1#//AcceleoPom"/>
</source>
<referredProperty xsi:type="ecore:EAttribute" href="http://www.eclipse.org/acceleo/ui/acceleowizardmodel/3.1#//AcceleoPom/artifactId"/>
</body>
<body xsi:type="ocl.ecore:StringLiteralExp" stringSymbol=".updatesite&lt;/module>&#xA; &lt;/modules>&#xA;&#xA; &lt;properties>&#xA; &lt;acceleo-version>3.3.0&lt;/acceleo-version>&#xA; &lt;tycho-version>0.14.1&lt;/tycho-version>&#xA; &lt;acceleo-site>https://hudson.eclipse.org/hudson/job/m2t-acceleo-master/lastSuccessfulBuild/artifact/Acceleo.p2.repository/&lt;/acceleo-site>&#xA; &lt;orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/S20120308061416/repository/&lt;/orbit-site>&#xA; &lt;/properties>&#xA;&#xA; &lt;profiles>&#xA; &lt;profile>&#xA; &lt;id>platform-indigo&lt;/id>&#xA; &lt;activation>&#xA; &lt;activeByDefault>true&lt;/activeByDefault>&#xA; &lt;property>&#xA; &lt;name>platform-version-name&lt;/name>&#xA; &lt;value>indigo&lt;/value>&#xA; &lt;/property>&#xA; &lt;/activation>&#xA; &lt;properties>&#xA; &lt;eclipse-site>http://download.eclipse.org/releases/indigo&lt;/eclipse-site>&#xA; &lt;platform-version>"/>
<body xsi:type="ocl.ecore:StringLiteralExp" stringSymbol="[">
<eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/>
</body>
<body xsi:type="ocl.ecore:StringLiteralExp" stringSymbol="3.7,3.8)&lt;/platform-version>&#xA; &lt;/properties>&#xA; &lt;/profile>&#xA; &lt;profile>&#xA; &lt;id>platform-juno&lt;/id>&#xA; &lt;activation>&#xA; &lt;activeByDefault>false&lt;/activeByDefault>&#xA; &lt;property>&#xA; &lt;name>platform-version-name&lt;/name>&#xA; &lt;value>juno&lt;/value>&#xA; &lt;/property>&#xA; &lt;/activation>&#xA; &lt;properties>&#xA; &lt;eclipse-site>http://download.eclipse.org/releases/juno&lt;/eclipse-site>&#xA; &lt;platform-version>"/>
<body xsi:type="ocl.ecore:StringLiteralExp" stringSymbol="[">
<eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/>
</body>
<body xsi:type="ocl.ecore:StringLiteralExp" stringSymbol="3.8,4.2)&lt;/platform-version>&#xA; &lt;/properties>&#xA; &lt;/profile>&#xA; &lt;/profiles>&#xA;&#xA; &lt;repositories>&#xA; &lt;repository>&#xA; &lt;id>eclipse-platform&lt;/id>&#xA; &lt;layout>p2&lt;/layout>&#xA; &lt;url>${eclipse-site}&lt;/url>&#xA; &lt;/repository>&#xA; &lt;repository>&#xA; &lt;id>acceleo&lt;/id>&#xA; &lt;layout>p2&lt;/layout>&#xA; &lt;url>${acceleo-site}&lt;/url>&#xA; &lt;/repository>&#xA; &lt;repository>&#xA; &lt;id>orbit&lt;/id>&#xA; &lt;layout>p2&lt;/layout>&#xA; &lt;url>${orbit-site}&lt;/url>&#xA; &lt;/repository>&#xA; &lt;/repositories>&#xA;&#xA; &lt;pluginRepositories>&#xA; &lt;pluginRepository>&#xA; &lt;id>codehaus.snapshots&lt;/id>&#xA; &lt;url>http://snapshots.repository.codehaus.org/&lt;/url>&#xA; &lt;/pluginRepository>&#xA; &lt;/pluginRepositories>&#xA;&#xA; &lt;build>&#xA; &lt;plugins>&#xA; &lt;plugin>&#xA; &lt;groupId>org.eclipse.tycho&lt;/groupId>&#xA; &lt;artifactId>tycho-maven-plugin&lt;/artifactId>&#xA; &lt;version>${tycho-version}&lt;/version>&#xA; &lt;extensions>true&lt;/extensions>&#xA; &lt;/plugin>&#xA; &lt;plugin>&#xA; &lt;groupId>org.eclipse.tycho&lt;/groupId>&#xA; &lt;artifactId>target-platform-configuration&lt;/artifactId>&#xA; &lt;version>${tycho-version}&lt;/version>&#xA; &lt;configuration>&#xA; &lt;resolver>p2&lt;/resolver>&#xA; &lt;pomDependencies>consider&lt;/pomDependencies>&#xA; &lt;/configuration>&#xA; &lt;/plugin>&#xA; &lt;/plugins>&#xA; &lt;pluginManagement>&#xA; &lt;plugins>&#xA; &lt;plugin>&#xA; &lt;groupId>org.eclipse.tycho&lt;/groupId>&#xA; &lt;artifactId>tycho-compiler-plugin&lt;/artifactId>&#xA; &lt;version>${tycho-version}&lt;/version>&#xA; &lt;configuration>&#xA; &lt;encoding>UTF-8&lt;/encoding>&#xA; &lt;/configuration>&#xA; &lt;/plugin>&#xA; &lt;plugin>&#xA; &lt;groupId>org.eclipse.tycho&lt;/groupId>&#xA; &lt;artifactId>tycho-source-plugin&lt;/artifactId>&#xA; &lt;version>${tycho-version}&lt;/version>&#xA; &lt;executions>&#xA; &lt;execution>&#xA; &lt;id>attach-source&lt;/id>&#xA; &lt;phase>process-classes&lt;/phase>&#xA; &lt;goals>&#xA; &lt;goal>plugin-source&lt;/goal>&#xA; &lt;/goals>&#xA; &lt;/execution>&#xA; &lt;/executions>&#xA; &lt;/plugin>&#xA; &lt;plugin>&#xA; &lt;groupId>org.apache.maven.plugins&lt;/groupId>&#xA; &lt;artifactId>maven-resources-plugin&lt;/artifactId>&#xA; &lt;version>2.4.1&lt;/version>&#xA; &lt;configuration>&#xA; &lt;encoding>ISO-8859-1&lt;/encoding>&#xA; &lt;/configuration>&#xA; &lt;/plugin>&#xA; &lt;plugin>&#xA; &lt;groupId>org.apache.maven.plugins&lt;/groupId>&#xA; &lt;artifactId>maven-antrun-plugin&lt;/artifactId>&#xA; &lt;version>1.3&lt;/version>&#xA; &lt;/plugin>&#xA; &lt;/plugins>&#xA; &lt;/pluginManagement>&#xA; &lt;/build>&#xA;&lt;/project>&#xA;"/>
<fileUrl xsi:type="ocl.ecore:StringLiteralExp" stringSymbol="pom.xml">
<eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/>
</fileUrl>
<charset xsi:type="ocl.ecore:StringLiteralExp" stringSymbol="UTF-8">
<eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/>
</charset>
</body>
<documentation xsi:type="mtl:ModuleElementDocumentation">
<body startPosition="489" endPosition="593" value="&#xD;&#xA;Generates the pom.xml file.&#xD;&#xA;@param anAcceleoPom The Acceleo Pom&#xD;&#xA;@param parent The parent id&#xD;&#xA;&#xD;&#xA;"/>
<parametersDocumentation name="anAcceleoPom">
<body value=" The Acceleo Pom"/>
</parametersDocumentation>
<parametersDocumentation name="parent">
<body value=" The parent id"/>
</parametersDocumentation>
</documentation>
<parameter name="anAcceleoPom">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/acceleo/ui/acceleowizardmodel/3.1#//AcceleoPom"/>
</parameter>
<parameter name="parent">
<eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/>
</parameter>
</ownedModuleElement>
</mtl:Module>
<ecore:EPackage name="additions">
<eClassifiers xsi:type="ecore:EClass" name="String_Class">
<eAnnotations source="http://www.eclipse.org/ocl/1.1.0/OCL">
<references href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Integer_Class">
<eAnnotations source="http://www.eclipse.org/ocl/1.1.0/OCL">
<references href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/Integer"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Real_Class">
<eAnnotations source="http://www.eclipse.org/ocl/1.1.0/OCL">
<references href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/Real"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EObject_Class">
<eAnnotations source="http://www.eclipse.org/ocl/1.1.0/OCL">
<references href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eAnnotations>
<eOperations name="genPom">
<eAnnotations source="http://www.eclipse.org/ocl/1.1.0/OCL">
<contents xsi:type="ocl.ecore:Constraint"/>
</eAnnotations>
<eAnnotations source="MTL" references="/0/genPom"/>
<eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/>
<eParameters name="anAcceleoPom">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/acceleo/ui/acceleowizardmodel/3.1#//AcceleoPom"/>
</eParameters>
<eParameters name="parent">
<eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclAny_Class">
<eAnnotations source="http://www.eclipse.org/ocl/1.1.0/OCL">
<references href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/OclAny"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Collection(T)_Class">
<eAnnotations source="http://www.eclipse.org/ocl/1.1.0/OCL">
<references href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/Collection(T)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Sequence(T)_Class">
<eAnnotations source="http://www.eclipse.org/ocl/1.1.0/OCL">
<references href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/Sequence(T)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrderedSet(T)_Class">
<eAnnotations source="http://www.eclipse.org/ocl/1.1.0/OCL">
<references href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/OrderedSet(T)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AcceleoPom_Class">
<eAnnotations source="http://www.eclipse.org/ocl/1.1.0/OCL">
<references href="http://www.eclipse.org/acceleo/ui/acceleowizardmodel/3.1#//AcceleoPom"/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
<ocl.ecore:Variable name="self">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</ocl.ecore:Variable>
<ocl.ecore:Variable name="self">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/acceleo/ui/acceleowizardmodel/3.1#//AcceleoPom"/>
</ocl.ecore:Variable>
<ocl.ecore:Variable name="self">
<eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/>
</ocl.ecore:Variable>
<ocl.ecore:Variable name="self">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/acceleo/ui/acceleowizardmodel/3.1#//AcceleoPom"/>
</ocl.ecore:Variable>
<ocl.ecore:Variable name="self">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/acceleo/ui/acceleowizardmodel/3.1#//AcceleoPom"/>
</ocl.ecore:Variable>
<ocl.ecore:Variable name="self">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/acceleo/ui/acceleowizardmodel/3.1#//AcceleoPom"/>
</ocl.ecore:Variable>
<ocl.ecore:Variable name="self">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/acceleo/ui/acceleowizardmodel/3.1#//AcceleoPom"/>
</ocl.ecore:Variable>
<ocl.ecore:Variable name="self">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/acceleo/ui/acceleowizardmodel/3.1#//AcceleoPom"/>
</ocl.ecore:Variable>
<ocl.ecore:Variable name="self">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/acceleo/ui/acceleowizardmodel/3.1#//AcceleoPom"/>
</ocl.ecore:Variable>
<ocl.ecore:Variable name="self">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/acceleo/ui/acceleowizardmodel/3.1#//AcceleoPom"/>
</ocl.ecore:Variable>
<ocl.ecore:Variable name="self">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/acceleo/ui/acceleowizardmodel/3.1#//AcceleoPom"/>
</ocl.ecore:Variable>
<ocl.ecore:Variable name="self">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/acceleo/ui/acceleowizardmodel/3.1#//AcceleoPom"/>
</ocl.ecore:Variable>
<ocl.ecore:Variable name="self">
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</ocl.ecore:Variable>
<ecore:EAnnotation source="positions">
<eAnnotations source="positions.0" references="/0/@documentation">
<details key="start" value="29"/>
<details key="end" value="410"/>
<details key="line" value="0"/>
</eAnnotations>
<eAnnotations source="positions.1" references="/0/genPom">
<details key="start" value="596"/>
<details key="end" value="5148"/>
<details key="line" value="21"/>
</eAnnotations>
<eAnnotations source="positions.2" references="/0/genPom/@body.0">
<details key="start" value="683"/>
<details key="end" value="5136"/>
<details key="line" value="23"/>
</eAnnotations>
<eAnnotations source="positions.3" references="/0/genPom/@body.0/@body.0">
<details key="start" value="718"/>
<details key="end" value="1082"/>
<details key="line" value="24"/>
</eAnnotations>
<eAnnotations source="positions.4" references="/0/genPom/@body.0/parent">
<details key="start" value="1083"/>
<details key="end" value="1089"/>
<details key="line" value="0"/>
</eAnnotations>
<eAnnotations source="positions.5" references="/0/genPom/@body.0/@body.2">
<details key="start" value="1091"/>
<details key="end" value="1240"/>
<details key="line" value="34"/>
</eAnnotations>
<eAnnotations source="positions.6" references="/0/genPom/@body.0/@body.3">
<details key="start" value="1241"/>
<details key="end" value="1264"/>
<details key="line" value="0"/>
</eAnnotations>
<eAnnotations source="positions.7" references="/0/genPom/@body.0/@body.3/anAcceleoPom">
<details key="start" value="1241"/>
<details key="end" value="1253"/>
<details key="line" value="0"/>
</eAnnotations>
<eAnnotations source="positions.8" references="/0/genPom/@body.0/@body.4">
<details key="start" value="1266"/>
<details key="end" value="1291"/>
<details key="line" value="40"/>
</eAnnotations>
<eAnnotations source="positions.9" references="/0/genPom/@body.0/@body.5">
<details key="start" value="1292"/>
<details key="end" value="1315"/>
<details key="line" value="0"/>
</eAnnotations>
<eAnnotations source="positions.10" references="/0/genPom/@body.0/@body.5/anAcceleoPom">
<details key="start" value="1292"/>
<details key="end" value="1304"/>
<details key="line" value="0"/>
</eAnnotations>
<eAnnotations source="positions.11" references="/0/genPom/@body.0/@body.6">
<details key="start" value="1317"/>
<details key="end" value="1350"/>
<details key="line" value="41"/>
</eAnnotations>
<eAnnotations source="positions.12" references="/0/genPom/@body.0/@body.7">
<details key="start" value="1351"/>
<details key="end" value="1374"/>
<details key="line" value="0"/>
</eAnnotations>
<eAnnotations source="positions.13" references="/0/genPom/@body.0/@body.7/anAcceleoPom">
<details key="start" value="1351"/>
<details key="end" value="1363"/>
<details key="line" value="0"/>
</eAnnotations>
<eAnnotations source="positions.14" references="/0/genPom/@body.0/@body.8">
<details key="start" value="1376"/>
<details key="end" value="2173"/>
<details key="line" value="42"/>
</eAnnotations>
<eAnnotations source="positions.15" references="/0/genPom/@body.0/@body.9">
<details key="start" value="2174"/>
<details key="end" value="2177"/>
<details key="line" value="0"/>
</eAnnotations>
<eAnnotations source="positions.16" references="/0/genPom/@body.0/@body.10">
<details key="start" value="2179"/>
<details key="end" value="2612"/>
<details key="line" value="64"/>
</eAnnotations>
<eAnnotations source="positions.17" references="/0/genPom/@body.0/@body.11">
<details key="start" value="2613"/>
<details key="end" value="2616"/>
<details key="line" value="0"/>
</eAnnotations>
<eAnnotations source="positions.18" references="/0/genPom/@body.0/@body.12">
<details key="start" value="2618"/>
<details key="end" value="5129"/>
<details key="line" value="78"/>
</eAnnotations>
<eAnnotations source="positions.19" references="/0/genPom/@body.0/@fileUrl">
<details key="start" value="690"/>
<details key="end" value="699"/>
<details key="line" value="0"/>
</eAnnotations>
<eAnnotations source="positions.20" references="/0/genPom/@body.0/@charset">
<details key="start" value="708"/>
<details key="end" value="715"/>
<details key="line" value="0"/>
</eAnnotations>
<eAnnotations source="positions.21" references="/0/genPom/@documentation">
<details key="start" value="486"/>
<details key="end" value="595"/>
<details key="line" value="0"/>
</eAnnotations>
<eAnnotations source="positions.22" references="/0/genPom/@documentation/anAcceleoPom">
<details key="start" value="-1"/>
<details key="end" value="-1"/>
<details key="line" value="0"/>
</eAnnotations>
<eAnnotations source="positions.23" references="/0/genPom/@documentation/parent">
<details key="start" value="-1"/>
<details key="end" value="-1"/>
<details key="line" value="0"/>
</eAnnotations>
<eAnnotations source="positions.24" references="/0/genPom/anAcceleoPom">
<details key="start" value="620"/>
<details key="end" value="645"/>
<details key="line" value="21"/>
</eAnnotations>
<eAnnotations source="positions.25" references="/0/genPom/parent">
<details key="start" value="647"/>
<details key="end" value="662"/>
<details key="line" value="21"/>
</eAnnotations>
</ecore:EAnnotation>
</xmi:XMI>