| <?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="pomMaven" nsURI="org::eclipse::acceleo::module::sample::main::pomMaven" startHeaderPosition="411" endHeaderPosition="567"> |
| <documentation xsi:type="mtl:ModuleDocumentation" author="sbegaudeau"> |
| <body startPosition="32" endPosition="408" value="
Copyright (c) 2008, 2011 Obeo.<br/>
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html

Contributors:
Obeo - initial API and implementation
@author sbegaudeau

"/> |
| </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="<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 <modelVersion>4.0.0</modelVersion>

 <!--
 This file will only be created once by Acceleo, it will not be modified after that by Acceleo.
 If you want Acceleo to recreate this file, delete it and rebuild your project.
 -->

 <groupId>acceleo</groupId>
 <artifactId>"/> |
| <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="</artifactId>
 <version>1.0.0.SNAPSHOT</version>
 <build>
 <pluginManagement>
 <plugins>
 <plugin> 
 <groupId>org.codehaus.mojo</groupId> 
 <artifactId>exec-maven-plugin</artifactId> 
 <version>1.1.1</version> 
 <executions> 
 <execution> 
 <phase>compile</phase>
 <goals>
 <goal>java</goal>
 </goals>
 <configuration>
 <!--
 Calls the AcceleoMainCompiler to launch the compilation.
 -->
 <mainClass>org.eclipse.acceleo.parser.compiler.AcceleoMainCompiler</mainClass> 
 <arguments> 
 <argument>${basedir}/src/main/java</argument> <!-- input folder -->
 <argument>${basedir}/target/classes/</argument> <!-- output folder -->
 <argument>true</argument> <!-- use binary resources -->
 <argument></argument> <!-- dependencies with other projects -->
 </arguments> 
 </configuration> 
 </execution> 
 </executions> 
 </plugin>
 </plugins>
 </pluginManagement>
 </build>
 <profiles>
 <profile>
 <id>acceleo-compilation</id>
 <build>
 <plugins>
 <plugin> 
 <groupId>org.codehaus.mojo</groupId> 
 <artifactId>exec-maven-plugin</artifactId> 
 <version>1.1.1</version> 
 <executions> 
 <execution> 
 <phase>compile</phase>
 <goals>
 <goal>java</goal>
 </goals>
 <configuration>
 <!--
 Calls the AcceleoMainCompiler to launch the compilation.
 -->
 <mainClass>org.eclipse.acceleo.parser.compiler.AcceleoMainCompiler</mainClass> 
 <arguments> 
 <argument>${basedir}/src/main/java</argument> <!-- input folder -->
 <argument>${basedir}/target/classes/</argument> <!-- output folder -->
 <argument>true</argument> <!-- use binary resources -->
 <argument></argument> <!-- dependencies with other projects --> 
 </arguments> 
 </configuration> 
 </execution> 
 </executions> 
 </plugin>
 </plugins>
 </build>
 <activation>
 <activeByDefault>true</activeByDefault>
 </activation>
 </profile>
 </profiles>
 <dependencies>
"/> |
| <body xsi:type="mtl:ForBlock"> |
| <body xsi:type="ocl.ecore:StringLiteralExp" stringSymbol=" <dependency>
 <groupId>"/> |
| <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="anAcceleoPomDependency" referredVariable="/0/genPom/@body.0/@body.3/anAcceleoPomDependency"> |
| <eType xsi:type="ecore:EClass" href="http://www.eclipse.org/acceleo/ui/acceleowizardmodel/3.1#//AcceleoPomDependency"/> |
| </source> |
| <referredProperty xsi:type="ecore:EAttribute" href="http://www.eclipse.org/acceleo/ui/acceleowizardmodel/3.1#//AcceleoPomDependency/groupId"/> |
| </body> |
| <body xsi:type="ocl.ecore:StringLiteralExp" stringSymbol="</groupId>
 <artifactId>"/> |
| <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="anAcceleoPomDependency" referredVariable="/0/genPom/@body.0/@body.3/anAcceleoPomDependency"> |
| <eType xsi:type="ecore:EClass" href="http://www.eclipse.org/acceleo/ui/acceleowizardmodel/3.1#//AcceleoPomDependency"/> |
| </source> |
| <referredProperty xsi:type="ecore:EAttribute" href="http://www.eclipse.org/acceleo/ui/acceleowizardmodel/3.1#//AcceleoPomDependency/artifactId"/> |
| </body> |
| <body xsi:type="ocl.ecore:StringLiteralExp" stringSymbol="</artifactId>
 <version>"/> |
| <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="anAcceleoPomDependency" referredVariable="/0/genPom/@body.0/@body.3/anAcceleoPomDependency"> |
| <eType xsi:type="ecore:EClass" href="http://www.eclipse.org/acceleo/ui/acceleowizardmodel/3.1#//AcceleoPomDependency"/> |
| </source> |
| <referredProperty xsi:type="ecore:EAttribute" href="http://www.eclipse.org/acceleo/ui/acceleowizardmodel/3.1#//AcceleoPomDependency/version"/> |
| </body> |
| <body xsi:type="ocl.ecore:StringLiteralExp" stringSymbol="</version>
 <scope>system</scope>
 <systemPath>"/> |
| <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="anAcceleoPomDependency" referredVariable="/0/genPom/@body.0/@body.3/anAcceleoPomDependency"> |
| <eType xsi:type="ecore:EClass" href="http://www.eclipse.org/acceleo/ui/acceleowizardmodel/3.1#//AcceleoPomDependency"/> |
| </source> |
| <referredProperty xsi:type="ecore:EAttribute" href="http://www.eclipse.org/acceleo/ui/acceleowizardmodel/3.1#//AcceleoPomDependency/systemPath"/> |
| </body> |
| <body xsi:type="ocl.ecore:StringLiteralExp" stringSymbol="</systemPath>
 </dependency>
"/> |
| <loopVariable name="anAcceleoPomDependency"> |
| <eType xsi:type="ecore:EClass" href="http://www.eclipse.org/acceleo/ui/acceleowizardmodel/3.1#//AcceleoPomDependency"/> |
| </loopVariable> |
| <iterSet xsi:type="ocl.ecore:PropertyCallExp" eType="/9/OrderedSet(AcceleoPomDependency)"> |
| <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:EReference" href="http://www.eclipse.org/acceleo/ui/acceleowizardmodel/3.1#//AcceleoPom/dependencies"/> |
| </iterSet> |
| </body> |
| <body xsi:type="ocl.ecore:StringLiteralExp" stringSymbol=" </dependencies>
</project>
"/> |
| <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="494" endPosition="567" value="
Generates the pom.xml file.
@param anAcceleoPom The Acceleo Pom

"/> |
| <parametersDocumentation name="anAcceleoPom"> |
| <body value=" The Acceleo Pom"/> |
| </parametersDocumentation> |
| </documentation> |
| <parameter name="anAcceleoPom"> |
| <eType xsi:type="ecore:EClass" href="http://www.eclipse.org/acceleo/ui/acceleowizardmodel/3.1#//AcceleoPom"/> |
| </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> |
| <eOperations name="substitute"> |
| <eAnnotations source="MTL"/> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| <eParameters name="r"> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| </eParameters> |
| <eParameters name="t"> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| </eParameters> |
| </eOperations> |
| <eOperations name="index"> |
| <eAnnotations source="MTL"/> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/Integer"/> |
| <eParameters name="r"> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| </eParameters> |
| </eOperations> |
| <eOperations name="first"> |
| <eAnnotations source="MTL"/> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| <eParameters name="n"> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/Integer"/> |
| </eParameters> |
| </eOperations> |
| <eOperations name="last"> |
| <eAnnotations source="MTL"/> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| <eParameters name="n"> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/Integer"/> |
| </eParameters> |
| </eOperations> |
| <eOperations name="strstr"> |
| <eAnnotations source="MTL"/> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/Boolean"/> |
| <eParameters name="r"> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| </eParameters> |
| </eOperations> |
| <eOperations name="strtok"> |
| <eAnnotations source="MTL"/> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| <eParameters name="s1"> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| </eParameters> |
| <eParameters name="flag"> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/Integer"/> |
| </eParameters> |
| </eOperations> |
| <eOperations name="strcmp"> |
| <eAnnotations source="MTL"/> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/Integer"/> |
| <eParameters name="s1"> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| </eParameters> |
| </eOperations> |
| <eOperations name="isAlpha"> |
| <eAnnotations source="MTL"/> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/Boolean"/> |
| </eOperations> |
| <eOperations name="isAlphanum"> |
| <eAnnotations source="MTL"/> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/Boolean"/> |
| </eOperations> |
| <eOperations name="toUpperFirst"> |
| <eAnnotations source="MTL"/> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| </eOperations> |
| <eOperations name="toLowerFirst"> |
| <eAnnotations source="MTL"/> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| </eOperations> |
| <eOperations name="replace"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| <eParameters name="substring"> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| </eParameters> |
| <eParameters name="replacement"> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| </eParameters> |
| </eOperations> |
| <eOperations name="replaceAll"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| <eParameters name="substring"> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| </eParameters> |
| <eParameters name="replacement"> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| </eParameters> |
| </eOperations> |
| <eOperations name="substituteAll"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| <eParameters name="substring"> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| </eParameters> |
| <eParameters name="replacement"> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| </eParameters> |
| </eOperations> |
| <eOperations name="startsWith"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/Boolean"/> |
| <eParameters name="substring"> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| </eParameters> |
| </eOperations> |
| <eOperations name="endsWith"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/Boolean"/> |
| <eParameters name="substring"> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| </eParameters> |
| </eOperations> |
| <eOperations name="trim"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| </eOperations> |
| <eOperations name="tokenize"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:SequenceType" href="http://www.eclipse.org/acceleo/mtl/3.0/mtlnonstdlib.ecore#//Sequence(String)"/> |
| <eParameters name="delimiters"> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| </eParameters> |
| </eOperations> |
| <eOperations name="contains"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/Boolean"/> |
| <eParameters name="substring"> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| </eParameters> |
| </eOperations> |
| <eOperations name="matches"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/Boolean"/> |
| <eParameters name="regex"> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| </eParameters> |
| </eOperations> |
| <eOperations name="lastIndex"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/Integer"/> |
| <eParameters name="substring"> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| </eParameters> |
| </eOperations> |
| <eOperations name="equalsIgnoreCase"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/Boolean"/> |
| <eParameters name="other"> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| </eParameters> |
| </eOperations> |
| <eOperations name="substring"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| <eParameters name="startIndex"> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/Integer"/> |
| </eParameters> |
| </eOperations> |
| <eOperations name="+"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| <eParameters name="other"> |
| <eType xsi:type="ocl.ecore:AnyType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/OclAny"/> |
| </eParameters> |
| </eOperations> |
| </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> |
| <eOperations name="toString"> |
| <eAnnotations source="MTL"/> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| </eOperations> |
| </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> |
| <eOperations name="toString"> |
| <eAnnotations source="MTL"/> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| </eOperations> |
| </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="eAllContents"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:SequenceType" href="http://www.eclipse.org/acceleo/mtl/3.0/mtlnonstdlib.ecore#//Sequence(OclAny)"/> |
| </eOperations> |
| <eOperations name="eAllContents"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:SequenceType" href="http://www.eclipse.org/acceleo/mtl/3.0/mtlnonstdlib.ecore#//Sequence(OclAny)"/> |
| <eParameters name="filter"> |
| <eType xsi:type="ocl.ecore:TypeType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/OclType"/> |
| </eParameters> |
| </eOperations> |
| <eOperations name="ancestors"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:SequenceType" href="http://www.eclipse.org/acceleo/mtl/3.0/mtlnonstdlib.ecore#//Sequence(OclAny)"/> |
| </eOperations> |
| <eOperations name="ancestors"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:SequenceType" href="http://www.eclipse.org/acceleo/mtl/3.0/mtlnonstdlib.ecore#//Sequence(OclAny)"/> |
| <eParameters name="filter"> |
| <eType xsi:type="ocl.ecore:TypeType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/OclType"/> |
| </eParameters> |
| </eOperations> |
| <eOperations name="siblings"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:SequenceType" href="http://www.eclipse.org/acceleo/mtl/3.0/mtlnonstdlib.ecore#//Sequence(OclAny)"/> |
| </eOperations> |
| <eOperations name="siblings"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:SequenceType" href="http://www.eclipse.org/acceleo/mtl/3.0/mtlnonstdlib.ecore#//Sequence(OclAny)"/> |
| <eParameters name="filter"> |
| <eType xsi:type="ocl.ecore:TypeType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/OclType"/> |
| </eParameters> |
| </eOperations> |
| <eOperations name="eInverse"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:OrderedSetType" href="http://www.eclipse.org/acceleo/mtl/3.0/mtlnonstdlib.ecore#//OrderedSet(OclAny)"/> |
| </eOperations> |
| <eOperations name="eInverse"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:OrderedSetType" href="http://www.eclipse.org/acceleo/mtl/3.0/mtlnonstdlib.ecore#//OrderedSet(OclAny)"/> |
| <eParameters name="filter"> |
| <eType xsi:type="ocl.ecore:TypeType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/OclType"/> |
| </eParameters> |
| </eOperations> |
| <eOperations name="precedingSiblings"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:SequenceType" href="http://www.eclipse.org/acceleo/mtl/3.0/mtlnonstdlib.ecore#//Sequence(OclAny)"/> |
| </eOperations> |
| <eOperations name="precedingSiblings"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:SequenceType" href="http://www.eclipse.org/acceleo/mtl/3.0/mtlnonstdlib.ecore#//Sequence(OclAny)"/> |
| <eParameters name="filter"> |
| <eType xsi:type="ocl.ecore:TypeType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/OclType"/> |
| </eParameters> |
| </eOperations> |
| <eOperations name="followingSiblings"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:SequenceType" href="http://www.eclipse.org/acceleo/mtl/3.0/mtlnonstdlib.ecore#//Sequence(OclAny)"/> |
| </eOperations> |
| <eOperations name="followingSiblings"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:SequenceType" href="http://www.eclipse.org/acceleo/mtl/3.0/mtlnonstdlib.ecore#//Sequence(OclAny)"/> |
| <eParameters name="filter"> |
| <eType xsi:type="ocl.ecore:TypeType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/OclType"/> |
| </eParameters> |
| </eOperations> |
| <eOperations name="eContainer"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ecore:EClass" href="http://www.eclipse.org/acceleo/mtl/3.0/mtlnonstdlib.ecore#//OclAny"/> |
| <eParameters name="filter"> |
| <eType xsi:type="ocl.ecore:TypeType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/OclType"/> |
| </eParameters> |
| </eOperations> |
| <eOperations name="eContents"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:SequenceType" href="http://www.eclipse.org/acceleo/mtl/3.0/mtlnonstdlib.ecore#//Sequence(OclAny)"/> |
| <eParameters name="filter"> |
| <eType xsi:type="ocl.ecore:TypeType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/OclType"/> |
| </eParameters> |
| </eOperations> |
| <eOperations name="eGet"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> |
| <eParameters name="featureName"> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| </eParameters> |
| </eOperations> |
| <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> |
| </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> |
| <eOperations name="toString"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| </eOperations> |
| <eOperations name="invoke"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:AnyType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/OclAny"/> |
| <eParameters name="class"> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| </eParameters> |
| <eParameters name="method"> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| </eParameters> |
| <eParameters name="arguments"> |
| <eType xsi:type="ocl.ecore:SequenceType" href="http://www.eclipse.org/acceleo/mtl/3.0/mtlnonstdlib.ecore#//Sequence(OclAny)"/> |
| </eParameters> |
| </eOperations> |
| <eOperations name="current"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ecore:EClass" href="http://www.eclipse.org/acceleo/mtl/3.0/mtlnonstdlib.ecore#//OclAny"/> |
| <eParameters name="index"> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/Integer"/> |
| </eParameters> |
| </eOperations> |
| <eOperations name="current"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ecore:EClass" href="http://www.eclipse.org/acceleo/mtl/3.0/mtlnonstdlib.ecore#//OclAny"/> |
| <eParameters name="filter"> |
| <eType xsi:type="ocl.ecore:TypeType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/OclType"/> |
| </eParameters> |
| </eOperations> |
| <eOperations name="getProperty"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| <eParameters name="key"> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| </eParameters> |
| </eOperations> |
| <eOperations name="getProperty"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| <eParameters name="key"> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| </eParameters> |
| <eParameters name="arguments"> |
| <eType xsi:type="ocl.ecore:SequenceType" href="http://www.eclipse.org/acceleo/mtl/3.0/mtlnonstdlib.ecore#//Sequence(OclAny)"/> |
| </eParameters> |
| </eOperations> |
| <eOperations name="getProperty"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| <eParameters name="propertiesFileName"> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| </eParameters> |
| <eParameters name="key"> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| </eParameters> |
| </eOperations> |
| <eOperations name="getProperty"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| <eParameters name="propertiesFileName"> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| </eParameters> |
| <eParameters name="key"> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| </eParameters> |
| <eParameters name="arguments"> |
| <eType xsi:type="ocl.ecore:SequenceType" href="http://www.eclipse.org/acceleo/mtl/3.0/mtlnonstdlib.ecore#//Sequence(OclAny)"/> |
| </eParameters> |
| </eOperations> |
| <eOperations name="+"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| <eParameters name="other"> |
| <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="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> |
| <eOperations name="sep"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:SequenceType" href="http://www.eclipse.org/acceleo/mtl/3.0/mtlnonstdlib.ecore#//Sequence(OclAny)"/> |
| <eParameters name="separatorString"> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/String"/> |
| </eParameters> |
| </eOperations> |
| <eOperations name="filter"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:CollectionType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/Collection(T)"/> |
| <eParameters name="filter"> |
| <eType xsi:type="ocl.ecore:TypeType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/OclType"/> |
| </eParameters> |
| </eOperations> |
| </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> |
| <eOperations name="reverse"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:SequenceType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/Sequence(T)"/> |
| </eOperations> |
| <eOperations name="lastIndexOf"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/Integer"/> |
| <eParameters name="element"> |
| <eType xsi:type="ocl.ecore:AnyType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/T"/> |
| </eParameters> |
| </eOperations> |
| </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> |
| <eOperations name="reverse"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:OrderedSetType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/OrderedSet(T)"/> |
| </eOperations> |
| <eOperations name="lastIndexOf"> |
| <eAnnotations source="MTL non-standard"/> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/Integer"/> |
| <eParameters name="element"> |
| <eType xsi:type="ocl.ecore:AnyType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/T"/> |
| </eParameters> |
| </eOperations> |
| </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> |
| <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"/> |
| </eOperations> |
| </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> |
| <ecore:EPackage name="collections"> |
| <eClassifiers xsi:type="ocl.ecore:OrderedSetType" name="OrderedSet(AcceleoPomDependency)" instanceClassName="java.util.LinkedHashSet"> |
| <elementType xsi:type="ecore:EClass" href="http://www.eclipse.org/acceleo/ui/acceleowizardmodel/3.1#//AcceleoPomDependency"/> |
| </eClassifiers> |
| </ecore:EPackage> |
| <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#//AcceleoPomDependency"/> |
| </ocl.ecore:Variable> |
| <ocl.ecore:Variable name="i"> |
| <eType xsi:type="ocl.ecore:PrimitiveType" href="http://www.eclipse.org/ocl/1.1.0/oclstdlib.ecore#/0/Integer"/> |
| </ocl.ecore:Variable> |
| <ocl.ecore:Variable name="self"> |
| <eType xsi:type="ecore:EClass" href="http://www.eclipse.org/acceleo/ui/acceleowizardmodel/3.1#//AcceleoPomDependency"/> |
| </ocl.ecore:Variable> |
| <ocl.ecore:Variable name="self"> |
| <eType xsi:type="ecore:EClass" href="http://www.eclipse.org/acceleo/ui/acceleowizardmodel/3.1#//AcceleoPomDependency"/> |
| </ocl.ecore:Variable> |
| <ocl.ecore:Variable name="self"> |
| <eType xsi:type="ecore:EClass" href="http://www.eclipse.org/acceleo/ui/acceleowizardmodel/3.1#//AcceleoPomDependency"/> |
| </ocl.ecore:Variable> |
| <ocl.ecore:Variable name="self"> |
| <eType xsi:type="ecore:EClass" href="http://www.eclipse.org/acceleo/ui/acceleowizardmodel/3.1#//AcceleoPomDependency"/> |
| </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="570"/> |
| <details key="end" value="5140"/> |
| <details key="line" value="20"/> |
| </eAnnotations> |
| <eAnnotations source="positions.2" references="/0/genPom/@body.0"> |
| <details key="start" value="640"/> |
| <details key="end" value="5128"/> |
| <details key="line" value="22"/> |
| </eAnnotations> |
| <eAnnotations source="positions.3" references="/0/genPom/@body.0/@body.0"> |
| <details key="start" value="675"/> |
| <details key="end" value="1181"/> |
| <details key="line" value="23"/> |
| </eAnnotations> |
| <eAnnotations source="positions.4" references="/0/genPom/@body.0/@body.1"> |
| <details key="start" value="1182"/> |
| <details key="end" value="1205"/> |
| <details key="line" value="0"/> |
| </eAnnotations> |
| <eAnnotations source="positions.5" references="/0/genPom/@body.0/@body.1/anAcceleoPom"> |
| <details key="start" value="1182"/> |
| <details key="end" value="1194"/> |
| <details key="line" value="0"/> |
| </eAnnotations> |
| <eAnnotations source="positions.6" references="/0/genPom/@body.0/@body.2"> |
| <details key="start" value="1207"/> |
| <details key="end" value="4646"/> |
| <details key="line" value="33"/> |
| </eAnnotations> |
| <eAnnotations source="positions.7" references="/0/genPom/@body.0/@body.3"> |
| <details key="start" value="4646"/> |
| <details key="end" value="5089"/> |
| <details key="line" value="104"/> |
| </eAnnotations> |
| <eAnnotations source="positions.8" references="/0/genPom/@body.0/@body.3/@body.0"> |
| <details key="start" value="4728"/> |
| <details key="end" value="4770"/> |
| <details key="line" value="105"/> |
| </eAnnotations> |
| <eAnnotations source="positions.9" references="/0/genPom/@body.0/@body.3/@body.1"> |
| <details key="start" value="4771"/> |
| <details key="end" value="4801"/> |
| <details key="line" value="0"/> |
| </eAnnotations> |
| <eAnnotations source="positions.10" references="/0/genPom/@body.0/@body.3/@body.1/anAcceleoPomDependency"> |
| <details key="start" value="4771"/> |
| <details key="end" value="4793"/> |
| <details key="line" value="0"/> |
| </eAnnotations> |
| <eAnnotations source="positions.11" references="/0/genPom/@body.0/@body.3/@body.2"> |
| <details key="start" value="4803"/> |
| <details key="end" value="4838"/> |
| <details key="line" value="106"/> |
| </eAnnotations> |
| <eAnnotations source="positions.12" references="/0/genPom/@body.0/@body.3/@body.3"> |
| <details key="start" value="4839"/> |
| <details key="end" value="4872"/> |
| <details key="line" value="0"/> |
| </eAnnotations> |
| <eAnnotations source="positions.13" references="/0/genPom/@body.0/@body.3/@body.3/anAcceleoPomDependency"> |
| <details key="start" value="4839"/> |
| <details key="end" value="4861"/> |
| <details key="line" value="0"/> |
| </eAnnotations> |
| <eAnnotations source="positions.14" references="/0/genPom/@body.0/@body.3/@body.4"> |
| <details key="start" value="4874"/> |
| <details key="end" value="4909"/> |
| <details key="line" value="107"/> |
| </eAnnotations> |
| <eAnnotations source="positions.15" references="/0/genPom/@body.0/@body.3/@body.5"> |
| <details key="start" value="4910"/> |
| <details key="end" value="4940"/> |
| <details key="line" value="0"/> |
| </eAnnotations> |
| <eAnnotations source="positions.16" references="/0/genPom/@body.0/@body.3/@body.5/anAcceleoPomDependency"> |
| <details key="start" value="4910"/> |
| <details key="end" value="4932"/> |
| <details key="line" value="0"/> |
| </eAnnotations> |
| <eAnnotations source="positions.17" references="/0/genPom/@body.0/@body.3/@body.6"> |
| <details key="start" value="4942"/> |
| <details key="end" value="5011"/> |
| <details key="line" value="108"/> |
| </eAnnotations> |
| <eAnnotations source="positions.18" references="/0/genPom/@body.0/@body.3/@body.7"> |
| <details key="start" value="5012"/> |
| <details key="end" value="5045"/> |
| <details key="line" value="0"/> |
| </eAnnotations> |
| <eAnnotations source="positions.19" references="/0/genPom/@body.0/@body.3/@body.7/anAcceleoPomDependency"> |
| <details key="start" value="5012"/> |
| <details key="end" value="5034"/> |
| <details key="line" value="0"/> |
| </eAnnotations> |
| <eAnnotations source="positions.20" references="/0/genPom/@body.0/@body.3/@body.8"> |
| <details key="start" value="5047"/> |
| <details key="end" value="5083"/> |
| <details key="line" value="110"/> |
| </eAnnotations> |
| <eAnnotations source="positions.21" references="/0/genPom/@body.0/@body.3/anAcceleoPomDependency"> |
| <details key="start" value="4652"/> |
| <details key="end" value="4697"/> |
| <details key="line" value="104"/> |
| </eAnnotations> |
| <eAnnotations source="positions.22" references="/0/genPom/@body.0/@body.3/@iterSet"> |
| <details key="start" value="4700"/> |
| <details key="end" value="4725"/> |
| <details key="line" value="0"/> |
| </eAnnotations> |
| <eAnnotations source="positions.23" references="/0/genPom/@body.0/@body.3/@iterSet/anAcceleoPom"> |
| <details key="start" value="4700"/> |
| <details key="end" value="4712"/> |
| <details key="line" value="0"/> |
| </eAnnotations> |
| <eAnnotations source="positions.24" references="/0/genPom/@body.0/@body.4"> |
| <details key="start" value="5090"/> |
| <details key="end" value="5121"/> |
| <details key="line" value="113"/> |
| </eAnnotations> |
| <eAnnotations source="positions.25" references="/0/genPom/@body.0/@fileUrl"> |
| <details key="start" value="647"/> |
| <details key="end" value="656"/> |
| <details key="line" value="0"/> |
| </eAnnotations> |
| <eAnnotations source="positions.26" references="/0/genPom/@body.0/@charset"> |
| <details key="start" value="665"/> |
| <details key="end" value="672"/> |
| <details key="line" value="0"/> |
| </eAnnotations> |
| <eAnnotations source="positions.27" references="/0/genPom/@documentation"> |
| <details key="start" value="491"/> |
| <details key="end" value="569"/> |
| <details key="line" value="0"/> |
| </eAnnotations> |
| <eAnnotations source="positions.28" references="/0/genPom/@documentation/anAcceleoPom"> |
| <details key="start" value="-1"/> |
| <details key="end" value="-1"/> |
| <details key="line" value="0"/> |
| </eAnnotations> |
| <eAnnotations source="positions.29" references="/0/genPom/anAcceleoPom"> |
| <details key="start" value="594"/> |
| <details key="end" value="619"/> |
| <details key="line" value="20"/> |
| </eAnnotations> |
| </ecore:EAnnotation> |
| </xmi:XMI> |