Merge branch 'README' into ui-activities-1.5
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ebe0e5b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,24 @@
+# ignore project files #
+.classpath
+.project
+.settings/
+catalog-v001.xml
+
+# ignore target files #
+target/
+bin/
+build/
+dist/
+apidoc/
+*.swp
+
+# ignore svn files if there
+.svn
+
+# ignore log files #
+*.log
+/logs/*
+*/logs/*
+
+
+
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..fcb9766
--- /dev/null
+++ b/README.md
@@ -0,0 +1,5 @@
+Taverna Workflow system User Interface for disabled processors.
+
+Does not have a directly corresponding activity repository
+
+This code was previously hosted at http://taverna.googlecode.com/svn/taverna/ui/net.sf.taverna.t2.ui-activities/
\ No newline at end of file