summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove old surefire configantelder2010-06-031-17/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950967 13f79535-47bb-0310-9956-ffa450edef68
* Add tuscany pluginantelder2010-06-032-0/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950966 13f79535-47bb-0310-9956-ffa450edef68
* Remove old surefire configantelder2010-06-031-20/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950965 13f79535-47bb-0310-9956-ffa450edef68
* Remove old surefire configantelder2010-06-031-15/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950964 13f79535-47bb-0310-9956-ffa450edef68
* Remove old surefire configantelder2010-06-031-19/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950963 13f79535-47bb-0310-9956-ffa450edef68
* Remove old surefire configantelder2010-06-031-20/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950962 13f79535-47bb-0310-9956-ffa450edef68
* Update to latest slf4j versionantelder2010-06-031-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950961 13f79535-47bb-0310-9956-ffa450edef68
* Manifest updates to add osgi requirementsantelder2010-06-031-0/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950960 13f79535-47bb-0310-9956-ffa450edef68
* Merge 950940 from branch to trunkantelder2010-06-031-19/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950946 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 version to spec commentkelvingoodson2010-06-031-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950914 13f79535-47bb-0310-9956-ffa450edef68
* Updating release month to Junelresende2010-06-023-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950816 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3564 - Updated build instructions to specify JDK 6 requirement and ↵lresende2010-06-022-4/+5
| | | | | | updated changes file to notify users we droped JDK 5 support git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950810 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3582 - Pointing to the proper tuscany manifest filelresende2010-06-021-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950778 13f79535-47bb-0310-9956-ffa450edef68
* Correct version from merge from m5 branch to trunkantelder2010-06-021-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950603 13f79535-47bb-0310-9956-ffa450edef68
* Add missing OSGi dependencies that are causing the dosgi samples to fail. slaws2010-06-027-1/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950581 13f79535-47bb-0310-9956-ffa450edef68
* Change test to use local loop back address to avoid any network issuesantelder2010-06-021-5/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950539 13f79535-47bb-0310-9956-ffa450edef68
* Try adding tuscany plugin module to build using MNG-2135 work around of ↵antelder2010-06-021-0/+3
| | | | | | having the plugin FIRST in the parent pom git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950416 13f79535-47bb-0310-9956-ffa450edef68
* Try moving the Tuscany plugin to be included in trunk buildantelder2010-06-026-0/+588
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950415 13f79535-47bb-0310-9956-ffa450edef68
* Sample module showing how to use the Scribe logging API to connect to a ↵jsdelfino2010-06-0216-0/+8695
| | | | | | Scribe server and log a string under a given log category. The sample module shows two components: a ScribeLogger component that encapsulates the calls to the Scribe API behind a simple Logger service interface, and a HelloWorld component that uses an SCA reference wired to the ScribeLogger component to log the string that it's given. See the README file for build and test instructions. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950360 13f79535-47bb-0310-9956-ffa450edef68
* Update jackson to 1.5.3rfeng2010-06-013-8/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950303 13f79535-47bb-0310-9956-ffa450edef68
* Adjust the path URI for web app deploymentrfeng2010-06-016-5/+34
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950296 13f79535-47bb-0310-9956-ffa450edef68
* Remove obsolute methodsrfeng2010-06-014-55/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950295 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
* TUSCANY-3573 Add a bit more info to the READMEslaws2010-05-281-1/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949115 13f79535-47bb-0310-9956-ffa450edef68
* Add a workaround for TUSCANY-3572rfeng2010-05-287-29/+104
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949110 13f79535-47bb-0310-9956-ffa450edef68
* copy in release note commentkelvingoodson2010-05-271-0/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948815 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
* Add note to point why a couple of the launchers don't need to be in the buildslaws2010-05-271-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948794 13f79535-47bb-0310-9956-ffa450edef68
* Add launcher that explains how to start contributions using Mavenslaws2010-05-271-0/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948792 13f79535-47bb-0310-9956-ffa450edef68
* Add missing readmeslaws2010-05-271-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948791 13f79535-47bb-0310-9956-ffa450edef68
* Add some missing samplesantelder2010-05-271-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948786 13f79535-47bb-0310-9956-ffa450edef68
* A few README correctionsslaws2010-05-271-39/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948783 13f79535-47bb-0310-9956-ffa450edef68
* Move module to contrib as its not in the build or being actively worked onantelder2010-05-2715-857/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948778 13f79535-47bb-0310-9956-ffa450edef68
* Move module to contrib as its not in the build or being actively worked onantelder2010-05-276-981/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948776 13f79535-47bb-0310-9956-ffa450edef68
* Move module to contrib as its not in the build or being actively worked onantelder2010-05-2713-852/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948775 13f79535-47bb-0310-9956-ffa450edef68
* Move module to contrib as its not in the build or being actively worked onantelder2010-05-278-671/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948774 13f79535-47bb-0310-9956-ffa450edef68
* Move module to contrib as its not in the build or being actively worked onantelder2010-05-2710-909/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948773 13f79535-47bb-0310-9956-ffa450edef68
* Move module to contrib as its not in the build or being actively worked onantelder2010-05-2710-1279/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948772 13f79535-47bb-0310-9956-ffa450edef68
* Move module to contrib as its not in the build or being actively worked onantelder2010-05-2710-962/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948771 13f79535-47bb-0310-9956-ffa450edef68
* Move module to contrib as its not in the build or being actively worked onantelder2010-05-2710-1312/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948769 13f79535-47bb-0310-9956-ffa450edef68
* Move module to contrib as its not in the build or being actively worked onantelder2010-05-277-475/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948768 13f79535-47bb-0310-9956-ffa450edef68
* Add missing headerslaws2010-05-271-0/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948762 13f79535-47bb-0310-9956-ffa450edef68
* Add missing headerslaws2010-05-271-0/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948760 13f79535-47bb-0310-9956-ffa450edef68
* Add missing headerslaws2010-05-271-1/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948759 13f79535-47bb-0310-9956-ffa450edef68
* Add missing headerslaws2010-05-271-1/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948758 13f79535-47bb-0310-9956-ffa450edef68
* Add missing headerslaws2010-05-271-1/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948756 13f79535-47bb-0310-9956-ffa450edef68
* Add missing headerslaws2010-05-271-1/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948755 13f79535-47bb-0310-9956-ffa450edef68
* remove empty fileslaws2010-05-271-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948751 13f79535-47bb-0310-9956-ffa450edef68