added pom.xml for com.sap.sse.shared.android

This commit is contained in:
Axel Uhl
2015-01-22 11:31:52 +01:00
parent 6c2d8238cf
commit 33de6273ac
2 changed files with 13 additions and 0 deletions
+12
View File
@@ -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.sse.shared.android</artifactId>
<packaging>eclipse-plugin</packaging>
</project>
+1
View File
@@ -16,6 +16,7 @@
<modules>
<module>com.sap.sse</module>
<module>com.sap.sse.common</module>
<module>com.sap.sse.shared.android</module>
<module>com.sap.sse.mongodb</module>
<module>com.sap.sse.gateway</module>
<module>com.sap.sse.gwt</module>