<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/maven-v4_0_0.xsd">
	<parent>
		<artifactId>impe3</artifactId>
		<groupId>com.isotrol.impe3</groupId>
		<version>2.9.195</version>
	</parent>
	<modelVersion>4.0.0</modelVersion>
	<artifactId>impe3-pms-gui-api</artifactId>
	<name>IMPE3 :: PMS GUI :: Common API</name>
	<description>Modelos e interfaces compartidos por cliente y servidor</description>

	<dependencies>
		<dependency>
			<groupId>com.extjs</groupId>
			<artifactId>gxt</artifactId>
		</dependency>
		<dependency>
			<groupId>com.google.gwt</groupId>
			<artifactId>gwt-servlet</artifactId>
		</dependency>
		<dependency>
			<groupId>com.isotrol.impe3</groupId>
			<artifactId>impe3-pms-api</artifactId>
			<version>2.9.195</version>
		</dependency>
	</dependencies>

	<build>
		<resources>
			<!--
				En módulos GWT es imprescindible exportar las fuentes para que el
				Toolkit pueda convertirlas en recursos JavaScript
			-->
			<resource>
				<directory>src/main/java</directory>
				<filtering>false</filtering>
			</resource>
			<resource>
				<directory>src/main/resources</directory>
				<filtering>true</filtering>
			</resource>
		</resources>
	</build>

</project>
