summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/distribution (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-04-25Restructure the README filenash1-270/+474
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937875 13f79535-47bb-0310-9956-ffa450edef68
2010-04-21Move BUILDING, CHANGES, etc. files to top-level directory in distribution ↵nash1-1/+1
package git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936180 13f79535-47bb-0310-9956-ffa450edef68
2010-04-20Move README file to distribution/src/main/release directorynash2-2/+488
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936087 13f79535-47bb-0310-9956-ffa450edef68
2010-04-20Copy BUILDING, CHANGES, LICENSE, NOTICE and RELEASE_NOTES files to ↵nash1-0/+16
travelsample directory git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936085 13f79535-47bb-0310-9956-ffa450edef68
2010-04-20Add BUILDING, CHANGES and RELEASE_NOTES filesnash3-0/+178
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936083 13f79535-47bb-0310-9956-ffa450edef68
2010-04-20Remove license text specific to the Tuscany SCA binary distributionnash1-1470/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936082 13f79535-47bb-0310-9956-ffa450edef68
2010-04-20Update references to "includes" to say "includes/uses" and change 2009 to 2010nash1-13/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936080 13f79535-47bb-0310-9956-ffa450edef68
2010-04-20Add travelsample top-level directory to the distribution packagenash1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936071 13f79535-47bb-0310-9956-ffa450edef68
2010-04-14Remove binary distro artifacts from distribution module (TUSCANY-3528)nash24-1984/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@934007 13f79535-47bb-0310-9956-ffa450edef68
2010-04-14Clean up commentnash1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@933996 13f79535-47bb-0310-9956-ffa450edef68
2010-04-14Remove binary distro from mvn build (TUSCANY-3528)nash2-10/+32
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@933986 13f79535-47bb-0310-9956-ffa450edef68
2010-03-30Remove services/creditcard-payment-jaxws from the travel sample (TUSCANY-3415)nash1-5/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929121 13f79535-47bb-0310-9956-ffa450edef68
2010-03-29Add missing modules to the ant build and the distributionnash2-0/+62
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928655 13f79535-47bb-0310-9956-ffa450edef68
2010-03-29Add complete "using" contribution and "using" launchernash2-3/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928619 13f79535-47bb-0310-9956-ffa450edef68
2010-03-21Revert change committed by accidentslaws2-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925861 13f79535-47bb-0310-9956-ffa450edef68
2010-03-21Add some more ignoresslaws2-5/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925830 13f79535-47bb-0310-9956-ffa450edef68
2010-03-21Change jumpstart launcher so that it doesn't use LauncherUtil (TUSCANY-3508)nash2-14/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925711 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25Refactor payment-bpel contribution by moving some files into a new ↵nash2-0/+18
contribution payment-bpel-process (TUSCANY-3461) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916213 13f79535-47bb-0310-9956-ffa450edef68
2010-02-25Add ODE runtime database to travel sample binary distro (TUSCANY-3461)nash4-0/+146
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916135 13f79535-47bb-0310-9956-ffa450edef68
2010-02-22Make the JAX-WS runtime available when running the travel sample on JDK 5 ↵nash6-2/+165
(TUSCANY-3467) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912490 13f79535-47bb-0310-9956-ffa450edef68
2010-02-22Ensure maven-antrun-plugin runs when using <packaging>pomnash1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912488 13f79535-47bb-0310-9956-ffa450edef68
2010-02-18Remove uncommented duplicate entry for creditcard-payment-webapp in ↵nash1-6/+0
distribution bundle pom git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@911343 13f79535-47bb-0310-9956-ffa450edef68
2010-02-18Exclude Tuscany runtime dependencies from the travel sample distribution ↵nash12-115/+310
default build (TUSCANY-3462) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@911338 13f79535-47bb-0310-9956-ffa450edef68
2010-02-17Package OpenEJB dependencies with the travel sample to avoid use of ↵nash9-584/+804
environment variables (TUSCANY-3460) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@910863 13f79535-47bb-0310-9956-ffa450edef68
2010-02-11Add ant scripts to travel sample distribution directories to demonstrate ↵nash4-0/+438
alternative solution to TUSCANY-3460 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908910 13f79535-47bb-0310-9956-ffa450edef68
2010-02-10Add scatours-launcher-payment-bpel to the travel sample distribution ↵nash2-0/+13
(TUSCANY-3460) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908421 13f79535-47bb-0310-9956-ffa450edef68
2010-02-09Add contribution and launcher to distribution for payment-groovynash1-2/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908265 13f79535-47bb-0310-9956-ffa450edef68
2010-02-09Add launchers to distribution for payment-java, payment-java-policy, ↵nash1-0/+20
payment-spring, and payment-spring-scatag git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908264 13f79535-47bb-0310-9956-ffa450edef68
2010-01-24Copy into trunk from sandboxslaws8-0/+2567
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@902572 13f79535-47bb-0310-9956-ffa450edef68