summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Leverage code from maven eclipse plugin to handle .classpath/.project ↵rfeng2008-11-159-682/+3914
| | | | | | generation for tuscany modules git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@714199 13f79535-47bb-0310-9956-ffa450edef68
* Add explicit classpath entries for test/runtime scoped dependenciesrfeng2008-11-141-5/+97
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@714135 13f79535-47bb-0310-9956-ffa450edef68
* Resolve bundles after the compilation is done.rfeng2008-11-132-33/+44
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@713611 13f79535-47bb-0310-9956-ffa450edef68
* Updating artifact version to avoid dependenciy issues with artifacts from trunklresende2008-11-1336-88/+88
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@713570 13f79535-47bb-0310-9956-ffa450edef68
* Test if the classpath entry existsrfeng2008-11-071-1/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@712270 13f79535-47bb-0310-9956-ffa450edef68
* Add initial support to enforce OSGi bundle resolution during compilationrfeng2008-11-074-24/+1048
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@712253 13f79535-47bb-0310-9956-ffa450edef68
* Minor clean uprfeng2008-11-061-5/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@711981 13f79535-47bb-0310-9956-ffa450edef68
* Adding the support to aggregate 3rd party jars into one bundle to fix split ↵rfeng2008-11-053-7/+187
| | | | | | package issues git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@711481 13f79535-47bb-0310-9956-ffa450edef68
* Adding target execution envrfeng2008-11-031-12/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@710210 13f79535-47bb-0310-9956-ffa450edef68
* Add a skip optionrfeng2008-10-311-1/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709567 13f79535-47bb-0310-9956-ffa450edef68
* Removed unnecessary Eclipse dependencies.jsdelfino2008-10-291-12/+40
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709046 13f79535-47bb-0310-9956-ffa450edef68
* Fixed levels of Eclipse dependencies as the version ranges in their POMs are ↵jsdelfino2008-10-291-3/+106
| | | | | | not recognized by Maven. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708981 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
* 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
* 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
* Bring up calculator-osgi using equinox run configrfeng2008-10-271-1/+1
| | | | 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-266-0/+132
| | | | 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-269-1/+960
| | | | | | 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
* 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
* 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
* Fix the newFactoryClassInstance and bring up the sample-calculator-equinoxrfeng2008-10-241-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707774 13f79535-47bb-0310-9956-ffa450edef68
* Moved the PDE target build to its own module. Moved the Eclipse plugin build ↵jsdelfino2008-10-241-4/+1
| | | | | | to the distribution profile. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707759 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
* 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
* 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
* Adjust the extra location settingrfeng2008-10-221-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706851 13f79535-47bb-0310-9956-ffa450edef68
* Adjust the calculation of versionrfeng2008-10-222-5/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706823 13f79535-47bb-0310-9956-ffa450edef68
* Add a mojo to build a local distro and configure the target platform for Eclipserfeng2008-10-223-21/+233
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706819 13f79535-47bb-0310-9956-ffa450edef68
* Configure the eclipse profile to run eclipse:eclipse and process-resourcesrfeng2008-10-212-134/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706507 13f79535-47bb-0310-9956-ffa450edef68
* Moved thirdparty library bundle to the 'eclipse' profile. Changed Maven ↵jsdelfino2008-10-162-100/+152
| | | | | | 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
* Adjust the phase to make sure pde-classpath comes after assemble-bundlerfeng2008-10-151-19/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704971 13f79535-47bb-0310-9956-ffa450edef68
* Fixes to the bundle manifest generator. Don't export non-existent packages. ↵jsdelfino2008-10-151-94/+81
| | | | | | Strip package export to only specify package name and version. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704768 13f79535-47bb-0310-9956-ffa450edef68
* Added a parameter to the bundle plugin to allow configuration of the bundle ↵jsdelfino2008-10-153-3/+13
| | | | | | symbolic name. Use that parameter in thirdparty-library/pom.xml. Ignore .classpath file if it doesn't exist yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704767 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanup of the Maven bundle plugin. Derive the bundle name from the ↵jsdelfino2008-10-152-10/+6
| | | | | | Maven project name. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704765 13f79535-47bb-0310-9956-ffa450edef68
* Changed maven bundle plugin to generate classpath off the list of JARs in ↵jsdelfino2008-10-121-16/+19
| | | | | | the third-party bundle's lib directory. It now generates a correct .classpath that makes the PDE happy. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703895 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanup of the bundle plugin. Added a new plugin to generate the ↵jsdelfino2008-10-124-555/+156
| | | | | | correct PDE .classpath entries. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703892 13f79535-47bb-0310-9956-ffa450edef68
* Adjusted pom.xml to rename.jsdelfino2008-10-121-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703864 13f79535-47bb-0310-9956-ffa450edef68
* Renamed to follow the same naming convention as other plugins.jsdelfino2008-10-124-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703863 13f79535-47bb-0310-9956-ffa450edef68
* Merged from trunk. Upgrade to Axis2 1.4.1 and its transitive dependencies ↵jsdelfino2008-09-294-176/+54
| | | | | | such as XmlSchema and Axiom based on the patches from Ram for TUSCANY-2606 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699937 13f79535-47bb-0310-9956-ffa450edef68
* Ported from trunk and simplified. Support the rmi:// uri for binding.rmi.jsdelfino2008-09-291-3/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699932 13f79535-47bb-0310-9956-ffa450edef68
* Started to fix module dependencies, OSGi manifest generation and a few ↵jsdelfino2008-09-162-19/+87
| | | | | | references to obsolete classes to get a clean build. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695979 13f79535-47bb-0310-9956-ffa450edef68
* Created a subset of the modules and samples to be ported and tested with ↵jsdelfino2008-09-1495-6093/+1
| | | | | | Equinox initially. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695308 13f79535-47bb-0310-9956-ffa450edef68
* Fixed maven bundle plugin to generate the correct list of JARs from the ↵jsdelfino2008-09-132-30/+168
| | | | | | dependency tree (including transitive dependencies in addition to direct dependencies). Generated third-party library Manifest with the Manifest symbolic name and version before the lists of imports, exports and classpath entries to make the PDE happy. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694906 13f79535-47bb-0310-9956-ffa450edef68
* apply mkdir to META-INF onlyrfeng2008-09-131-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694864 13f79535-47bb-0310-9956-ffa450edef68
* Merge changes from trunkrfeng2008-09-132-0/+427
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694854 13f79535-47bb-0310-9956-ffa450edef68
* Creating a branch for the equinox work.jsdelfino2008-09-12330-0/+28971
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694816 13f79535-47bb-0310-9956-ffa450edef68