# HG changeset patch # User Jie Kang # Date 1418241903 18000 # Node ID b7cf43343de2cc1aed93f6404c1ee65b471be91b # Parent 000037cb4b9dce6251d5c316d64163ed5f1661f9 Fix previous push: Mark ConfigurationInfoSource as experimental Added new package to export-package for pom.xml. Now builds successfully. PR2045 Reviewed-by: omajid Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2014-December/012191.html diff -r 000037cb4b9d -r b7cf43343de2 common/core/pom.xml --- a/common/core/pom.xml Wed Dec 10 14:10:54 2014 -0500 +++ b/common/core/pom.xml Wed Dec 10 15:05:03 2014 -0500 @@ -83,6 +83,7 @@ com.redhat.thermostat.common.tools, com.redhat.thermostat.common, com.redhat.thermostat.common.config, + com.redhat.thermostat.common.config.experimental, com.redhat.thermostat.common.utils, com.redhat.thermostat.common.ssl, com.redhat.thermostat.common.model,