This repository has been archived on 2025-12-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tcommon-studio-se/org.talend.librariesmanager/model/librariesindex.ecore
2011-11-25 15:56:59 +00:00

17 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage 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" name="librariesindex"
nsURI="www.talend.com/librariesindex" nsPrefix="librariesindex">
<eClassifiers xsi:type="ecore:EClass" name="LibrariesIndex">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initialized" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="jarsToRelativePath" upperBound="-1"
eType="#//jarToRelativePath" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="jarToRelativePath" instanceClassName="java.util.Map$Entry">
<eAnnotations source="MapEntry"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>