2018-12-06 15:52:09 +00:00
|
|
|
<project>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>de.dhbwstuttgart</groupId>
|
|
|
|
<artifactId>JavaCompilerPlugin</artifactId>
|
2018-12-09 10:09:20 +00:00
|
|
|
<version>0.1.0-SNAPSHOT</version>
|
2018-12-06 15:52:09 +00:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
<parent>
|
|
|
|
<groupId>de.dhbwstuttgart</groupId>
|
|
|
|
<artifactId>JavaCompilerPlugin.configuration</artifactId>
|
2018-12-09 10:09:20 +00:00
|
|
|
<version>0.1.0-SNAPSHOT</version>
|
2018-12-06 15:52:09 +00:00
|
|
|
<relativePath>./releng/JavaCompilerPlugin.configuration</relativePath>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
<module>bundles</module>
|
|
|
|
<module>features</module>
|
|
|
|
<module>releng</module>
|
|
|
|
</modules>
|
|
|
|
</project>
|