diff --git a/libx/webcat-0.1-swf.License b/libx/webcat-0.1-swf.License
new file mode 100644
index 000000000..24e6084bc
--- /dev/null
+++ b/libx/webcat-0.1-swf.License
@@ -0,0 +1,7 @@
+This package is part of WebCAT (http://webcat.sourceforge.net/)
+
+WebCAT was developed at the XLDB group of the Department of Informatics of the Faculty of Sciences of the University of Lisbon in Portugal.
+
+WebCAT was written by Bruno Martins.
+
+WebCAT is released under the BSD License. (http://www.opensource.org/licenses/bsd-license.php)
diff --git a/libx/webcat-0.1-swf.jar b/libx/webcat-0.1-swf.jar
new file mode 100644
index 000000000..4b5b7a49a
Binary files /dev/null and b/libx/webcat-0.1-swf.jar differ
diff --git a/source/de/anomic/plasma/parser/swf/build.xml b/source/de/anomic/plasma/parser/swf/build.xml
index 38867744f..e98a14775 100644
--- a/source/de/anomic/plasma/parser/swf/build.xml
+++ b/source/de/anomic/plasma/parser/swf/build.xml
@@ -16,7 +16,7 @@
-
+
@@ -25,7 +25,7 @@
-
+
diff --git a/source/de/anomic/plasma/parser/swf/swfParser.java b/source/de/anomic/plasma/parser/swf/swfParser.java
index 42ca7f779..4f75f1d82 100644
--- a/source/de/anomic/plasma/parser/swf/swfParser.java
+++ b/source/de/anomic/plasma/parser/swf/swfParser.java
@@ -72,7 +72,7 @@ public class swfParser extends AbstractParser implements Parser {
* a list of library names that are needed by this parser
* @see Parser#getLibxDependences()
*/
- private static final String[] LIBX_DEPENDENCIES = new String[] {"webcat.jar"};
+ private static final String[] LIBX_DEPENDENCIES = new String[] {"webcat-0.1-swf.jar"};
public swfParser() {
super(LIBX_DEPENDENCIES);