tycho project org.eclipse.blockchain.tycho
diff --git a/org.eclipse.blockchain.tycho/.project b/org.eclipse.blockchain.tycho/.project
new file mode 100644
index 0000000..1adc1e0
--- /dev/null
+++ b/org.eclipse.blockchain.tycho/.project
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<projectDescription>

+	<name>org.eclipse.blockchain.tycho</name>

+	<comment></comment>

+	<projects>

+	</projects>

+	<buildSpec>

+	</buildSpec>

+	<natures>

+	</natures>

+</projectDescription>

diff --git a/org.eclipse.blockchain.tycho/pom.xml b/org.eclipse.blockchain.tycho/pom.xml
new file mode 100644
index 0000000..6dff51c
--- /dev/null
+++ b/org.eclipse.blockchain.tycho/pom.xml
@@ -0,0 +1,27 @@
+<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>

+      <groupId>org.eclipse.blockchain</groupId>

+      <artifactId>org.eclipse.blockchain.releng</artifactId>

+      <version>1.0.0-SNAPSHOT</version>

+      <relativePath>../org.eclipse.blockchain.releng</relativePath>

+  </parent>

+  

+  <groupId>org.eclipse.blockchain</groupId>

+  <artifactId>org.eclipse.blockchain.tycho</artifactId>

+  <version>1.0.0-SNAPSHOT</version>

+  <packaging>pom</packaging>

+  

+  <modules>

+    <module>../org.eclipse.blockchain.application</module>

+    <module>../org.eclipse.blockchain.core</module>    

+    <module>../org.eclipse.blockchain.product</module>

+    <module>../org.eclipse.blockchain.server.core</module>

+    <module>../org.eclipse.blockchain.server.ui</module>

+    <module>../org.eclipse.blockchain.ui</module>

+    <!-- The product plugin -->

+    <module>../org.eclipse.blockchain.rcp</module>

+  </modules>

+    

+</project>
\ No newline at end of file