summaryrefslogtreecommitdiffstats
path: root/java/sca/distribution/all/src/main/release (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move the RELEASE_NOTES and CHANGES to the top level so they appear in ↵antelder2009-02-113-121/+0
| | | | | | release tags (and also at the top they might be more noticable so we might remember to update as we add new function :-) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743428 13f79535-47bb-0310-9956-ffa450edef68
* Updating license with latest dependency changeslresende2009-02-101-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743048 13f79535-47bb-0310-9956-ffa450edef68
* Simplify launcher default config so it can automatically determine to use ↵antelder2009-02-101-1/+1
| | | | | | unmanaged jar git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742952 13f79535-47bb-0310-9956-ffa450edef68
* Add a statement regarding specification supportslaws2009-02-091-13/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742756 13f79535-47bb-0310-9956-ffa450edef68
* Fix directory name and a bit of cosmetic tidyingslaws2009-02-091-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742590 13f79535-47bb-0310-9956-ffa450edef68
* Move license header to after the echo off statement so it doesn't get ↵antelder2009-02-091-17/+17
| | | | | | printed out when running the script git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742405 13f79535-47bb-0310-9956-ffa450edef68
* Add a brief README for the launcher scriptsantelder2009-02-091-0/+42
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742337 13f79535-47bb-0310-9956-ffa450edef68
* Missing wsdl4j licenselresende2009-02-091-0/+91
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742236 13f79535-47bb-0310-9956-ffa450edef68
* Adding Apache license to tuscany launcher scriptlresende2009-02-091-0/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742235 13f79535-47bb-0310-9956-ffa450edef68
* Removing geronimo-jsp_2.1_spec-1.0.jar from license as we are not ↵lresende2009-02-081-1/+0
| | | | | | distributing it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742150 13f79535-47bb-0310-9956-ffa450edef68
* Update config files for logging properties files based on the install locationantelder2009-02-063-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741543 13f79535-47bb-0310-9956-ffa450edef68
* Set the logging properties for the runtimeantelder2009-02-063-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741481 13f79535-47bb-0310-9956-ffa450edef68
* Move the BUILDING/LICENSE/NOTICE files to the SVN root and change the src ↵antelder2009-02-063-487/+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
* Cleaning up jars/licenses that are not being distributedlresende2009-02-052-1227/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741012 13f79535-47bb-0310-9956-ffa450edef68
* Adding missing jars to license filelresende2009-02-051-3/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741008 13f79535-47bb-0310-9956-ffa450edef68
* Updating legal files for 2.0-M1 releaselresende2009-02-038-597/+158
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740218 13f79535-47bb-0310-9956-ffa450edef68
* Add an 'unmanaged' config file to enable the launcher running the samples ↵antelder2009-01-301-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
* Add some simple /? help and a fork option to use a new command prompt to run ↵antelder2009-01-291-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
* Add a launcher config file for osgiantelder2009-01-291-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738798 13f79535-47bb-0310-9956-ffa450edef68
* Add a debug option to the launcher .bat to enable easy remote debugingantelder2009-01-291-1/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738790 13f79535-47bb-0310-9956-ffa450edef68
* Update the launcher default config to match the latest launcher codeantelder2009-01-291-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738788 13f79535-47bb-0310-9956-ffa450edef68
* More launcher bringup, start making the .bat file a bit more useableantelder2009-01-291-3/+32
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738784 13f79535-47bb-0310-9956-ffa450edef68
* Start adding the launcher to the distro to try it out, still very primitive ↵antelder2009-01-282-0/+9
| | | | | | and does't quite work yet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738544 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2780 - Updating NOTICE files to include 2009 in the copyright statementlresende2009-01-232-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736880 13f79535-47bb-0310-9956-ffa450edef68
* Cleaning up obsolete DISCLAIMER files from Incubation timeframelresende2008-12-011-7/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722178 13f79535-47bb-0310-9956-ffa450edef68
* Copy the contribution under contrib and merge the one from sca-equinoxrfeng2008-11-1910-0/+3519
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719120 13f79535-47bb-0310-9956-ffa450edef68