From cc4f25355f41302d325adafa0568bc3e08a15f31 Mon Sep 17 00:00:00 2001 From: David Höppner Date: Sat, 13 Feb 2010 19:19:51 +0100 Subject: New formula XMLTooling Lower-level library that provides a higher level interface to XML processing, particularly in light of signing and encryption. --- Library/Formula/xml-tooling-c.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Library/Formula/xml-tooling-c.rb (limited to 'Library/Formula') diff --git a/Library/Formula/xml-tooling-c.rb b/Library/Formula/xml-tooling-c.rb new file mode 100644 index 000000000..356e74714 --- /dev/null +++ b/Library/Formula/xml-tooling-c.rb @@ -0,0 +1,17 @@ +require 'formula' + +class XmlToolingC