This is an automated email from the ASF dual-hosted git repository.
struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave.git
The following commit(s) were added to refs/heads/master by this push:
new 5949c27 MEECROWAVE-206 add <trim/> mode to mw-core
5949c27 is described below
commit 5949c27b9fa16a249c7a8ad242f0b1866bbfe07e
Author: Mark Struberg <[email protected]>
AuthorDate: Tue Aug 6 08:36:06 2019 +0200
MEECROWAVE-206 add <trim/> mode to mw-core
---
meecrowave-core/src/main/resources/META-INF/beans.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meecrowave-core/src/main/resources/META-INF/beans.xml
b/meecrowave-core/src/main/resources/META-INF/beans.xml
index 2bb54d8..22807d9 100644
--- a/meecrowave-core/src/main/resources/META-INF/beans.xml
+++ b/meecrowave-core/src/main/resources/META-INF/beans.xml
@@ -16,4 +16,6 @@
specific language governing permissions and limitations
under the License.
-->
-<beans />
+<beans>
+ <trim/>
+</beans>