[104622] Automatically add required Cactus jars to project
diff --git a/thirdparty/.project b/thirdparty/.project new file mode 100644 index 0000000..7228b5a --- /dev/null +++ b/thirdparty/.project
@@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>thirdparty</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + </buildSpec> + <natures> + </natures> +</projectDescription>
diff --git a/thirdparty/build.properties b/thirdparty/build.properties new file mode 100644 index 0000000..3587a1a --- /dev/null +++ b/thirdparty/build.properties
@@ -0,0 +1,5 @@ +bin.includes = META-INF/,\ + lib/,\ + apache-2.0.txt,\ + about.html,\ + plugin.properties
diff --git a/thirdparty/plugin.properties b/thirdparty/plugin.properties new file mode 100644 index 0000000..456f489 --- /dev/null +++ b/thirdparty/plugin.properties
@@ -0,0 +1,2 @@ +# properties file for org.apache.cactus +Bundle-Name.0 = Cactus Resource Plug-in \ No newline at end of file