diff --git a/org.springframework.integration.quartz/.classpath b/org.springframework.integration.quartz/.classpath
new file mode 100644
index 0000000000..1edf4aed5a
--- /dev/null
+++ b/org.springframework.integration.quartz/.classpath
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/org.springframework.integration.quartz/.project b/org.springframework.integration.quartz/.project
new file mode 100644
index 0000000000..69ddb5e731
--- /dev/null
+++ b/org.springframework.integration.quartz/.project
@@ -0,0 +1,17 @@
+
+
+ org.springframework.integration.quartz
+
+
+
+
+
+ org.eclipse.jdt.core.javabuilder
+
+
+
+
+
+ org.eclipse.jdt.core.javanature
+
+
diff --git a/org.springframework.integration.quartz/build.xml b/org.springframework.integration.quartz/build.xml
new file mode 100644
index 0000000000..93f1bcb945
--- /dev/null
+++ b/org.springframework.integration.quartz/build.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
diff --git a/org.springframework.integration.quartz/ivy.xml b/org.springframework.integration.quartz/ivy.xml
new file mode 100644
index 0000000000..d68af5eff3
--- /dev/null
+++ b/org.springframework.integration.quartz/ivy.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/org.springframework.integration.quartz/src/main/java/org/springframework/integration/quartz/Placeholder.java b/org.springframework.integration.quartz/src/main/java/org/springframework/integration/quartz/Placeholder.java
new file mode 100644
index 0000000000..c7a8f6bf70
--- /dev/null
+++ b/org.springframework.integration.quartz/src/main/java/org/springframework/integration/quartz/Placeholder.java
@@ -0,0 +1,24 @@
+/*
+ * Copyright 2002-2008 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.springframework.integration.quartz;
+
+/**
+ * @author Mark Fisher
+ */
+public class Placeholder {
+
+}
diff --git a/org.springframework.integration.quartz/src/test/java/org/springframework/integration/quartz/PlaceholderTests.java b/org.springframework.integration.quartz/src/test/java/org/springframework/integration/quartz/PlaceholderTests.java
new file mode 100644
index 0000000000..f6ca9c6aec
--- /dev/null
+++ b/org.springframework.integration.quartz/src/test/java/org/springframework/integration/quartz/PlaceholderTests.java
@@ -0,0 +1,30 @@
+/*
+ * Copyright 2002-2008 the original author or authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.springframework.integration.quartz;
+
+import org.junit.Test;
+
+/**
+ * @author Mark Fisher
+ */
+public class PlaceholderTests {
+
+ @Test
+ public void test() {
+ }
+
+}
diff --git a/org.springframework.integration.quartz/template.mf b/org.springframework.integration.quartz/template.mf
new file mode 100644
index 0000000000..5b32368d2a
--- /dev/null
+++ b/org.springframework.integration.quartz/template.mf
@@ -0,0 +1,5 @@
+Bundle-SymbolicName: org.springframework.integration.quartz
+Bundle-Name: Spring Integration Quartz Support
+Bundle-Vendor: SpringSource
+Bundle-ManifestVersion: 2
+