From d38f5a03df53a1e6cfb8d05a71dfbdab1c304c2f Mon Sep 17 00:00:00 2001
From: jeffliu <jeffliu>
Date: Tue, 5 Jul 2005 18:10:13 +0000
Subject: [PATCH] [92972] WTP Features Missing from Feature Details

---
 assembly/plugins/org.eclipse.wst/.classpath | 7 +++++++
 assembly/plugins/org.eclipse.wst/.cvsignore | 3 +++
 2 files changed, 10 insertions(+)
 create mode 100644 assembly/plugins/org.eclipse.wst/.classpath
 create mode 100644 assembly/plugins/org.eclipse.wst/.cvsignore

diff --git a/assembly/plugins/org.eclipse.wst/.classpath b/assembly/plugins/org.eclipse.wst/.classpath
new file mode 100644
index 000000000..751c8f2e5
--- /dev/null
+++ b/assembly/plugins/org.eclipse.wst/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/assembly/plugins/org.eclipse.wst/.cvsignore b/assembly/plugins/org.eclipse.wst/.cvsignore
new file mode 100644
index 000000000..e4254b18e
--- /dev/null
+++ b/assembly/plugins/org.eclipse.wst/.cvsignore
@@ -0,0 +1,3 @@
+bin
+temp.folder
+build.xml
-- 
GitLab