summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* merge manifest updates from trunk for fixing dosgi samples (revision r950581)kelvingoodson2010-06-027-1/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950691 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
* Merge 950539 to m5 branch to update test to use local loop back addressantelder2010-06-021-5/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950540 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
* Update plugin version to match branch versionantelder2010-06-026-129/+129
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950432 13f79535-47bb-0310-9956-ffa450edef68
* Merge 950415,950416 from trunk to add tuscany pluginantelder2010-06-027-0/+591
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950425 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
* Upgrade SCDL schemas to cd05 level. Remove unused and unsupported schemas. ↵jsdelfino2010-06-0245-1166/+339
| | | | | | Add SCDL schema validation test case. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950343 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
* Tag for travelsample-1.0-RC3nash2010-06-01807-0/+49395
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950266 13f79535-47bb-0310-9956-ffa450edef68
* fix dates in READMEs etc, fix dependency version of mavan-tuscany-pluginkelvingoodson2010-06-0110-10/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950157 13f79535-47bb-0310-9956-ffa450edef68
* Add testrunner for JMS testsuiteantelder2010-06-015-0/+609
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950041 13f79535-47bb-0310-9956-ffa450edef68
* Update otests externals to include ws and jms testsantelder2010-06-010-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@950036 13f79535-47bb-0310-9956-ffa450edef68
* Build the expat XML parser separately instead of building it as part of ↵jsdelfino2010-05-315-25/+21
| | | | | | libstrophe. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949816 13f79535-47bb-0310-9956-ffa450edef68
* Update svn:ignore properties.jsdelfino2010-05-310-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949653 13f79535-47bb-0310-9956-ffa450edef68
* Add support for RSS feeds and minor fixes to ATOM support.jsdelfino2010-05-3112-5/+564
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949652 13f79535-47bb-0310-9956-ffa450edef68
* Fix source distribution build scripts, add missing files to the dist targets.jsdelfino2010-05-3025-39/+134
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949466 13f79535-47bb-0310-9956-ffa450edef68
* Remove openejb-runtime dependency from notification-ejb launcher when using ↵nash2010-05-298-248/+197
| | | | | | the default profile, and clean up profile handling in the travel sample poms (TUSCANY-3578) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949439 13f79535-47bb-0310-9956-ffa450edef68
* Remove openejb-runtime dependency from notification-ejb launcher when using ↵nash2010-05-298-248/+197
| | | | | | the default profile, and clean up profile handling in the travel sample poms (TUSCANY-3578) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949438 13f79535-47bb-0310-9956-ffa450edef68
* Fix distribution build, add missing files and samples and fix path to ↵jsdelfino2010-05-2945-115/+275
| | | | | | libraries. GCC 4.5 is used if available but not installed automatically. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949435 13f79535-47bb-0310-9956-ffa450edef68
* Add missing JAX-WS and/or JAXB dependencies to pom files (TUSCANY-3577)nash2010-05-2911-0/+186
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949364 13f79535-47bb-0310-9956-ffa450edef68
* Add missing JAX-WS and/or JAXB dependencies to pom files (TUSCANY-3577)nash2010-05-2911-0/+186
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949363 13f79535-47bb-0310-9956-ffa450edef68
* Change release date from May to June 2010nash2010-05-294-8/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949362 13f79535-47bb-0310-9956-ffa450edef68
* Change release date from May to June 2010nash2010-05-294-8/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949361 13f79535-47bb-0310-9956-ffa450edef68
* Fix OpenEJB classpath problems on JDK 5 (TUSCANY-3576)nash2010-05-292-7/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949356 13f79535-47bb-0310-9956-ffa450edef68
* Fix OpenEJB classpath problems on JDK 5 (TUSCANY-3576)nash2010-05-292-7/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949355 13f79535-47bb-0310-9956-ffa450edef68
* Fix JAX-WS classpath problems on JDK 5 (TUSCANY-3575)nash2010-05-291-23/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949352 13f79535-47bb-0310-9956-ffa450edef68
* Fix JAX-WS classpath problems on JDK 5 (TUSCANY-3575)nash2010-05-291-23/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949351 13f79535-47bb-0310-9956-ffa450edef68
* Fix incorrect property name in ant script (TUSCANY-3574)nash2010-05-291-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949350 13f79535-47bb-0310-9956-ffa450edef68
* Fix incorrect property name in ant script (TUSCANY-3574)nash2010-05-291-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949349 13f79535-47bb-0310-9956-ffa450edef68
* Fix to correctly remove nested dependent contributionsantelder2010-05-291-4/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949346 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@949341 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
* copy maven-tuscany-plugin version fix into branchkelvingoodson2010-05-281-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949207 13f79535-47bb-0310-9956-ffa450edef68
* one small error in creating tag - i think we'll need another RC, so fixing ↵kelvingoodson2010-05-281-1/+1
| | | | | | in the tag git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949203 13f79535-47bb-0310-9956-ffa450edef68
* Tag for 2.0-Mr-RC1kelvingoodson2010-05-285359-0/+451985
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949195 13f79535-47bb-0310-9956-ffa450edef68
* more maven tuscany plugin version updateskelvingoodson2010-05-283-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949178 13f79535-47bb-0310-9956-ffa450edef68
* use a non snapshot maven tuscany plugin that can be downloadedkelvingoodson2010-05-283-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949170 13f79535-47bb-0310-9956-ffa450edef68
* fix bad pom dependencies versionskelvingoodson2010-05-288-41/+41
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949139 13f79535-47bb-0310-9956-ffa450edef68
* merge r949110 from trunk to branchkelvingoodson2010-05-287-29/+104
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949138 13f79535-47bb-0310-9956-ffa450edef68
* Bump version up to m5antelder2010-05-281-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949132 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
* 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@949114 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