Repository: servicemix Updated Branches: refs/heads/master 8ae570000 -> ca3a0bcac
SM-2560 Drools examples source code is not included in SM dystrybution package (closes #30) Project: http://git-wip-us.apache.org/repos/asf/servicemix/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix/commit/c979ef12 Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/c979ef12 Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/c979ef12 Branch: refs/heads/master Commit: c979ef12d8b8018f71f96cabc18a9c7a877320bb Parents: 8ae5700 Author: Grzegorz Halajko <[email protected]> Authored: Wed May 27 14:40:58 2015 +0200 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Wed May 27 20:14:22 2015 +0200 ---------------------------------------------------------------------- assembly/src/main/resources/examples-unix-bin.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/c979ef12/assembly/src/main/resources/examples-unix-bin.xml ---------------------------------------------------------------------- diff --git a/assembly/src/main/resources/examples-unix-bin.xml b/assembly/src/main/resources/examples-unix-bin.xml index d75a416..642c1da 100644 --- a/assembly/src/main/resources/examples-unix-bin.xml +++ b/assembly/src/main/resources/examples-unix-bin.xml @@ -35,6 +35,7 @@ <include>akka/**</include> <include>camel/**</include> <include>cxf/**</include> + <include>drools/**</include> </includes> <excludes> <exclude>pom.xml</exclude>
