summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove manifest as its a 'managed' sampleantelder2009-02-101-3/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742956 13f79535-47bb-0310-9956-ffa450edef68
* Simplify launcher default config so it can automatically determine to use ↵antelder2009-02-102-3/+22
| | | | | | unmanaged jar git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742952 13f79535-47bb-0310-9956-ffa450edef68
* Copy the DWR binding from 1.x to 2.x to start bringing it up for 2.0antelder2009-02-1010-0/+900
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742938 13f79535-47bb-0310-9956-ffa450edef68
* Move runtime-inspector to sca-contrib as its not in the build and doesn't ↵antelder2009-02-1019-0/+0
| | | | | | yet work with the 2.x code git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742934 13f79535-47bb-0310-9956-ffa450edef68
* Add a toold folder to sca-contribantelder2009-02-100-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742932 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for MTOM TestCaseramkumar2009-02-107-64/+310
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742927 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationantelder2009-02-101-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742918 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] copy for tag maven-eclipse-compiler-1.0antelder2009-02-1011-0/+2313
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742917 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release maven-eclipse-compiler-1.0antelder2009-02-101-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742916 13f79535-47bb-0310-9956-ffa450edef68
* Back to 1.0-SNAPSHOTantelder2009-02-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742909 13f79535-47bb-0310-9956-ffa450edef68
* Update pom.xml for plugins folder renameantelder2009-02-101-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742908 13f79535-47bb-0310-9956-ffa450edef68
* Rename plugins folderantelder2009-02-1011-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742905 13f79535-47bb-0310-9956-ffa450edef68
* Delete tagantelder2009-02-1011-2313/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742900 13f79535-47bb-0310-9956-ffa450edef68
* Rename package from org.apache.tuscany.sca.tools.maven.compiler to ↵antelder2009-02-107-9/+9
| | | | | | org.apache.tuscany.maven.compiler git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742899 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2463 - Fixing Web Service binding processor to propertly get a ↵lresende2009-02-101-1/+8
| | | | | | reference to Extended Attribute processor git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742838 13f79535-47bb-0310-9956-ffa450edef68
* Fix the pom.xml to use the default resource/source foldersrfeng2009-02-1022-362/+47
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742796 13f79535-47bb-0310-9956-ffa450edef68
* Skip the regular maven-eclipse-plugin with eclipse profile to use tuscany ↵rfeng2009-02-101-1/+18
| | | | | | pde classpath git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742795 13f79535-47bb-0310-9956-ffa450edef68
* Comment out the tuscany maven bundle plugin as it is triggered by the ↵rfeng2009-02-101-0/+2
| | | | | | default goal git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742794 13f79535-47bb-0310-9956-ffa450edef68
* Fix the module list to be builtrfeng2009-02-091-2/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742791 13f79535-47bb-0310-9956-ffa450edef68
* Use executedProject to support @execute phaserfeng2009-02-092-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742787 13f79535-47bb-0310-9956-ffa450edef68
* Check if the project is an OSGi bundle to set the pde flagrfeng2009-02-093-4/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742779 13f79535-47bb-0310-9956-ffa450edef68
* Move ant tasks to be executed at the "verify" phase to avoid failures during ↵rfeng2009-02-094-4/+4
| | | | | | generate-resources phase git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742777 13f79535-47bb-0310-9956-ffa450edef68
* Cleaned up two compiler warningsmcombellack2009-02-092-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742773 13f79535-47bb-0310-9956-ffa450edef68
* Cleaned up two compiler warningsmcombellack2009-02-091-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742769 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused importsmcombellack2009-02-0915-39/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742767 13f79535-47bb-0310-9956-ffa450edef68
* Add a statement regarding specification supportslaws2009-02-091-13/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742756 13f79535-47bb-0310-9956-ffa450edef68
* Add License/Notice into the generated manifest.jarrfeng2009-02-093-0/+233
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742712 13f79535-47bb-0310-9956-ffa450edef68
* Add a target to run with equinoxrfeng2009-02-091-0/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742686 13f79535-47bb-0310-9956-ffa450edef68
* Fix the jar name in build.xmlrfeng2009-02-091-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742675 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationantelder2009-02-091-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742600 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] copy for tag maven-eclipse-compiler-1.0antelder2009-02-0911-0/+2313
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742599 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release maven-eclipse-compiler-1.0antelder2009-02-091-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742598 13f79535-47bb-0310-9956-ffa450edef68
* README updatesantelder2009-02-091-0/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742597 13f79535-47bb-0310-9956-ffa450edef68
* Start of a README describing how to release the moduleantelder2009-02-091-0/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742596 13f79535-47bb-0310-9956-ffa450edef68
* Delete this testing tagantelder2009-02-0910-2257/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742593 13f79535-47bb-0310-9956-ffa450edef68
* Delete this testing branchantelder2009-02-0910-2257/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742592 13f79535-47bb-0310-9956-ffa450edef68
* Revert all the release plugin changesantelder2009-02-091-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742591 13f79535-47bb-0310-9956-ffa450edef68
* Fix directory name and a bit of cosmetic tidyingslaws2009-02-091-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742590 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2826 Sample READMEs have mistakesbeckerdo2009-02-092-12/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742589 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationantelder2009-02-091-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742587 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] copy for tag tuscany-maven-eclipse-compiler-1.0antelder2009-02-0910-0/+2257
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742586 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release tuscany-maven-eclipse-compiler-1.0antelder2009-02-091-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742585 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] rollback the release of ↵antelder2009-02-091-1/+1
| | | | | | tuscany-maven-eclipse-compiler-1.0 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742584 13f79535-47bb-0310-9956-ffa450edef68
* Remove old tag created while testingantelder2009-02-0910-2257/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742583 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationantelder2009-02-091-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742582 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] copy for tag tuscany-maven-eclipse-compiler-1.0antelder2009-02-0910-0/+2257
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742581 13f79535-47bb-0310-9956-ffa450edef68
* Remove old tag created while testingantelder2009-02-0910-2257/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742580 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare release tuscany-maven-eclipse-compiler-1.0antelder2009-02-091-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742579 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] rollback the release of ↵antelder2009-02-091-1/+1
| | | | | | tuscany-maven-eclipse-compiler-1.0 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742578 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare for next development iterationantelder2009-02-091-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742576 13f79535-47bb-0310-9956-ffa450edef68