| Commit in servicemix/tooling/maven-jbi-plugin on MAIN | |||
| src/plugin-resources/jbi.jsl | +1 | -1 | 1.3 -> 1.4 |
| plugin.properties | +1 | 1.2 -> 1.3 | |
| +2 | -1 | ||
Added the ability to set the type of component
servicemix/tooling/maven-jbi-plugin/src/plugin-resources
diff -u -r1.3 -r1.4 --- jbi.jsl 17 Aug 2005 00:08:54 -0000 1.3 +++ jbi.jsl 19 Aug 2005 15:37:32 -0000 1.4 @@ -15,7 +15,7 @@
1.0
</x:attribute>
<component
- type="service-engine">
+ type="${jbi.component.type}">
<identification>
<name>${pom.artifactId}</name>
<description>${pom.description}
servicemix/tooling/maven-jbi-plugin
diff -u -r1.2 -r1.3 --- plugin.properties 17 Aug 2005 00:08:54 -0000 1.2 +++ plugin.properties 19 Aug 2005 15:37:32 -0000 1.3 @@ -25,3 +25,4 @@
jbi.xml.template=${plugin.resources}/jbi.jsl
jbi.merge.directory=${basedir}/src/main/merge
jbi.base.directory=${basedir}/src/main/jbi
+jbi.component.type=binding-engine
