| Commit message (Expand) | Author | Age | Files | Lines |
* | TUSCANY-2631 - Make the contribution processor more fault tolerant. Apply Ram... | slaws | 2008-10-30 | 26 | -813/+1183 |
* | Updating test case to follow new JUnit test style | lresende | 2008-10-30 | 1 | -11/+18 |
* | Fixing algorithm used to discover and instantiate factories to return null in... | lresende | 2008-10-30 | 1 | -0/+3 |
* | TUSCANY-2629 and TUSCANY-2624 - Enhancments to processor that handles unknown... | lresende | 2008-10-30 | 16 | -275/+1757 |
* | Removed unnecessary Eclipse dependencies. | jsdelfino | 2008-10-29 | 1 | -12/+40 |
* | TUSCANY-2651 - Reverting changes from #708989 and #708992 and fixing compilat... | lresende | 2008-10-29 | 4 | -4/+4 |
* | TUSCANY-2651 - Fixing XMLSchema dependency in distribution artifacts such as ... | lresende | 2008-10-29 | 2 | -2/+2 |
* | TUSCANY-2651 - Fixing XMLSchema dependency issue that was causing build failu... | lresende | 2008-10-29 | 1 | -1/+1 |
* | Fixed levels of Eclipse dependencies as the version ranges in their POMs are ... | jsdelfino | 2008-10-29 | 1 | -3/+106 |
* | Improved error reporting in compiler plugin. | jsdelfino | 2008-10-29 | 3 | -13/+17 |
* | Changed dependency scope to provided to avoid dragging it in all modules. | jsdelfino | 2008-10-29 | 1 | -0/+1 |
* | Add a maven plugin that can generate PDE .classpath and .project for tuscany ... | rfeng | 2008-10-29 | 2 | -15/+589 |
* | Fixed algorithm used to discover and instantiate factories as it wouldn't wor... | jsdelfino | 2008-10-29 | 2 | -37/+31 |
* | Added FIXME comment and removed printStackTrace() which pollutes the build ou... | jsdelfino | 2008-10-28 | 1 | -1/+1 |
* | Make junit version to be 4.5 | rfeng | 2008-10-28 | 2 | -2/+2 |
* | Remove unnecessary annotations | rfeng | 2008-10-28 | 1 | -4/+0 |
* | Cleaning up GData binding implementation and fixing issue with retrieving Pic... | lresende | 2008-10-28 | 48 | -3463/+128 |
* | Reverting changes from #708370 as it looks like didn't solve all the issues. | lresende | 2008-10-28 | 2 | -24/+9 |
* | Moving usage of tuscany-eclipse-compiler to modules only, to allow tools to b... | lresende | 2008-10-27 | 2 | -9/+24 |
* | Remove the dependency on JDK 1.6 API String.isEmpty() | rfeng | 2008-10-27 | 1 | -1/+1 |
* | Bring up calculator-osgi using equinox run config | rfeng | 2008-10-27 | 12 | -203/+606 |
* | Updated equinox.common and equinox.app dependency levels. | jsdelfino | 2008-10-26 | 7 | -0/+145 |
* | Added Eclipse plugins to the Eclipse build profile, to get their classpath co... | jsdelfino | 2008-10-26 | 1 | -0/+19 |
* | Attempt to use the Eclipse compiler to compile modules, this will allow OSGi ... | jsdelfino | 2008-10-26 | 11 | -7/+970 |
* | Removed unused modules. | jsdelfino | 2008-10-25 | 40 | -2391/+0 |
* | Removed unused assembly files. | jsdelfino | 2008-10-25 | 14 | -3765/+1 |
* | Added the tools/eclipse module to the distro build profile. | jsdelfino | 2008-10-25 | 1 | -0/+1 |
* | Moved distro builds under distribution module. | jsdelfino | 2008-10-25 | 141 | -58/+22 |
* | Minor refactoring, renamed eclipse34 to eclipse, moved SDO tools under sdo. | jsdelfino | 2008-10-25 | 203 | -7/+88 |
* | Removed obsolete module. | jsdelfino | 2008-10-25 | 2 | -113/+0 |
* | Use the targetDirectory as the location for the tuscany plugins | rfeng | 2008-10-24 | 1 | -2/+2 |
* | Add pom, mf and activator | rfeng | 2008-10-24 | 3 | -0/+216 |
* | Minor clean up for the extensibility | rfeng | 2008-10-24 | 3 | -22/+3 |
* | Fix the newFactoryClassInstance and bring up the sample-calculator-equinox | rfeng | 2008-10-24 | 28 | -87/+531 |
* | Fixing issue where JSON-RPC binding was not being concatenated to generated j... | lresende | 2008-10-24 | 1 | -8/+8 |
* | Moved the PDE target build to its own module. Moved the Eclipse plugin build ... | jsdelfino | 2008-10-24 | 17 | -32/+3951 |
* | Fix the classname for NodeFactory used in Class.forName() | rfeng | 2008-10-24 | 1 | -2/+2 |
* | Use "reference:" scheme to install bundles from the orginal location without ... | rfeng | 2008-10-24 | 1 | -1/+8 |
* | Derive the OSGi version from maven version | rfeng | 2008-10-24 | 3 | -62/+72 |
* | Minor fixes to the Maven bundle plugin. Fixed the algorithm determining what ... | jsdelfino | 2008-10-23 | 1 | -11/+45 |
* | Adjusted pom.xml, added distribution to default and Eclipse profiles. Removed... | jsdelfino | 2008-10-23 | 1 | -40/+1 |
* | Changed distro builds to build OSGi friendly distributions. Added an Eclipse ... | jsdelfino | 2008-10-23 | 19 | -182/+192 |
* | Renamed BundleDistro Maven plugin, added comments to it, added options to exc... | jsdelfino | 2008-10-23 | 1 | -37/+124 |
* | Added comments to maven bundle plugin. Removed obsolete plugin. | jsdelfino | 2008-10-23 | 2 | -120/+5 |
* | Fix for TUSCANY-2651: Merge the fix from trunk | rfeng | 2008-10-22 | 1 | -1/+23 |
* | Adjust the extra location setting | rfeng | 2008-10-22 | 1 | -1/+2 |
* | Adjust the calculation of version | rfeng | 2008-10-22 | 2 | -5/+2 |
* | Add the plugin to produce eclipse distro, target config and plugin.xml | rfeng | 2008-10-22 | 1 | -47/+58 |
* | Add a mojo to build a local distro and configure the target platform for Eclipse | rfeng | 2008-10-22 | 3 | -21/+233 |
* | Adjust pom.xml | rfeng | 2008-10-21 | 1 | -14/+1 |