summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/distribution/all/src/main/components (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Distribute the running-tuscany samples pre-compiledslaws2011-04-141-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1092132 13f79535-47bb-0310-9956-ffa450edef68
* Add exclude for some surefire artifacts which seem to turn up on Hudsonantelder2011-02-091-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1068774 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3753 - remove large target files from samples. slaws2010-11-091-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1032908 13f79535-47bb-0310-9956-ffa450edef68
* Make the all distro depend on the "all" features rather than depending on it ↵slaws2010-10-081-0/+15
| | | | | | and some random jars. Also add in the aggregations to see how they look. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1005831 13f79535-47bb-0310-9956-ffa450edef68
* exclude dojo source filesslaws2010-10-061-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004930 13f79535-47bb-0310-9956-ffa450edef68
* Update to have only generic excludes so it doesn't break when samples are ↵antelder2010-10-041-9/+2
| | | | | | moved or renamed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004162 13f79535-47bb-0310-9956-ffa450edef68
* Update to match sample namesslaws2010-10-041-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004157 13f79535-47bb-0310-9956-ffa450edef68
* exclude "work" directories and match samples layoutslaws2010-09-271-7/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1001648 13f79535-47bb-0310-9956-ffa450edef68
* For binding-jsonrpc webapp contribution remove dojo and target directories ↵slaws2010-08-231-0/+3
| | | | | | from the binary distro. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988017 13f79535-47bb-0310-9956-ffa450edef68
* Add some more excludes. There are some more needed after the sample name ↵antelder2010-08-161-0/+4
| | | | | | refactors a while ago which means the samples target\classes folders are getting incuded in the bin distro, i'm not sure why that happens though git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985990 13f79535-47bb-0310-9956-ffa450edef68
* Add an exclude for the target/maven-shared-archive-resources folder thats ↵antelder2010-08-161-0/+2
| | | | | | started appearing git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985863 13f79535-47bb-0310-9956-ffa450edef68
* Add some more excludes for junk in the distributionantelder2010-06-151-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954736 13f79535-47bb-0310-9956-ffa450edef68
* Exclude generate sdo stuffantelder2010-06-141-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954629 13f79535-47bb-0310-9956-ffa450edef68
* add README to signal /lib directory as volatilelresende2010-06-041-1/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951522 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3570 - Reverting previous changes from r948319 as they didn't seem ↵lresende2010-05-296-19/+0
| | | | | | to have any effect to the issue reported git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949340 13f79535-47bb-0310-9956-ffa450edef68
* Change bin distro to include all samples by default. Individual samples may ↵antelder2010-05-271-51/+18
| | | | | | still be excluded by adding exclude statements. AFAIR the previous approach where samples needed to be explicitly included was only becuase i had not worked out how to do the generic include/excludes properly git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948804 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3570 - Tweaking assemblies to set proper permissions to files and ↵lresende2010-05-266-7/+19
| | | | | | folders git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948319 13f79535-47bb-0310-9956-ffa450edef68
* Move binding-sca sample contributions into an extension specific sub-directoryslaws2010-05-191-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946117 13f79535-47bb-0310-9956-ffa450edef68
* update distro to match sample changesslaws2010-05-191-6/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946077 13f79535-47bb-0310-9956-ffa450edef68
* Merge branch 'jaxrs' into trunkrfeng2010-05-191-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945980 13f79535-47bb-0310-9956-ffa450edef68
* remove duplicate entryslaws2010-05-141-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944186 13f79535-47bb-0310-9956-ffa450edef68
* Add sca-api jar into the lib folder so that it's in a consistent place when ↵slaws2010-05-141-0/+1
| | | | | | the user is creating simple classpaths. I'd like this to be don't by a feature so that the user always refers to the same thing (and the same mvn group) regardless of which parts of the system they are including. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944185 13f79535-47bb-0310-9956-ffa450edef68
* Exclude all shaded jarsantelder2010-05-121-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943439 13f79535-47bb-0310-9956-ffa450edef68
* Include spring dependnecies in lib antelder2010-05-121-1/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943438 13f79535-47bb-0310-9956-ffa450edef68
* Include the helloworld-spring sample in distroantelder2010-05-121-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943437 13f79535-47bb-0310-9956-ffa450edef68
* Add file missed in prevoous commit - r939702 -Add the base jar to the all ↵antelder2010-04-301-0/+32
| | | | | | distro git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939706 13f79535-47bb-0310-9956-ffa450edef68
* Add the base jar to the all distroantelder2010-04-301-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939702 13f79535-47bb-0310-9956-ffa450edef68
* Simplify the sample exclusions by excluding all webapp target folder contentsantelder2010-04-301-7/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939700 13f79535-47bb-0310-9956-ffa450edef68
* add tracing capability into distribution and extend calculator sample to ↵kelvingoodson2010-03-312-0/+44
| | | | | | demonstrate tracing git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929603 13f79535-47bb-0310-9956-ffa450edef68
* Add jaxrs sampleantelder2010-03-261-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@927712 13f79535-47bb-0310-9956-ffa450edef68
* Add helloworld sample to distroantelder2010-03-201-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925668 13f79535-47bb-0310-9956-ffa450edef68
* Moving 2.x trunklresende2009-11-204-0/+206
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68