diff --git a/assembly/plugins/org.eclipse.wst/.classpath b/assembly/plugins/org.eclipse.wst/.classpath new file mode 100644 index 0000000000000000000000000000000000000000..751c8f2e504c40d1c41ebbd87d8f8968529e9c30 --- /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 0000000000000000000000000000000000000000..e4254b18e09c88eb5650272dbf7cc24d72c27536 --- /dev/null +++ b/assembly/plugins/org.eclipse.wst/.cvsignore @@ -0,0 +1,3 @@ +bin +temp.folder +build.xml