summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* @EventTypes annotations added (as examples)edwardsmj2008-10-292-1/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708868 13f79535-47bb-0310-9956-ffa450edef68
* Improved error reporting in compiler plugin.jsdelfino2008-10-293-13/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708831 13f79535-47bb-0310-9956-ffa450edef68
* Changed dependency scope to provided to avoid dragging it in all modules.jsdelfino2008-10-291-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708794 13f79535-47bb-0310-9956-ffa450edef68
* Add a maven plugin that can generate PDE .classpath and .project for tuscany ↵rfeng2008-10-292-15/+589
| | | | | | modules git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708783 13f79535-47bb-0310-9956-ffa450edef68
* Fixed algorithm used to discover and instantiate factories as it wouldn't ↵jsdelfino2008-10-292-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
* Added FIXME comment and removed printStackTrace() which pollutes the build ↵jsdelfino2008-10-281-1/+1
| | | | | | output. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708715 13f79535-47bb-0310-9956-ffa450edef68
* Make junit version to be 4.5rfeng2008-10-282-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708687 13f79535-47bb-0310-9956-ffa450edef68
* Remove unnecessary annotationsrfeng2008-10-281-4/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708680 13f79535-47bb-0310-9956-ffa450edef68
* Remove host-embeddedrfeng2008-10-280-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708676 13f79535-47bb-0310-9956-ffa450edef68
* Adding download scripts for recent tuscany releaseslresende2008-10-284-1/+25
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708618 13f79535-47bb-0310-9956-ffa450edef68
* Cleaning up GData binding implementation and fixing issue with retrieving ↵lresende2008-10-2848-3463/+128
| | | | | | Picassa feed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708460 13f79535-47bb-0310-9956-ffa450edef68
* Updating scripts to include October logslresende2008-10-284-0/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708437 13f79535-47bb-0310-9956-ffa450edef68
* Reverting changes from #708370 as it looks like didn't solve all the issues.lresende2008-10-282-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
* Moving usage of tuscany-eclipse-compiler to modules only, to allow tools to ↵lresende2008-10-272-9/+24
| | | | | | be compiled successfully. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708370 13f79535-47bb-0310-9956-ffa450edef68
* Remove the dependency on JDK 1.6 API String.isEmpty()rfeng2008-10-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708313 13f79535-47bb-0310-9956-ffa450edef68
* Set svn:ignorerfeng2008-10-270-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708236 13f79535-47bb-0310-9956-ffa450edef68
* Bring up calculator-osgi using equinox run configrfeng2008-10-2712-203/+606
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708234 13f79535-47bb-0310-9956-ffa450edef68
* Updated equinox.common and equinox.app dependency levels.jsdelfino2008-10-267-0/+145
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707963 13f79535-47bb-0310-9956-ffa450edef68
* Added Eclipse plugins to the Eclipse build profile, to get their classpath ↵jsdelfino2008-10-261-0/+19
| | | | | | computed correctly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707962 13f79535-47bb-0310-9956-ffa450edef68
* Attempt to use the Eclipse compiler to compile modules, this will allow OSGi ↵jsdelfino2008-10-2611-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
* Removed unused modules.jsdelfino2008-10-2540-2391/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707915 13f79535-47bb-0310-9956-ffa450edef68
* Removed empty directories.jsdelfino2008-10-250-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707901 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused assembly files.jsdelfino2008-10-2514-3765/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707900 13f79535-47bb-0310-9956-ffa450edef68
* Added the tools/eclipse module to the distro build profile.jsdelfino2008-10-251-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707896 13f79535-47bb-0310-9956-ffa450edef68
* Moved distro builds under distribution module.jsdelfino2008-10-25141-58/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707888 13f79535-47bb-0310-9956-ffa450edef68
* Minor refactoring, renamed eclipse34 to eclipse, moved SDO tools under sdo.jsdelfino2008-10-25203-7/+88
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707885 13f79535-47bb-0310-9956-ffa450edef68
* Removed obsolete module.jsdelfino2008-10-252-113/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707884 13f79535-47bb-0310-9956-ffa450edef68
* Use the targetDirectory as the location for the tuscany pluginsrfeng2008-10-241-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707786 13f79535-47bb-0310-9956-ffa450edef68
* Remove tools folderrfeng2008-10-240-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707782 13f79535-47bb-0310-9956-ffa450edef68
* Set svn:ignorerfeng2008-10-240-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707781 13f79535-47bb-0310-9956-ffa450edef68
* Add pom, mf and activatorrfeng2008-10-243-0/+216
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707779 13f79535-47bb-0310-9956-ffa450edef68
* Minor clean up for the extensibilityrfeng2008-10-243-22/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707777 13f79535-47bb-0310-9956-ffa450edef68
* Fix the newFactoryClassInstance and bring up the sample-calculator-equinoxrfeng2008-10-2428-87/+531
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707774 13f79535-47bb-0310-9956-ffa450edef68
* Fixing issue where JSON-RPC binding was not being concatenated to generated ↵lresende2008-10-241-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
* Fixing issue where JSON-RPC binding was not being concatenated to generated ↵lresende2008-10-241-3/+3
| | | | | | 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@707769 13f79535-47bb-0310-9956-ffa450edef68
* Moved the PDE target build to its own module. Moved the Eclipse plugin build ↵jsdelfino2008-10-2417-32/+3951
| | | | | | to the distribution profile. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707759 13f79535-47bb-0310-9956-ffa450edef68
* Fix the classname for NodeFactory used in Class.forName()rfeng2008-10-241-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707755 13f79535-47bb-0310-9956-ffa450edef68
* remove unused diagramsslaws2008-10-245-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707595 13f79535-47bb-0310-9956-ffa450edef68
* Event prototype: commit missing pom.xmlrsivaram2008-10-241-0/+93
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707586 13f79535-47bb-0310-9956-ffa450edef68
* Use "reference:" scheme to install bundles from the orginal location without ↵rfeng2008-10-241-1/+8
| | | | | | copying git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707563 13f79535-47bb-0310-9956-ffa450edef68
* Derive the OSGi version from maven versionrfeng2008-10-243-62/+72
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707562 13f79535-47bb-0310-9956-ffa450edef68
* Cleaning up GData binding implementation and fixing issue with retrieving ↵lresende2008-10-2412-177/+144
| | | | | | Picassa feed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707532 13f79535-47bb-0310-9956-ffa450edef68
* Minor fixes to the Maven bundle plugin. Fixed the algorithm determining what ↵jsdelfino2008-10-231-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
* Merge the runtime wire changes to add a binding invocation wire with the jms ↵slaws2008-10-2328-176/+804
| | | | | | binding changes to exploit the binding wire. Still early days so see the ongoing conversation on the ML. This function is only enabled if you include a wire format in a jms service binding element. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707394 13f79535-47bb-0310-9956-ffa450edef68
* Event prototype: update pomsrsivaram2008-10-233-5/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707321 13f79535-47bb-0310-9956-ffa450edef68
* Adjusted pom.xml, added distribution to default and Eclipse profiles. ↵jsdelfino2008-10-231-40/+1
| | | | | | Removed obsolete OSGi build profile. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707237 13f79535-47bb-0310-9956-ffa450edef68
* Changed distro builds to build OSGi friendly distributions. Added an Eclipse ↵jsdelfino2008-10-2319-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
* Renamed BundleDistro Maven plugin, added comments to it, added options to ↵jsdelfino2008-10-231-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
* Added comments to maven bundle plugin. Removed obsolete plugin.jsdelfino2008-10-232-120/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707234 13f79535-47bb-0310-9956-ffa450edef68
* Start to add InvocationChain for bindingsrfeng2008-10-228-9/+106
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707218 13f79535-47bb-0310-9956-ffa450edef68