summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/tools (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-11-13Updating artifact version to avoid dependenciy issues with artifacts from trunklresende36-88/+88
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@713570 13f79535-47bb-0310-9956-ffa450edef68
2008-11-07Test if the classpath entry existsrfeng1-1/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@712270 13f79535-47bb-0310-9956-ffa450edef68
2008-11-07Add initial support to enforce OSGi bundle resolution during compilationrfeng4-24/+1048
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@712253 13f79535-47bb-0310-9956-ffa450edef68
2008-11-06Minor clean uprfeng1-5/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@711981 13f79535-47bb-0310-9956-ffa450edef68
2008-11-05Adding the support to aggregate 3rd party jars into one bundle to fix split ↵rfeng3-7/+187
package issues git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@711481 13f79535-47bb-0310-9956-ffa450edef68
2008-11-03Adding target execution envrfeng1-12/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@710210 13f79535-47bb-0310-9956-ffa450edef68
2008-10-31Add a skip optionrfeng1-1/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709567 13f79535-47bb-0310-9956-ffa450edef68
2008-10-29Removed unnecessary Eclipse dependencies.jsdelfino1-12/+40
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709046 13f79535-47bb-0310-9956-ffa450edef68
2008-10-29Fixed levels of Eclipse dependencies as the version ranges in their POMs are ↵jsdelfino1-3/+106
not recognized by Maven. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708981 13f79535-47bb-0310-9956-ffa450edef68
2008-10-29Improved error reporting in compiler plugin.jsdelfino3-13/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708831 13f79535-47bb-0310-9956-ffa450edef68
2008-10-29Add a maven plugin that can generate PDE .classpath and .project for tuscany ↵rfeng2-15/+589
modules git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708783 13f79535-47bb-0310-9956-ffa450edef68
2008-10-27Remove the dependency on JDK 1.6 API String.isEmpty()rfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708313 13f79535-47bb-0310-9956-ffa450edef68
2008-10-27Bring up calculator-osgi using equinox run configrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708234 13f79535-47bb-0310-9956-ffa450edef68
2008-10-26Updated equinox.common and equinox.app dependency levels.jsdelfino6-0/+132
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707963 13f79535-47bb-0310-9956-ffa450edef68
2008-10-26Added Eclipse plugins to the Eclipse build profile, to get their classpath ↵jsdelfino1-0/+19
computed correctly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707962 13f79535-47bb-0310-9956-ffa450edef68
2008-10-26Attempt to use the Eclipse compiler to compile modules, this will allow OSGi ↵jsdelfino9-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
2008-10-25Minor refactoring, renamed eclipse34 to eclipse, moved SDO tools under sdo.jsdelfino203-7/+88
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707885 13f79535-47bb-0310-9956-ffa450edef68
2008-10-24Use the targetDirectory as the location for the tuscany pluginsrfeng1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707786 13f79535-47bb-0310-9956-ffa450edef68
2008-10-24Fix the newFactoryClassInstance and bring up the sample-calculator-equinoxrfeng1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707774 13f79535-47bb-0310-9956-ffa450edef68
2008-10-24Moved the PDE target build to its own module. Moved the Eclipse plugin build ↵jsdelfino1-4/+1
to the distribution profile. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707759 13f79535-47bb-0310-9956-ffa450edef68
2008-10-24Derive the OSGi version from maven versionrfeng3-62/+72
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707562 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23Minor fixes to the Maven bundle plugin. Fixed the algorithm determining what ↵jsdelfino1-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
2008-10-23Renamed BundleDistro Maven plugin, added comments to it, added options to ↵jsdelfino1-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
2008-10-23Added comments to maven bundle plugin. Removed obsolete plugin.jsdelfino2-120/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707234 13f79535-47bb-0310-9956-ffa450edef68
2008-10-22Adjust the extra location settingrfeng1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706851 13f79535-47bb-0310-9956-ffa450edef68
2008-10-22Adjust the calculation of versionrfeng2-5/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706823 13f79535-47bb-0310-9956-ffa450edef68
2008-10-22Add a mojo to build a local distro and configure the target platform for Eclipserfeng3-21/+233
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706819 13f79535-47bb-0310-9956-ffa450edef68
2008-10-21Configure the eclipse profile to run eclipse:eclipse and process-resourcesrfeng2-134/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706507 13f79535-47bb-0310-9956-ffa450edef68
2008-10-16Moved thirdparty library bundle to the 'eclipse' profile. Changed Maven ↵jsdelfino2-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
2008-10-15Adjust the phase to make sure pde-classpath comes after assemble-bundlerfeng1-19/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704971 13f79535-47bb-0310-9956-ffa450edef68
2008-10-15Fixes to the bundle manifest generator. Don't export non-existent packages. ↵jsdelfino1-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
2008-10-15Added a parameter to the bundle plugin to allow configuration of the bundle ↵jsdelfino3-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
2008-10-15Minor cleanup of the Maven bundle plugin. Derive the bundle name from the ↵jsdelfino2-10/+6
Maven project name. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704765 13f79535-47bb-0310-9956-ffa450edef68
2008-10-12Changed maven bundle plugin to generate classpath off the list of JARs in ↵jsdelfino1-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
2008-10-12Minor cleanup of the bundle plugin. Added a new plugin to generate the ↵jsdelfino4-555/+156
correct PDE .classpath entries. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703892 13f79535-47bb-0310-9956-ffa450edef68
2008-10-12Adjusted pom.xml to rename.jsdelfino1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703864 13f79535-47bb-0310-9956-ffa450edef68
2008-10-12Renamed to follow the same naming convention as other plugins.jsdelfino4-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703863 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29Merged from trunk. Upgrade to Axis2 1.4.1 and its transitive dependencies ↵jsdelfino4-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
2008-09-29Ported from trunk and simplified. Support the rmi:// uri for binding.rmi.jsdelfino1-3/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699932 13f79535-47bb-0310-9956-ffa450edef68
2008-09-16Started to fix module dependencies, OSGi manifest generation and a few ↵jsdelfino2-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
2008-09-14Created a subset of the modules and samples to be ported and tested with ↵jsdelfino95-6093/+1
Equinox initially. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695308 13f79535-47bb-0310-9956-ffa450edef68
2008-09-13Fixed maven bundle plugin to generate the correct list of JARs from the ↵jsdelfino2-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
2008-09-13apply mkdir to META-INF onlyrfeng1-2/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694864 13f79535-47bb-0310-9956-ffa450edef68
2008-09-13Merge changes from trunkrfeng2-0/+427
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694854 13f79535-47bb-0310-9956-ffa450edef68
2008-09-12Creating a branch for the equinox work.jsdelfino330-0/+28971
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694816 13f79535-47bb-0310-9956-ffa450edef68