initial import to initialize repository - framework horde/support package
authorChuck Hagenbuch <chuck@nazik.horde.org>
Tue, 21 Oct 2008 01:49:49 +0000 (21:49 -0400)
committerChuck Hagenbuch <chuck@nazik.horde.org>
Tue, 21 Oct 2008 01:49:49 +0000 (21:49 -0400)
commit23529319730b1eff9d70f697d2f5a9353dbcf16a
treef8b7c8fedaec44678b5d4603e6d1c550180d60c9
initial import to initialize repository - framework horde/support package
14 files changed:
framework/Support/lib/Horde/Support/Array.php [new file with mode: 0644]
framework/Support/lib/Horde/Support/ConsistentHash.php [new file with mode: 0644]
framework/Support/lib/Horde/Support/Inflector.php [new file with mode: 0644]
framework/Support/lib/Horde/Support/Stub.php [new file with mode: 0644]
framework/Support/lib/Horde/Support/Timer.php [new file with mode: 0644]
framework/Support/lib/Horde/Support/Uuid.php [new file with mode: 0644]
framework/Support/package.xml [new file with mode: 0644]
framework/Support/test/Horde/Support/AllTests.php [new file with mode: 0644]
framework/Support/test/Horde/Support/ArrayTest.php [new file with mode: 0644]
framework/Support/test/Horde/Support/ConsistentHashTest.php [new file with mode: 0644]
framework/Support/test/Horde/Support/InflectorTest.php [new file with mode: 0644]
framework/Support/test/Horde/Support/StubTest.php [new file with mode: 0644]
framework/Support/test/Horde/Support/TimerTest.php [new file with mode: 0644]
framework/Support/test/Horde/Support/UuidTest.php [new file with mode: 0644]