summaryrefslogtreecommitdiffstats
path: root/branches (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-10-30Fixing broken test cases due to partial merge from trunk.lresende2-4/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709232 13f79535-47bb-0310-9956-ffa450edef68
2008-10-30Added a setup profile where we can build core tools needed by the build itself.jsdelfino1-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709223 13f79535-47bb-0310-9956-ffa450edef68
2008-10-30Adding the generated META-INF/MANIFEST.MF to source code repository, as ↵lresende217-111/+3021
these artifacts should be authored and tweaked by developers. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709194 13f79535-47bb-0310-9956-ffa450edef68
2008-10-30Update changes file for TUSCANY-2635 fixantelder1-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709181 13f79535-47bb-0310-9956-ffa450edef68
2008-10-30Merge fix from trunk to 1.3.3 branch for TUSCANY-2635: Pool stateless-scoped ↵antelder2-7/+82
Java impl instances git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709180 13f79535-47bb-0310-9956-ffa450edef68
2008-10-30TUSCANY-2631 - Make the contribution processor more fault tolerant. Apply ↵slaws26-813/+1183
Ram's patches (and a few other changes). Doesn't do everything asked for in the JIRA but a step in the right direction git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709156 13f79535-47bb-0310-9956-ffa450edef68
2008-10-30Updating test case to follow new JUnit test stylelresende1-11/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709106 13f79535-47bb-0310-9956-ffa450edef68
2008-10-30Fixing algorithm used to discover and instantiate factories to return null ↵lresende1-0/+3
in case of error trying to instantiate factory git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709102 13f79535-47bb-0310-9956-ffa450edef68
2008-10-30TUSCANY-2629 and TUSCANY-2624 - Enhancments to processor that handles ↵lresende16-275/+1757
unknown elements git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709052 13f79535-47bb-0310-9956-ffa450edef68
2008-10-29Removed unnecessary Eclipse dependencies.jsdelfino1-12/+40
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709046 13f79535-47bb-0310-9956-ffa450edef68
2008-10-29TUSCANY-2651 - Reverting changes from #708989 and #708992 and fixing ↵lresende4-4/+4
compilation error from original TUSCANY-2651 changes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709021 13f79535-47bb-0310-9956-ffa450edef68
2008-10-29TUSCANY-2651 - Fixing XMLSchema dependency in distribution artifacts such as ↵lresende2-2/+2
LICENSEmerge from trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708992 13f79535-47bb-0310-9956-ffa450edef68
2008-10-29TUSCANY-2651 - Fixing XMLSchema dependency issue that was causing build ↵lresende1-1/+1
failure after original TUSCANY-2651 merge from trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708989 13f79535-47bb-0310-9956-ffa450edef68
2008-10-29Fixed levels of Eclipse dependencies as the version ranges in their POMs are ↵jsdelfino1-3/+106
not recognized by Maven. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708981 13f79535-47bb-0310-9956-ffa450edef68
2008-10-29Improved error reporting in compiler plugin.jsdelfino3-13/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708831 13f79535-47bb-0310-9956-ffa450edef68
2008-10-29Changed dependency scope to provided to avoid dragging it in all modules.jsdelfino1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708794 13f79535-47bb-0310-9956-ffa450edef68
2008-10-29Add a maven plugin that can generate PDE .classpath and .project for tuscany ↵rfeng2-15/+589
modules git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708783 13f79535-47bb-0310-9956-ffa450edef68
2008-10-29Fixed algorithm used to discover and instantiate factories as it wouldn't ↵jsdelfino2-37/+31
work with abstract factories like WSDLFactory for example. Removed unused methods. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708744 13f79535-47bb-0310-9956-ffa450edef68
2008-10-28Added FIXME comment and removed printStackTrace() which pollutes the build ↵jsdelfino1-1/+1
output. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708715 13f79535-47bb-0310-9956-ffa450edef68
2008-10-28Make junit version to be 4.5rfeng2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708687 13f79535-47bb-0310-9956-ffa450edef68
2008-10-28Remove unnecessary annotationsrfeng1-4/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708680 13f79535-47bb-0310-9956-ffa450edef68
2008-10-28Cleaning up GData binding implementation and fixing issue with retrieving ↵lresende48-3463/+128
Picassa feed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708460 13f79535-47bb-0310-9956-ffa450edef68
2008-10-28Reverting changes from #708370 as it looks like didn't solve all the issues.lresende2-24/+9
We will need to document that we first need to build tuscany-maven-eclipse-plugin, before the top-down build... this might go away after we start publishing snapshots. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708425 13f79535-47bb-0310-9956-ffa450edef68
2008-10-27Moving usage of tuscany-eclipse-compiler to modules only, to allow tools to ↵lresende2-9/+24
be compiled successfully. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708370 13f79535-47bb-0310-9956-ffa450edef68
2008-10-27Remove the dependency on JDK 1.6 API String.isEmpty()rfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708313 13f79535-47bb-0310-9956-ffa450edef68
2008-10-27Bring up calculator-osgi using equinox run configrfeng12-203/+606
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708234 13f79535-47bb-0310-9956-ffa450edef68
2008-10-26Updated equinox.common and equinox.app dependency levels.jsdelfino7-0/+145
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707963 13f79535-47bb-0310-9956-ffa450edef68
2008-10-26Added Eclipse plugins to the Eclipse build profile, to get their classpath ↵jsdelfino1-0/+19
computed correctly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707962 13f79535-47bb-0310-9956-ffa450edef68
2008-10-26Attempt to use the Eclipse compiler to compile modules, this will allow OSGi ↵jsdelfino11-7/+970
imports/exports to be used at compile time. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707961 13f79535-47bb-0310-9956-ffa450edef68
2008-10-25Removed unused modules.jsdelfino40-2391/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707915 13f79535-47bb-0310-9956-ffa450edef68
2008-10-25Removed unused assembly files.jsdelfino14-3765/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707900 13f79535-47bb-0310-9956-ffa450edef68
2008-10-25Added the tools/eclipse module to the distro build profile.jsdelfino1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707896 13f79535-47bb-0310-9956-ffa450edef68
2008-10-25Moved distro builds under distribution module.jsdelfino141-58/+22
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707888 13f79535-47bb-0310-9956-ffa450edef68
2008-10-25Minor refactoring, renamed eclipse34 to eclipse, moved SDO tools under sdo.jsdelfino203-7/+88
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707885 13f79535-47bb-0310-9956-ffa450edef68
2008-10-25Removed obsolete module.jsdelfino2-113/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707884 13f79535-47bb-0310-9956-ffa450edef68
2008-10-24Use the targetDirectory as the location for the tuscany pluginsrfeng1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707786 13f79535-47bb-0310-9956-ffa450edef68
2008-10-24Add pom, mf and activatorrfeng3-0/+216
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707779 13f79535-47bb-0310-9956-ffa450edef68
2008-10-24Minor clean up for the extensibilityrfeng3-22/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707777 13f79535-47bb-0310-9956-ffa450edef68
2008-10-24Fix the newFactoryClassInstance and bring up the sample-calculator-equinoxrfeng28-87/+531
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707774 13f79535-47bb-0310-9956-ffa450edef68
2008-10-24Fixing issue where JSON-RPC binding was not being concatenated to generated ↵lresende1-8/+8
java script proxy and was causing catalog.get is not a function when running store sample. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707770 13f79535-47bb-0310-9956-ffa450edef68
2008-10-24Moved the PDE target build to its own module. Moved the Eclipse plugin build ↵jsdelfino17-32/+3951
to the distribution profile. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707759 13f79535-47bb-0310-9956-ffa450edef68
2008-10-24Fix the classname for NodeFactory used in Class.forName()rfeng1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707755 13f79535-47bb-0310-9956-ffa450edef68
2008-10-24Use "reference:" scheme to install bundles from the orginal location without ↵rfeng1-1/+8
copying git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707563 13f79535-47bb-0310-9956-ffa450edef68
2008-10-24Derive the OSGi version from maven versionrfeng3-62/+72
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707562 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23Minor fixes to the Maven bundle plugin. Fixed the algorithm determining what ↵jsdelfino1-11/+45
directories need to be excluded from the distro. Added an 'includeGroupIds' configruation property. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707438 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23Adjusted pom.xml, added distribution to default and Eclipse profiles. ↵jsdelfino1-40/+1
Removed obsolete OSGi build profile. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707237 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23Changed distro builds to build OSGi friendly distributions. Added an Eclipse ↵jsdelfino19-182/+192
build profile to build an Eclipse PDE target which can be used to configure an Eclipse workspace. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707236 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23Renamed BundleDistro Maven plugin, added comments to it, added options to ↵jsdelfino1-37/+124
exclude artifacts and configure the build output location, to help use it to build distributions. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707235 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23Added comments to maven bundle plugin. Removed obsolete plugin.jsdelfino2-120/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707234 13f79535-47bb-0310-9956-ffa450edef68
2008-10-22Fix for TUSCANY-2651: Merge the fix from trunkrfeng1-1/+23
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707196 13f79535-47bb-0310-9956-ffa450edef68