summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/distribution (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* exclude dojo resources drom src distrokelvingoodson2010-05-271-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948796 13f79535-47bb-0310-9956-ffa450edef68
* Clean up binary NOTICE file as per mailing list discussion ↵antelder2010-05-271-80/+0
| | | | | | http://apache.markmail.org/message/scaegcn3bqsumeqy git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948702 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3570 - Tweaking assemblies to set proper permissions to files and ↵lresende2010-05-268-10/+22
| | | | | | folders git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948319 13f79535-47bb-0310-9956-ffa450edef68
* Correct presentation of the OASIS licenseslaws2010-05-201-1/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946692 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
* Add back the agregate jarsantelder2010-05-191-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946060 13f79535-47bb-0310-9956-ffa450edef68
* Merge branch 'jaxrs' into trunkrfeng2010-05-193-5/+10
| | | | 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