killbill-uncached
Changes
.idea/libraries/Maven__com_ning_billing_killbill_account_test_jar_tests_0_6_14_SNAPSHOT.xml 8(+4 -4)
.idea/libraries/Maven__com_ning_billing_killbill_beatrix_test_jar_tests_0_6_14_SNAPSHOT.xml 8(+4 -4)
.idea/libraries/Maven__com_ning_billing_killbill_catalog_test_jar_tests_0_6_14_SNAPSHOT.xml 8(+4 -4)
.idea/libraries/Maven__com_ning_billing_killbill_entitlement_test_jar_tests_0_6_14_SNAPSHOT.xml 8(+4 -4)
.idea/libraries/Maven__com_ning_billing_killbill_invoice_test_jar_tests_0_6_14_SNAPSHOT.xml 8(+4 -4)
.idea/libraries/Maven__com_ning_billing_killbill_junction_test_jar_tests_0_6_14_SNAPSHOT.xml 8(+4 -4)
.idea/libraries/Maven__com_ning_billing_killbill_payment_test_jar_tests_0_6_14_SNAPSHOT.xml 8(+4 -4)
beatrix/pom.xml 6(+3 -3)
osgi-bundles/bundles/logger/pom.xml 2(+1 -1)
Details
beatrix/pom.xml 6(+3 -3)
diff --git a/beatrix/pom.xml b/beatrix/pom.xml
index 0279498..8b606b3 100644
--- a/beatrix/pom.xml
+++ b/beatrix/pom.xml
@@ -236,9 +236,9 @@
</goals>
<configuration>
<tasks>
- <copy file="${basedir}/../osgi-bundles/tests/beatrix/target/killbill-osgi-bundles-test-beatrix-${project.version}-jar-with-dependencies.jar" tofile="${basedir}/src/test/resources/killbill-osgi-bundles-test-beatrix-${project.version}-jar-with-dependencies.jar" />
- <copy file="${basedir}/../osgi-bundles/tests/payment/target/killbill-osgi-bundles-test-payment-${project.version}-jar-with-dependencies.jar" tofile="${basedir}/src/test/resources/killbill-osgi-bundles-test-payment-${project.version}-jar-with-dependencies.jar" />
- <copy file="${basedir}/../osgi-bundles/bundles/jruby/target/killbill-osgi-bundles-jruby-${project.version}.jar" tofile="${basedir}/src/test/resources/killbill-osgi-bundles-jruby-${project.version}.jar" />
+ <copy file="${basedir}/../osgi-bundles/tests/beatrix/target/killbill-osgi-bundles-test-beatrix-${project.version}-jar-with-dependencies.jar" tofile="${basedir}/src/test/resources/killbill-osgi-bundles-test-beatrix-${project.version}-jar-with-dependencies.jar"></copy>
+ <copy file="${basedir}/../osgi-bundles/tests/payment/target/killbill-osgi-bundles-test-payment-${project.version}-jar-with-dependencies.jar" tofile="${basedir}/src/test/resources/killbill-osgi-bundles-test-payment-${project.version}-jar-with-dependencies.jar"></copy>
+ <copy file="${basedir}/../osgi-bundles/bundles/jruby/target/killbill-osgi-bundles-jruby-${project.version}.jar" tofile="${basedir}/src/test/resources/killbill-osgi-bundles-jruby-${project.version}.jar"></copy>
</tasks>
</configuration>
</execution>
osgi-bundles/bundles/logger/pom.xml 2(+1 -1)
diff --git a/osgi-bundles/bundles/logger/pom.xml b/osgi-bundles/bundles/logger/pom.xml
index 25c39a7..425d0a2 100644
--- a/osgi-bundles/bundles/logger/pom.xml
+++ b/osgi-bundles/bundles/logger/pom.xml
@@ -56,7 +56,7 @@
<configuration>
<instructions>
<Bundle-Activator>com.ning.billing.osgi.bundles.logger.Activator</Bundle-Activator>
- <Export-Package />
+ <Export-Package></Export-Package>
<Private-Package>com.ning.billing.osgi.bundles.logger.*</Private-Package>
<!-- Optional resolution because exported by the Felix system bundle -->
<Import-Package>*;resolution:=optional</Import-Package>