diff --git a/google-taglib/rss/GoogleRSS.iws b/google-taglib/rss/GoogleRSS.iws
index 81df5c0..a22af7d 100644
--- a/google-taglib/rss/GoogleRSS.iws
+++ b/google-taglib/rss/GoogleRSS.iws
@@ -353,7 +353,7 @@
-
+
@@ -386,13 +386,7 @@
-
-
-
-
-
-
@@ -401,7 +395,7 @@
-
+
@@ -416,7 +410,6 @@
-
@@ -535,12 +528,11 @@
-
+
-
@@ -549,6 +541,7 @@
+
@@ -735,7 +728,7 @@
-
+
diff --git a/google-taglib/rss/README-BUILD.txt b/google-taglib/rss/README-BUILD.txt
new file mode 100644
index 0000000..e8cafe9
--- /dev/null
+++ b/google-taglib/rss/README-BUILD.txt
@@ -0,0 +1,67 @@
+Google RSS Tag Library README (BUILD)
+=====================================
+
+
+Overview
+========
+
+This README file describes the Google RSS Tag Library source distribution.
+
+The Google RSS Tag Library is an extension to, and thus requires, the
+Google Tag Library, which can be found at:
+
+
+
+
+See the "LICENSE.txt" file for licensing details.
+
+The Google RSS Tag Library uses the Google Web APIs, but is not associated
+with or sponsored by Google, Inc.
+
+Google Web APIs
+===============
+
+The Google Web APIs Java library is required in order to build the Google
+RSS Tag Library. The library's JAR file (googleapi.jar) should be placed
+into the lib directory.
+
+ http://www.google.com/apis/download.html
+
+
+Building the Source
+===================
+
+The Google RSS Tag Library is intended to be build directly within the
+Google Tag Library source tree:
+
+ /google-taglib/rss/
+
+
+The Google RSS Tag Library is built using Ant.
+
+ http://ant.apache.org/
+
+
+To build the JAR, to do the following:
+
+ ant
+
+To build the TLD, do the following:
+
+ ant tld
+
+To build the release archive, do the following:
+
+ ant release
+
+To build the Examples WAR, do the following:
+
+ ant examples
+
+To list all available build targets, do the following:
+
+ ant -projecthelp
+
+
+===========================================================================
+$Id$
\ No newline at end of file
diff --git a/google-taglib/rss/README.txt b/google-taglib/rss/README.txt
index 65a8552..b90b5ad 100644
--- a/google-taglib/rss/README.txt
+++ b/google-taglib/rss/README.txt
@@ -7,8 +7,8 @@ Overview
This README file describes the Google RSS Tag Library distribution.
-The Google RSS Tag Library is an extension to, and thus requires,
-the Google Tag Library, which can be found at:
+The Google RSS Tag Library is an extension to, and thus requires, the
+Google Tag Library, which can be found at:
diff --git a/google-taglib/rss/build.properties b/google-taglib/rss/build.properties
index e89ace1..0171c3d 100644
--- a/google-taglib/rss/build.properties
+++ b/google-taglib/rss/build.properties
@@ -5,17 +5,19 @@ version=1.0
project.name=google-rss
release.name=${project.name}-taglib-${version}
+# Google Tag Library
+google.dir=..
+google.target=jar
+google.jar=../dist/google.jar
+google.tld=../dist/google.tld
+
# Locations
src.dir=src
build.dir=build
dist.dir=dist
-lib.dir=../lib
+lib.dir=${google.dir}/lib
tlds.dir=tlds
-# Google
-google.jar=../dist/google.jar
-google.tld=../dist/google.tld
-
# Examples
ex.dir=${project.name}-examples
@@ -24,4 +26,5 @@ src.excludes=${lib.dir}/googleapi.jar
# Docs
doc.license=LICENSE.txt
-doc.readme=README.txt
\ No newline at end of file
+doc.readme=README.txt
+doc.src=README-BUILD.txt
\ No newline at end of file
diff --git a/google-taglib/rss/build.xml b/google-taglib/rss/build.xml
index 71db1bb..d51e9e0 100644
--- a/google-taglib/rss/build.xml
+++ b/google-taglib/rss/build.xml
@@ -25,6 +25,7 @@
+
@@ -96,6 +97,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+