summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/contributions (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-01-21Add new contribution buildingblocks-clientnash14-0/+649
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@901638 13f79535-47bb-0310-9956-ffa450edef68
2010-01-18Fix component name to be consistent with other payment contributionsslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900325 13f79535-47bb-0310-9956-ffa450edef68
2010-01-17Remove commented out dependencyslaws1-9/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900206 13f79535-47bb-0310-9956-ffa450edef68
2010-01-17Tidy up test composite structureslaws5-40/+71
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900205 13f79535-47bb-0310-9956-ffa450edef68
2010-01-09Remove unused modulerfeng7-325/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897503 13f79535-47bb-0310-9956-ffa450edef68
2010-01-07Generate Java code from all 3 WSDL files and eliminate test scope dependenciesnash1-18/+39
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896808 13f79535-47bb-0310-9956-ffa450edef68
2010-01-07Fix incorrect logic to display currency for items in cart (TUSCANY-3411)nash1-1/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896745 13f79535-47bb-0310-9956-ffa450edef68
2010-01-06Update parent artifact name in travel sample pom.xml filesnash51-51/+51
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896688 13f79535-47bb-0310-9956-ffa450edef68
2010-01-04Change reference port number from 8083 to 8082 (TUSCANY-3406)nash1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@895594 13f79535-47bb-0310-9956-ffa450edef68
2010-01-02Add/fix ant scripts for contents of travel sample services and launchers ↵nash3-5/+3
directories (TUSCANY-3398) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@895152 13f79535-47bb-0310-9956-ffa450edef68
2009-12-27Add ant scripts for contents of travel sample contributions directory ↵nash54-162/+1302
(TUSCANY-3398) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@894042 13f79535-47bb-0310-9956-ffa450edef68
2009-12-15No need to close the body and html tags twicemcombellack1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@891033 13f79535-47bb-0310-9956-ffa450edef68
2009-12-10Update 1.12 version to avoid NoClassDefFoundErrorrfeng2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889445 13f79535-47bb-0310-9956-ffa450edef68
2009-11-26A bit of tidying in the full-app. Mainly renaming frontend to coordination ↵slaws17-36/+46
and correcting the composite names in the full app contributions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884703 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05Format the coderfeng82-1173/+1059
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833174 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05Update pom.xml to reference a consistent version of tuscany runtime using ↵rfeng53-362/+386
${tuscany.version} git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833170 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02Added dependency on jsr250-api to fix compilation issue of being unable to ↵mcombellack1-0/+7
find javax.annotation.security on Sun JDK git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832101 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02Added dependency on jsr250-api to fix compilation issue of being unable to ↵mcombellack1-0/+7
find javax.annotation.security on Sun JDK git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832100 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02Set the SVN eol-style to nativemcombellack1-169/+169
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832089 13f79535-47bb-0310-9956-ffa450edef68
2009-10-26Add Main-Class and Class-Path to the MF so that we can run the clients, ↵rfeng2-2/+4
services and launchers using java -jar git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830020 13f79535-47bb-0310-9956-ffa450edef68
2009-10-26Move 2.x code into contrib/2.xrfeng44-1364/+28
Change the pom.xml to depend on node-impl git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829858 13f79535-47bb-0310-9956-ffa450edef68
2009-10-20Add a webapp for creditcard-payment-jaxbrfeng5-0/+355
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826957 13f79535-47bb-0310-9956-ffa450edef68
2009-10-11Add a version of the spring payment component configured with authentication ↵slaws19-0/+1163
policy git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824102 13f79535-47bb-0310-9956-ffa450edef68
2009-10-11Add customer registry into the spring componentslaws7-27/+317
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824091 13f79535-47bb-0310-9956-ffa450edef68
2009-10-11Separate the ShoppingCart interface into multiple separate interfaces to ↵slaws9-66/+105
better match the "introducing" scenario git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824057 13f79535-47bb-0310-9956-ffa450edef68
2009-10-05Added the currency-servlet module to the build listmcombellack1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822058 13f79535-47bb-0310-9956-ffa450edef68
2009-10-05Initial commit of a Servlet implementation of a currency convertermcombellack4-0/+232
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822037 13f79535-47bb-0310-9956-ffa450edef68
2009-09-29Enhanced the title of teh JSP so that it includes JSP in the page titlemcombellack1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820091 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15Apply new naming convention to notification-* contributionsnash23-100/+102
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815531 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15Apply new naming convention to contributions/help-pages and launchers/help-pagesnash8-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815456 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15Apply new naming convention to contributions/feed-logger and ↵nash6-9/+10
launchers/feed-logger git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815406 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15Apply new naming convention to contributions/blog-feed and launchers/blog-feednash1-6/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815397 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15Apply new naming convention to contributions/blog-feed and launchers/blog-feednash9-11/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815393 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15Delete contributions/databinding-client-contribution and ↵nash5-188/+0
launchers/databinding-launcher git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815385 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15Apply new naming conventions to contributions/databinding-client and ↵nash7-5/+193
launchers/databinding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815382 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15Fix naming inconsistenciesnash5-9/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815338 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15Restore original names for composites in currency and currency-ws contributionsnash2-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815318 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15Delete contributions/currency-corba-contribution and ↵nash3-105/+0
launchers/currency-converter-corba-launcher git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815314 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15Apply new naming convention to currency converter contributions and ↵nash11-20/+22
launchers for RMI, JMS and JSP git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815305 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15Rename currency-corba contrbution in pom.xmlnash1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815296 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15Apply new naming convention to contributions/currency-corbanash3-0/+106
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815295 13f79535-47bb-0310-9956-ffa450edef68
2009-09-14Apply new naming convention to contributions/currency-ws and ↵nash4-9/+10
launchers/currency-converter-ws git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814873 13f79535-47bb-0310-9956-ffa450edef68
2009-09-14Apply new naming convention to contributions/creditcard-payment-sdonash8-191/+184
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814843 13f79535-47bb-0310-9956-ffa450edef68
2009-09-14Update name of payment-groovy contributionnash1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814786 13f79535-47bb-0310-9956-ffa450edef68
2009-09-14Apply new naming convention to the payment-bpel, payment-groovy and ↵nash33-284/+215
emailgateway contributions git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814783 13f79535-47bb-0310-9956-ffa450edef68
2009-09-14Apply new naming convention to contributions/payment-spring-scatagnash14-202/+211
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814744 13f79535-47bb-0310-9956-ffa450edef68
2009-09-13Delete contributions/payment-spring-contributionnash5-196/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814344 13f79535-47bb-0310-9956-ffa450edef68
2009-09-13Apply new naming convention to contributions/payment-springnash14-45/+232
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814341 13f79535-47bb-0310-9956-ffa450edef68
2009-09-13Convert contributions/calendar test case from host-embedded to Node APInash3-19/+56
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814278 13f79535-47bb-0310-9956-ffa450edef68
2009-09-11Rename component implementation classesnash7-12/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814010 13f79535-47bb-0310-9956-ffa450edef68