blob: e2c11e952fbb41eb237b569465547895d7b3bd81 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.polarsys.esf</groupId>
<artifactId>esf-infra.core</artifactId>
<version>0.7.0-SNAPSHOT</version>
</parent>
<groupId>org.polarsys.esf</groupId>
<artifactId>org.polarsys.esf.core.rcp</artifactId>
<packaging>eclipse-plugin</packaging>
<build>
<!-- Resources configuration to filter the plugin.properties with the Hudson
variables -->
<resources>
<resource>
<directory>./src/main/resources/properties</directory>
<filtering>true</filtering>
<targetPath>./src/main/resources/properties</targetPath>
</resource>
</resources>
</build>
</project>