added missing pom.xml files for new bundles

This commit is contained in:
Axel Uhl
2012-06-08 13:21:32 +02:00
parent cb75455dfa
commit a8a2fc5840
2 changed files with 24 additions and 0 deletions
@@ -0,0 +1,12 @@
<?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>
<artifactId>root</artifactId>
<groupId>com.sap.sailing</groupId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>com.sap.sailing.kiworesultimport.test</artifactId>
<packaging>eclipse-test-plugin</packaging>
</project>