Author: jbonofre
Date: Wed Feb 16 23:00:18 2011
New Revision: 1071434
URL: http://svn.apache.org/viewvc?rev=1071434&view=rev
Log:
[SMX4-757] Add ODE feature to the add-feature-to-repo goal of the karaf
features maven plugin.
Modified:
servicemix/smx4/features/trunk/assembly/pom.xml
Modified: servicemix/smx4/features/trunk/assembly/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assembly/pom.xml?rev=1071434&r1=1071433&r2=1071434&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/assembly/pom.xml (original)
+++ servicemix/smx4/features/trunk/assembly/pom.xml Wed Feb 16 23:00:18 2011
@@ -733,6 +733,8 @@
<feature>servicemix-snmp</feature>
<feature>servicemix-vfs</feature>
<feature>servicemix-smpp</feature>
+ <!-- ODE -->
+ <feature>ode</feature>
</features>
<repository>target/features-repo</repository>
</configuration>