summaryrefslogtreecommitdiffstats
path: root/sandbox (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-11-18create a bundle from the 1.x modulesslaws1-0/+398
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@881801 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12looking at the practicalities of running 1.x and 2.x runtimes in the same ↵slaws9-0/+456
JVM. Doesn't do anything interesting yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835512 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12move more stuff into oldslaws47-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835348 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12move old version of dependency plugin out of the wayslaws7-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835347 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12move antbuild to oldslaws2-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835346 13f79535-47bb-0310-9956-ffa450edef68
2009-11-10Use a simple namerfeng1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834565 13f79535-47bb-0310-9956-ffa450edef68
2009-11-10Turn the module into a webapprfeng6-25/+191
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834562 13f79535-47bb-0310-9956-ffa450edef68
2009-11-10Move to sandbox while setting it up to not interfere with the otestsantelder2-0/+215
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834472 13f79535-47bb-0310-9956-ffa450edef68
2009-11-10Add support to produce json data for dojo treerfeng2-22/+117
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834360 13f79535-47bb-0310-9956-ffa450edef68
2009-11-09Prototyping the provisioning support for Tuscany SCA:rfeng5-0/+549
1) Find the "extension" by XML qnames or Java types 2) Resolve the maven dependencies for the "extension" 3) Traverse the contribution/composite model to identify required "extensions" 4) Provision the Node to a runtime that is capable of handling the "extensions" git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834277 13f79535-47bb-0310-9956-ffa450edef68
2009-11-08Add a customized MFrfeng2-6/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833804 13f79535-47bb-0310-9956-ffa450edef68
2009-11-08Add a customized MFrfeng2-5/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833803 13f79535-47bb-0310-9956-ffa450edef68
2009-11-06Fix the file naming for snapshot versionsrfeng1-3/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833589 13f79535-47bb-0310-9956-ffa450edef68
2009-11-06No need to copy the src/main/resources directory as there is no resources ↵mcombellack1-3/+0
directory in this project git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833555 13f79535-47bb-0310-9956-ffa450edef68
2009-11-06Add tuscany-sca-manifest.jar into the distrorfeng2-5/+16
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833269 13f79535-47bb-0310-9956-ffa450edef68
2009-11-06Fix contribution namerfeng1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833263 13f79535-47bb-0310-9956-ffa450edef68
2009-11-06Add jms dependency (provided is not included)rfeng3-6/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833256 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05Add host-jettyrfeng1-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833238 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05Update dependencies so that jars are set on the launchers' classpathrfeng24-73/+54
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833235 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05Update the location patternrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833202 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05Update the location patternrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833201 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05Format the coderfeng132-1588/+1439
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 ↵rfeng93-724/+749
${tuscany.version} git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833170 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05Fix contribution namesrfeng1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833168 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05Move scatours-android-ui into contribrfeng16-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833154 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05Introduce a LauncherUtil to locate contributions by namerfeng43-248/+411
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833142 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05Add a utility for launchers to handle different ways to locate contributionsrfeng2-0/+127
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833106 13f79535-47bb-0310-9956-ffa450edef68
2009-11-04Providing a store-merger application that explores adding new catalogs from ↵lresende14-12/+781
different cloud environments to the store application git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832884 13f79535-47bb-0310-9956-ffa450edef68
2009-11-04Updating item value object to allow better representation of monetary ↵lresende14-26/+89
information git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832883 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03Change the folder name from client to clientsrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832491 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-29- Changing the implementation-guardian to work with the ↵dougsleite33-176/+1057
policy-guardianException module - Adding the policy-guardianException module: The guardian member is implemented as policies git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831060 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29Integrating with cloud-appengine-sdk module to avoid issues with building ↵lresende3-156/+8
the cloud-google module with a clean maven repo (without appengine sdk available in it) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830808 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29New module to download appengine-sdk and install in yoru local maven repo. ↵lresende2-0/+177
This is to avoid checken-egg thing, where you start from a clean maven repo and the dependency is not there yet failing the module before you could download and install it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830807 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28Remove the exclusionrfeng1-15/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830788 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28Configure the sourceDirectory and use GAE classpath container for ↵rfeng4-84/+127
cloud-google project git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830787 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28Remove generated files from svnrfeng21-278/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830760 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28Set outputDirectory for pom.xmlrfeng5-21/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830759 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28Fix pom.xml and set svn:ignorerfeng5-16/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830755 13f79535-47bb-0310-9956-ffa450edef68
2009-10-28Modifying service uri to avoid issues with contextPath calculations on the ↵lresende1-1/+1
runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830660 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27Minor update on service urilresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830392 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27Create profiles to exclude some modules from running eclipse:eclipselresende4-7/+29
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830391 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27Fixing up pointers to renamed catalog sample applicationlresende6-7/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830390 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27Renaming to remove 2x from sample application namelresende9-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830363 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27Refactoring common artifacts to store-assets modulelresende37-311/+210
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830361 13f79535-47bb-0310-9956-ffa450edef68
2009-10-26Add Main-Class and Class-Path to the MF so that we can run the clients, ↵rfeng37-25/+554
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-26Remove version numbers for the scatours jars in the distrorfeng1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830007 13f79535-47bb-0310-9956-ffa450edef68
2009-10-26Add the webapprfeng1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829870 13f79535-47bb-0310-9956-ffa450edef68