blob: f79f29b3eb034110cd3608cc330620a12c82e8dc [file] [log] [blame]
<?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="buildscm" nsURI="http://www.eclipse.org/egf/1.0.0/buildscm"
nsPrefix="buildscm">
<eClassifiers xsi:type="ecore:EClass" name="SVN" eSuperTypes="BuildCore.ecore#//SCM">
<eStructuralFeatures xsi:type="ecore:EReference" name="locations" lowerBound="1"
upperBound="-1" eType="#//SVNLocation" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SVNLocation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="protocol" lowerBound="1"
eType="#//SVNProtocol"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="url" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="localPath" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="username" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SVNBuildLocation" eSuperTypes="platform:/plugin/org.eclipse.egf.portfolio.eclipse.build/model/BuildStep.ecore#//SourceBuildLocation">
<eStructuralFeatures xsi:type="ecore:EReference" name="svnLocation" lowerBound="1"
eType="#//SVNLocation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="folderName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SVNGenerationLocation" eSuperTypes="BuildDeploy.ecore#//GenerationLocation">
<eStructuralFeatures xsi:type="ecore:EReference" name="svnLocation" lowerBound="1"
eType="#//SVNLocation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SVNProtocol">
<eLiterals name="HTTP" literal="http://"/>
<eLiterals name="HTTPS" value="1" literal="https://"/>
<eLiterals name="SVN" value="2" literal="svn://"/>
<eLiterals name="SVNSSH" value="3" literal="svn+ssh://"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GIT" eSuperTypes="BuildCore.ecore#//SCM">
<eStructuralFeatures xsi:type="ecore:EReference" name="locations" lowerBound="1"
eType="#//GITLocation" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GITLocation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="protocol" lowerBound="1"
eType="#//GITProtocol"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="url" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="localPath" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="branch" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="master"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="username" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GITBuildLocation" eSuperTypes="platform:/plugin/org.eclipse.egf.portfolio.eclipse.build/model/BuildStep.ecore#//SourceBuildLocation">
<eStructuralFeatures xsi:type="ecore:EReference" name="gitLocation" lowerBound="1"
eType="#//GITLocation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="folderName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GITGenerationLocation" eSuperTypes="BuildDeploy.ecore#//GenerationLocation">
<eStructuralFeatures xsi:type="ecore:EReference" name="gitLocation" lowerBound="1"
eType="#//GITLocation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="GITProtocol">
<eLiterals name="HTTP" literal="http://"/>
<eLiterals name="HTTPS" value="1" literal="https://"/>
<eLiterals name="GIT" value="2" literal="git://"/>
<eLiterals name="SSH" value="3" literal="ssh://"/>
</eClassifiers>
</ecore:EPackage>