diff --git a/java/com.sap.sailing.server.testsupport/.classpath b/java/com.sap.sailing.server.testsupport/.classpath new file mode 100644 index 00000000000..b862a296d38 --- /dev/null +++ b/java/com.sap.sailing.server.testsupport/.classpath @@ -0,0 +1,7 @@ + + + + + + + diff --git a/java/com.sap.sailing.server.testsupport/.project b/java/com.sap.sailing.server.testsupport/.project new file mode 100644 index 00000000000..b082705427c --- /dev/null +++ b/java/com.sap.sailing.server.testsupport/.project @@ -0,0 +1,28 @@ + + + com.sap.sailing.server.testsupport + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.pde.PluginNature + org.eclipse.jdt.core.javanature + + diff --git a/java/com.sap.sailing.server.testsupport/build.properties b/java/com.sap.sailing.server.testsupport/build.properties new file mode 100644 index 00000000000..41eb6ade2b4 --- /dev/null +++ b/java/com.sap.sailing.server.testsupport/build.properties @@ -0,0 +1,4 @@ +source.. = src/ +output.. = bin/ +bin.includes = META-INF/,\ + .