summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed dependencies on the maven bundle plugin now that the manifests have ↵jsdelfino2008-10-30112-2162/+1
| | | | | | been checked in. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709261 13f79535-47bb-0310-9956-ffa450edef68
* Fixing broken test cases due to partial merge from trunk.lresende2008-10-302-3/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709239 13f79535-47bb-0310-9956-ffa450edef68
* Fix the MANIFEST.MF to add optional packages for test cases in Import-Packagerfeng2008-10-30106-1753/+1938
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709237 13f79535-47bb-0310-9956-ffa450edef68
* Fixing broken test cases due to partial merge from trunk.lresende2008-10-302-4/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709232 13f79535-47bb-0310-9956-ffa450edef68
* Adding the generated META-INF/MANIFEST.MF to source code repository, as ↵lresende2008-10-30217-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
* Fixing algorithm used to discover and instantiate factories to return null ↵lresende2008-10-301-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
* 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-281-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708687 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
* Reverting changes from #708370 as it looks like didn't solve all the issues.lresende2008-10-281-20/+0
| | | | | | 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-271-0/+20
| | | | | | be compiled successfully. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708370 13f79535-47bb-0310-9956-ffa450edef68
* Bring up calculator-osgi using equinox run configrfeng2008-10-279-12/+410
| | | | 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-261-0/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707963 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused modules.jsdelfino2008-10-2539-2379/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707915 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
* 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-2412-83/+64
| | | | 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
* 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
* 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
* Changed distro builds to build OSGi friendly distributions. Added an Eclipse ↵jsdelfino2008-10-231-1/+0
| | | | | | 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
* Add the plugin to produce eclipse distro, target config and plugin.xmlrfeng2008-10-221-47/+58
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706821 13f79535-47bb-0310-9956-ffa450edef68
* Adjust pom.xmlrfeng2008-10-211-14/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706766 13f79535-47bb-0310-9956-ffa450edef68
* Adjust Export-Package as a workaroundrfeng2008-10-211-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706761 13f79535-47bb-0310-9956-ffa450edef68
* Format the coderfeng2008-10-2110-418/+447
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706758 13f79535-47bb-0310-9956-ffa450edef68
* Remove the dependency on o.a.t.s.policy.xmlrfeng2008-10-213-37/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706756 13f79535-47bb-0310-9956-ffa450edef68
* Remove the dependency on o.a.t.s.policy.xmlrfeng2008-10-214-8/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706751 13f79535-47bb-0310-9956-ffa450edef68
* Adjust Export-Packagerfeng2008-10-211-1/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706749 13f79535-47bb-0310-9956-ffa450edef68
* Restrict Export-Package rfeng2008-10-2134-493/+479
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706706 13f79535-47bb-0310-9956-ffa450edef68
* Configure the eclipse profile to run eclipse:eclipse and process-resourcesrfeng2008-10-211-22/+32
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706507 13f79535-47bb-0310-9956-ffa450edef68
* Restrict Export-Packagerfeng2008-10-208-8/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706430 13f79535-47bb-0310-9956-ffa450edef68
* Change the symbolic namesrfeng2008-10-202-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706429 13f79535-47bb-0310-9956-ffa450edef68
* Fixing dependency name after module renamelresende2008-10-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705913 13f79535-47bb-0310-9956-ffa450edef68
* Fixing dependency name after module renamelresende2008-10-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705907 13f79535-47bb-0310-9956-ffa450edef68
* Renaming GData bindinglresende2008-10-1843-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705868 13f79535-47bb-0310-9956-ffa450edef68
* Renaming GData bindinglresende2008-10-1836-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705865 13f79535-47bb-0310-9956-ffa450edef68
* Updating RMI model to follow interface/factory pattern.lresende2008-10-176-38/+283
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705766 13f79535-47bb-0310-9956-ffa450edef68
* Merging changes from trunk : lresende2008-10-177-34/+206
| | | | | | | | Updating JSON-RPC model to follow interface/factory pattern. Extending model to support policy git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705761 13f79535-47bb-0310-9956-ffa450edef68
* Exclude transitive stax-api dependencies rfeng2008-10-172-2/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705743 13f79535-47bb-0310-9956-ffa450edef68
* Restrict Export-Packagerfeng2008-10-172-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705682 13f79535-47bb-0310-9956-ffa450edef68
* Restrict Export-Packagerfeng2008-10-171-1/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705681 13f79535-47bb-0310-9956-ffa450edef68
* Restrict Export-Packagerfeng2008-10-172-2/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705680 13f79535-47bb-0310-9956-ffa450edef68
* Moved thirdparty library bundle to the 'eclipse' profile. Changed Maven ↵jsdelfino2008-10-161-41/+53
| | | | | | Bundle plugin to execute within the process-resources phase. Minor cleanup of the BundleUtil class. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705123 13f79535-47bb-0310-9956-ffa450edef68
* Restrict Export-Packagerfeng2008-10-151-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705090 13f79535-47bb-0310-9956-ffa450edef68
* Restrict Export-Packagerfeng2008-10-151-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705089 13f79535-47bb-0310-9956-ffa450edef68
* Restrict Export-Packagerfeng2008-10-151-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705088 13f79535-47bb-0310-9956-ffa450edef68
* Restrict Export-Packagerfeng2008-10-151-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705087 13f79535-47bb-0310-9956-ffa450edef68
* Restrict Export-Packagerfeng2008-10-152-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705086 13f79535-47bb-0310-9956-ffa450edef68
* Restrict Export-Packagerfeng2008-10-154-5/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705085 13f79535-47bb-0310-9956-ffa450edef68