summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/applications (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-04-06Copy store applicationantelder20-0/+1409
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1089476 13f79535-47bb-0310-9956-ffa450edef68
2011-03-30Move the store app to unreleasedantelder21-1444/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086859 13f79535-47bb-0310-9956-ffa450edef68
2011-03-30Starting to port store sample to next releaselresende21-0/+1444
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086849 13f79535-47bb-0310-9956-ffa450edef68
2011-02-10Remove samples subfolder as its now in contrib and unreleasedantelder79-12593/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1069284 13f79535-47bb-0310-9956-ffa450edef68
2011-02-06Simplifying modules structure by merging *-js-dojo into the binding-runtime ↵lresende2-20/+0
specific modules git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067729 13f79535-47bb-0310-9956-ffa450edef68
2011-02-06Moving to latest dojo release (1.5.0)lresende2-20/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067728 13f79535-47bb-0310-9956-ffa450edef68
2011-02-05Fix lots of depricated maven variable warnings for Maven v3antelder7-14/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067440 13f79535-47bb-0310-9956-ffa450edef68
2011-02-04Update all samples to use the top level samples as their parent. Whatever ↵antelder6-12/+11
happens with the other sample discussion this hopefully gets them working from the bin distro without having to do a local build first git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067184 13f79535-47bb-0310-9956-ffa450edef68
2011-01-04Update to support being run with mvn exec:javaantelder2-3/+25
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1055077 13f79535-47bb-0310-9956-ffa450edef68
2010-12-13Corrected wrong parent poms.fmoga5-6/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1045041 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08Having sample actually pointing to base-runtime pomlresende1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043313 13f79535-47bb-0310-9956-ffa450edef68
2010-12-03Add a top level pom to build it allantelder1-0/+39
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041715 13f79535-47bb-0310-9956-ffa450edef68
2010-12-02Get the eightball webapp runningantelder3-10/+51
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041540 13f79535-47bb-0310-9956-ffa450edef68
2010-12-02Start bringing up eightball app in trunkantelder23-0/+1187
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041296 13f79535-47bb-0310-9956-ffa450edef68
2010-11-18Add a toString methodantelder1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036635 13f79535-47bb-0310-9956-ffa450edef68
2010-11-12more base + extension updatesantelder1-6/+42
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1034349 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10Update more things for base + extensions approachantelder1-3/+45
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1033523 13f79535-47bb-0310-9956-ffa450edef68
2010-10-21Move logging-scribe into applicationsslaws18-0/+8739
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026048 13f79535-47bb-0310-9956-ffa450edef68
2010-10-13Add -pom identifier to base-runtime so that its more obvious that you need ↵antelder1-1/+1
to have <type>pom</type> in the dependency definition git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022083 13f79535-47bb-0310-9956-ffa450edef68
2010-10-11Update store sample build.xml for new distribution structurebdaniel1-9/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1021453 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20TUSCANY-3677 reintroduce samples to top level buildkelvingoodson1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998846 13f79535-47bb-0310-9956-ffa450edef68
2010-09-19Fixes to get the store contribution working in a webapp. Make atom binding ↵jsdelfino1-1/+1
use the deployed binding URI, like the JSON-RPC already does. Change the dojo include from absolute to a relative path. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998596 13f79535-47bb-0310-9956-ffa450edef68
2010-09-16TUSCANY-3677 partial pom fixup after reorg-- more comingkelvingoodson1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997812 13f79535-47bb-0310-9956-ffa450edef68
2010-09-16TUSCANY-3677 more samples reorgkelvingoodson17-0/+1109
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997795 13f79535-47bb-0310-9956-ffa450edef68
2010-09-14TUSCANY-3677 fix pom errors after recent changeskelvingoodson1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996890 13f79535-47bb-0310-9956-ffa450edef68
2010-09-14TUSCANY-3677 add folders for sample applications and demonstrations of sca ↵kelvingoodson1-0/+42
features git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996878 13f79535-47bb-0310-9956-ffa450edef68
2010-09-14TUSCANY-3677 move store sample into applications folderkelvingoodson20-0/+1353
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996875 13f79535-47bb-0310-9956-ffa450edef68