summaryrefslogtreecommitdiffstats
path: root/java/sca/distribution (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-02-09Add a brief README for the launcher scriptsantelder1-0/+42
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742337 13f79535-47bb-0310-9956-ffa450edef68
2009-02-09Missing wsdl4j licenselresende1-0/+91
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742236 13f79535-47bb-0310-9956-ffa450edef68
2009-02-09Adding Apache license to tuscany launcher scriptlresende1-0/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742235 13f79535-47bb-0310-9956-ffa450edef68
2009-02-08Removing geronimo-jsp_2.1_spec-1.0.jar from license as we are not ↵lresende1-1/+0
distributing it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742150 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Update config files for logging properties files based on the install locationantelder3-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741543 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Set the logging properties for the runtimeantelder3-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741481 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Remove unused filesantelder2-82/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741467 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Tidy up the distro buildantelder4-13/+146
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741465 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Clean up pom.xmlantelder1-11/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741459 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Move more unused code to contribantelder5-229/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741457 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Move more unused code to contribantelder14-3896/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741456 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Move more unused code to contribantelder14-3887/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741455 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Move more unused code to contribantelder17-4004/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741454 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06Move the BUILDING/LICENSE/NOTICE files to the SVN root and change the src ↵antelder4-496/+0
distribution build to use those. This way the legal files will be at the top of the release tag and also when people checkout thecode from svn there's a BUILDING file at the top telling them how to build it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741438 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05Change the sample itests to use an unzipped bin distroantelder2-38/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741098 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05Update the src distro to include everything in its svn treeantelder1-13/+33
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741088 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05Fix the problem with the distributions overwriting each other by merging the ↵antelder2-46/+4
two assembly plugin configs in to one. That has some implications - the itests need the dir distribution so the distributions need to be built all the time not just with the distribution profile, so the assembly builds are moved to the default profile. To get it to work had to change appendAssemblyId to true so the dir distribution folder name changed again and the samples using that updated to match git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741059 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05Cleaning up jars/licenses that are not being distributedlresende2-1227/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741012 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05Adding missing jars to license filelresende1-3/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741008 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04Fix the dir distribution build directory name so that it's the same of ↵slaws1-0/+2
various versions of maven git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740768 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04add another missing fileslaws1-0/+37
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740729 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04TUSCANY-2814 fix loop in assembly plugin when too many duplicate includesantelder3-46/+46
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740728 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04Now that the features have been moved out of the distribution we can jus ↵antelder1-1/+1
tbuild the one distribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740720 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04Change binding-ws-calculator/build.xml to look similar to the way our build ↵slaws1-0/+20
files used to look. Relies on launcher.jar to run the sample. Add itest/sample to run the samples automatically. Error handling not working yet. This also relies on distribution/all generating a dir distro to test against. Currently this runs as part of the main build but I see Raymond has now separated distributions from features so we could have this be a distribution test stage. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740702 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04Move out the webapp samples as webapp's aren't in the buildantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740691 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04Continue with moving trunk modules not in build to contrib folderantelder12-3916/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740681 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04Continue with moving trunk modules not in build to contrib folderantelder55-15403/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740680 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04Reinstate the TUSCANY-2814 workaround as its still brokenantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740667 13f79535-47bb-0310-9956-ffa450edef68
2009-02-03Update the distribution to use the featuresrfeng52-9659/+709
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740471 13f79535-47bb-0310-9956-ffa450edef68
2009-02-03TUSCANY-2814, comment out the src archive build as it causes a loopantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740342 13f79535-47bb-0310-9956-ffa450edef68
2009-02-03Adding samples to source distributionlresende2-3/+46
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740238 13f79535-47bb-0310-9956-ffa450edef68
2009-02-03Updating legal files for 2.0-M1 releaselresende8-597/+158
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740218 13f79535-47bb-0310-9956-ffa450edef68
2009-02-03Adding webservices distribution to alllresende1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740215 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Comment out the change to generate eclipse project files as to make this ↵slaws1-3/+3
work you need to make the distribution a jar project which it isn't really. As per mail list exchange we will just "open" the target file using the Eclipse menus. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739337 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Add the web service binding back in but not the ws policy module. ↵slaws1-2/+2
binding-ws-calculator works for me now. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739328 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Add an eclipse target to the all pom. Two issues here. 1) I have to change ↵slaws1-1/+28
the pom to have a jar target to get the plugin to run. 2) the tuscany-maven-bundle-plugin has two entries in here. On for producing the target and one for producing the eclipse files. Not sure if this can be rationlaized. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739299 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Move webservices out of the distribution build till the axis2 binding is goingantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739265 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Start trying to get a full clean build to work, binding-ws-axis2 isn't going ↵antelder1-2/+2
yet so take ws out of the distribution for now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739263 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Have the rmi sample jars included prebuilt in the distroantelder1-2/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739218 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Add an 'unmanaged' config file to enable the launcher running the samples ↵antelder1-0/+3
that use the node APIs to start a runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739209 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Remove the dir format from the all distro build as its not usedantelder2-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739207 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Remove pdetarget as it can now be done in the all distroantelder1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739206 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Remove pdetarget as it can now be done in the all distroantelder1-167/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739205 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Push the archive assembly into distribution profilerfeng1-20/+24
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738965 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Make the "distribution" profile not be activated by default except the "all" ↵rfeng7-545/+772
distro git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738930 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Correct the artifactId to match what the all distribution is usingantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738861 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Update samples to include the prebuilt jar so users dont need to first build ↵antelder1-49/+62
it themselves git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738860 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Add some simple /? help and a fork option to use a new command prompt to run ↵antelder1-1/+18
Tuscany which makes it easier to run the samples that have seperate samples for the service and reference git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738803 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Add a launcher config file for osgiantelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738798 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Add a debug option to the launcher .bat to enable easy remote debugingantelder1-1/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738790 13f79535-47bb-0310-9956-ffa450edef68