From 3102d8bce3426d9cf41aeaf201c360d342677770 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 9 Apr 2016 14:22:20 -0700 Subject: Switching from Ivy+Ant to Maven. --- tst/com/p4square/grow/config/ConfigTest.properties | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 tst/com/p4square/grow/config/ConfigTest.properties (limited to 'tst/com/p4square/grow/config/ConfigTest.properties') diff --git a/tst/com/p4square/grow/config/ConfigTest.properties b/tst/com/p4square/grow/config/ConfigTest.properties deleted file mode 100644 index e5b4032..0000000 --- a/tst/com/p4square/grow/config/ConfigTest.properties +++ /dev/null @@ -1,16 +0,0 @@ -domain1.domainSpecific = domain1Value -domain2.domainSpecific = domain2Value - -*.emptyValue = - -domain1.onlyInDomain1 = domain1Value -*.onlyInDomain1 = wildValue - -*.wildcardOnly = wildValue - -*.number = 5 -*.notANumber = Hello - -*.boolean1 = True -*.boolean2 = true -*.boolean3 = false -- cgit v1.2.3