summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/distribution (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Delete shades and remove all refernces to them as they're now replaced by ↵antelder2010-10-154-29/+2
| | | | | | base + extension-runtime approach git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022892 13f79535-47bb-0310-9956-ffa450edef68
* Update base-runtime to more closely match old shades/base, and all the scdl ↵antelder2010-10-152-77/+66
| | | | | | models to base, associated test updates to match that, and change the comet binding to use base + extension approach. Still need to look at whats in core-runtime vs base-runtime and still need to work out what really should/shouldn't be in base but at least its all consistent to start with now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022891 13f79535-47bb-0310-9956-ffa450edef68
* Update jms binding to use base + extension styleantelder2010-10-141-0/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022732 13f79535-47bb-0310-9956-ffa450edef68
* Commit examples of using optional dependencies to generate fully populated ↵slaws2010-10-143-0/+9
| | | | | | aggregations but without passing on transitive maven dependencies. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022564 13f79535-47bb-0310-9956-ffa450edef68
* Start to get rid of shades and replace with the aggregate jars. This moves ↵antelder2010-10-1412-2/+1547
| | | | | | the shades/base and base-nodep out of shades and into distribution/aggregates and updates to use those. The remaining ones in shades i think can probably just be deleted but i'll do that in separate steps. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022443 13f79535-47bb-0310-9956-ffa450edef68
* Move aggregation jars into a subdirectory, keeps them clear and separate in ↵antelder2010-10-1413-6/+6
| | | | | | the distribution folder for now whether not they end up here or somewhere else in the future git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022426 13f79535-47bb-0310-9956-ffa450edef68
* Remove rome as the rss binding isn't in the module build nowantelder2010-10-131-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022146 13f79535-47bb-0310-9956-ffa450edef68
* Add -pom identifier to base-runtime so that its more obvious that you need ↵antelder2010-10-132-2/+2
| | | | | | 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
* A few license fixes due to build restructure. Still some outstanding. slaws2010-10-111-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1021316 13f79535-47bb-0310-9956-ffa450edef68
* Make the all distro depend on the "all" features rather than depending on it ↵slaws2010-10-082-44/+32
| | | | | | 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
* put the aggregations into a separate group id. Ant did this with the shades. ↵slaws2010-10-073-0/+3
| | | | | | Seems like a good idea and also allows them to be easily excluded from the bundle plugin git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1005491 13f79535-47bb-0310-9956-ffa450edef68
* build the aggregationsslaws2010-10-071-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1005396 13f79535-47bb-0310-9956-ffa450edef68
* Pretty much a copy of Ant's shade directories but depending on the new base ↵slaws2010-10-0612-0/+1130
| | | | | | and extension collections to see what happens. No OSGi manifests here. Also not in build. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1005122 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
* maven-bundle-plugin 1.0.7-SNAPSHOT now in the repo so enabling extension ↵slaws2010-09-301-8/+37
| | | | | | meta-data generation in the bin distro. Have to allow the build to use plugin snapshots temporarily. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1003004 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3674 - saving some (disabled) changes that rely on the changes made ↵slaws2010-09-281-0/+150
| | | | | | to Tuscany's maven-bundle-plugin. To try these you'll need to compile the maven bundle plugin locally as there is no 1.0.7-SNAPSHOT yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002225 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
* Update to jackson 1.6.0rfeng2010-09-241-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1000979 13f79535-47bb-0310-9956-ffa450edef68
* Move to wstx-as version 3.2.6 consistently. Having two versions in the ↵slaws2010-09-241-4/+3
| | | | | | distro is causing OSGi wiring conflicts git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1000968 13f79535-47bb-0310-9956-ffa450edef68
* Update the bin distro tuscany.bat to start the shellantelder2010-09-162-5/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997758 13f79535-47bb-0310-9956-ffa450edef68
* Tidy up binding.rest osgi enablementrfeng2010-09-082-158/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993613 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3595 - Tweaking wink-server manifest to propertly allow access to ↵lresende2010-08-292-0/+158
| | | | | | properties file in a OSGi environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990518 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 missing dependencyantelder2010-07-221-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@966629 13f79535-47bb-0310-9956-ffa450edef68
* Correct parrent pomantelder2010-07-221-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@966568 13f79535-47bb-0310-9956-ffa450edef68
* Update jackson versionrfeng2010-07-161-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964883 13f79535-47bb-0310-9956-ffa450edef68
* Updating Wink to it's most recent release to avoid security issue reported ↵lresende2010-07-091-3/+3
| | | | | | at CVE-2010-2245 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@962398 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3605 - Moving Spring dependency to 3.0.2.RELEASElresende2010-06-221-3/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956786 13f79535-47bb-0310-9956-ffa450edef68
* Simplify doc files and make it so there are minimal places that hard code ↵antelder2010-06-152-6/+3
| | | | | | the release version that need updating at release time git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954868 13f79535-47bb-0310-9956-ffa450edef68
* Add some more excludes from the src distroantelder2010-06-151-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954867 13f79535-47bb-0310-9956-ffa450edef68
* Update license checker as the latest assembly plugin config changed the ↵antelder2010-06-151-1/+1
| | | | | | directory name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954825 13f79535-47bb-0310-9956-ffa450edef68
* Move the rat plugin run to the distribution itestsantelder2010-06-151-23/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954741 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
* Remove dir format as its done in the itestantelder2010-06-151-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954724 13f79535-47bb-0310-9956-ffa450edef68
* Include dir distro in bin-distribution.xmlantelder2010-06-141-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954633 13f79535-47bb-0310-9956-ffa450edef68
* Add rat plugin config to automatically run and validate rat as part of the buildantelder2010-06-141-0/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954632 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
* Change profile name to release to match the release profile as otheriwse you ↵antelder2010-06-141-2/+9
| | | | | | vcan't get both release and the distribution zips, update to the latest assembly plugin to fix bug in attch processing git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954473 13f79535-47bb-0310-9956-ffa450edef68
* Update to latest assembly plugin to fix problems with attaching the ↵antelder2010-06-141-2/+3
| | | | | | distribution artifact git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954470 13f79535-47bb-0310-9956-ffa450edef68
* add README to signal /lib directory as volatilelresende2010-06-042-1/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951522 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3585 - Moving to Spring 2.5.6lresende2010-06-041-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951514 13f79535-47bb-0310-9956-ffa450edef68
* add /lib description to install filekelvingoodson2010-06-031-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950945 13f79535-47bb-0310-9956-ffa450edef68
* Add missing OSGi dependencies that are causing the dosgi samples to fail. slaws2010-06-022-1/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950581 13f79535-47bb-0310-9956-ffa450edef68
* Update jackson to 1.5.3rfeng2010-06-011-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950303 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3570 - Reverting previous changes from r948319 as they didn't seem ↵lresende2010-05-297-20/+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