Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
osgi install -s mvn:org.apache.geronimo.specs/geronimo-activation_1.1_spec/1.0.2
osgi install -s mvn:org.apache.geronimo.specs/geronimo-stax-api_1.0_spec/1.0.1
osgi install -s mvn:org.apache.servicemix.bundlesspecs/org.apache.servicemix.bundlesspecs.jaxb-api-2.1/1.0/4.0-m1
osgi install -s mvn:http://people.apache.org/repo/m2-snapshot-repository!org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxb-impl-2.01.36/4.0-m1m2-SNAPSHOT
osgi install -s mvn:http://people.apache.org/repo/m2-snapshot-repository!org.apache.camel/camel-core/1.3.04-SNAPSHOT
osgi install -s mvn:org.springframework/spring-tx/2.5.1
osgi install -s mvn:http://people.apache.org/repo/m2-snapshot-repository!org.apache.camel/camel-spring/1.3.04-SNAPSHOT
osgi install -s mvn:http://people.apache.org/repo/m2-snapshot-repository!org.apache.camel/camel-osgi/1.3.04-SNAPSHOT
osgi install -s mvn:http://people.apache.org/repo/m2-snapshot-repository!org.apache.camel/camel-example-osgi/1.3.04-SNAPSHOT

This commands will download, install and start the specified jars.

...