transforms/publish-cleanup
changeset 27 4daa72fdac4c
parent 26 8a9f4e791832
child 38 cd00ea74156e
--- a/transforms/publish-cleanup	Fri Jul 16 00:58:56 2010 -0500
+++ b/transforms/publish-cleanup	Mon Jul 19 10:23:15 2010 -0500
@@ -26,8 +26,9 @@
 # comparing manifests for change.
 #
 
-<transform set value="^$" -> drop>
-<transform set name=info.classification value=".+:\"\"" -> drop>
+<transform set -> edit value "\s$" "">
+<transform set value="^\s*$" -> drop>
+<transform set name=info.classification value=".+:" -> drop>
 
 # drop the license actions from the manifests, we aren't going to compare them
 <transform license -> drop>