initial commit in accordance with CQ 3784
diff --git a/plugins/org.eclipse.objectteams.otequinox.runtime/.classpath b/plugins/org.eclipse.objectteams.otequinox.runtime/.classpath
new file mode 100644
index 0000000..7cec603
--- /dev/null
+++ b/plugins/org.eclipse.objectteams.otequinox.runtime/.classpath
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/plugins/org.eclipse.objectteams.otequinox.runtime/.project b/plugins/org.eclipse.objectteams.otequinox.runtime/.project
new file mode 100644
index 0000000..e016377
--- /dev/null
+++ b/plugins/org.eclipse.objectteams.otequinox.runtime/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.objectteams.otequinox.runtime</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
diff --git a/plugins/org.eclipse.objectteams.otequinox.runtime/META-INF/MANIFEST.MF b/plugins/org.eclipse.objectteams.otequinox.runtime/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..7ed7141
--- /dev/null
+++ b/plugins/org.eclipse.objectteams.otequinox.runtime/META-INF/MANIFEST.MF
@@ -0,0 +1,10 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: OTRE OSGI Extension Bundle
+Bundle-SymbolicName: org.eclipse.objectteams.otequinox.runtime
+Bundle-Version: 1.4.0.qualifier
+Bundle-Vendor: objectteams.org
+Fragment-Host: org.eclipse.osgi;bundle-version="[3.6.0.v20090928,4.0.0)"
+Export-Package: org.objectteams,
+ org.eclipse.objectteams.otre
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/plugins/org.eclipse.objectteams.otequinox.runtime/README.txt b/plugins/org.eclipse.objectteams.otequinox.runtime/README.txt
new file mode 100644
index 0000000..1ce681d
--- /dev/null
+++ b/plugins/org.eclipse.objectteams.otequinox.runtime/README.txt
@@ -0,0 +1,5 @@
+Libraries used in this transformer.hook OSGI extension bundle can not be
+packaged as inner jar files (e.g. otre.jar and BCEL.jar), as OSGI does not
+know how to deal with those.
+
+See https://bugs.eclipse.org/bugs/show_bug.cgi?id=143283
\ No newline at end of file
diff --git a/plugins/org.eclipse.objectteams.otequinox.runtime/build.properties b/plugins/org.eclipse.objectteams.otequinox.runtime/build.properties
new file mode 100644
index 0000000..a647fe0
--- /dev/null
+++ b/plugins/org.eclipse.objectteams.otequinox.runtime/build.properties
@@ -0,0 +1,8 @@
+bin.includes = META-INF/,\
+ de/,\
+ gnu/,\
+ org/
+src.includes = build.properties,\
+ README.txt,\
+ .project,\
+ .classpath