<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>
	
	<parent>
		<groupId>org.eclipse.dirigible</groupId>
		<artifactId>dirigible-template-parent</artifactId>
		<version>6.2.19</version>
		<relativePath>../pom.xml</relativePath>
	</parent>

	<name>Template - OpenUI5 Table</name>
	<artifactId>dirigible-template-openui5-table</artifactId>
    <packaging>jar</packaging>

	<properties>
		<profile.content.phase>generate-sources</profile.content.phase> 
		<content.repository.name>template-openui5-table</content.repository.name>
		<content.project.name>template-openui5-table</content.project.name>

		<license.header.location>../../licensing-header.txt</license.header.location>
	</properties>

</project>