When adding new contribution or launcher modules to the travel sample, all of the following need to be updated:
1. The pom.xml file in the contributions or launchers directory. 2. The build.xml file in the contributions or launchers directory. 3. The pom.xml file in the distribution/bundle directory. 4. (launchers only) The build-launchers.xml file in the distribution/src/main/resources directory. I've just done 2), 3) and 4) for the following new modules: contributions/payment-java-callback contributions/payment-java-reference-pass contributions/payment-python contributions/trip-policy launchers/payment-java-callback launchers/payment-java-reference-pass launchers/payment-python While doing 2) I noticed that a number of other payment-* modules were missing from the launchers/build.xml file, so I added these as well. Simon
