mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-23 22:19:13 +00:00
added pom.xml for com.sap.sse.shared.android
This commit is contained in:
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user