Initial contribution (sources of APP4MC)
diff --git a/features/org.eclipse.app4mc.amalthea.workflow.scripting.sdk/pom.xml b/features/org.eclipse.app4mc.amalthea.workflow.scripting.sdk/pom.xml
new file mode 100644
index 0000000..c58c1dc
--- /dev/null
+++ b/features/org.eclipse.app4mc.amalthea.workflow.scripting.sdk/pom.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <relativePath>../../build/org.eclipse.app4mc.build/pom.xml</relativePath>
+ <groupId>org.eclipse.app4mc.build</groupId>
+ <artifactId>parent</artifactId>
+ <version>0.7.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.app4mc.amalthea.workflow.scripting.sdk</artifactId>
+ <packaging>eclipse-feature</packaging>
+
+</project>