summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/tools/maven/maven-bundle-plugin/src/main/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* 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
* Renamed to follow the same naming convention as other plugins.jsdelfino2008-10-123-0/+1139
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703863 13f79535-47bb-0310-9956-ffa450edef68