Skip to main content
summaryrefslogblamecommitdiffstats
blob: 8a7448435ed6572563c85d037fe5a7ff8cf3bbc8 (plain) (tree)
1
2
3
4
5
6
7





                                                                                                        
                                                  





                                                                                      
<project
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>org.eclipse.osee</groupId>
		<artifactId>org.eclipse.osee.ote.parent</artifactId>
		<version>0.16.2-SNAPSHOT</version>
		<relativePath>../../plugins/org.eclipse.osee.ote.parent</relativePath>
	</parent>
	<artifactId>org.eclipse.osee.ote.feature</artifactId>
	<packaging>eclipse-feature</packaging>
	<name>OSEE OTEFeature - (Incubation)</name>
</project>

Back to the top