summaryrefslogtreecommitdiffstats
path: root/java/sca/tools (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-02-05Removing unecessary junit dependency, so it does not get added to binary ↵lresende1-1/+7
distribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741015 13f79535-47bb-0310-9956-ffa450edef68
2009-02-03Make it work with the featuresrfeng1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740472 13f79535-47bb-0310-9956-ffa450edef68
2009-02-03Bypass the osgi resolution for test-compilerfeng1-2/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740355 13f79535-47bb-0310-9956-ffa450edef68
2009-02-03Produce more information about the resolution errorsrfeng2-7/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740222 13f79535-47bb-0310-9956-ffa450edef68
2009-02-03Fix the version generation rfeng1-9/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740211 13f79535-47bb-0310-9956-ffa450edef68
2009-02-02Derive the osgi version from mavenrfeng1-1/+22
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740052 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30For now don't build eclipse stuff on the default or distribution buildsantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739270 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Generate a manifest.jar for the equinox launcher with classpathrfeng1-106/+201
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739140 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Group the config under the "features" folderrfeng1-20/+48
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738696 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack4-5/+5
and from org.osoa.sca.annotations to org.oasisopen.sca.annotation to reflect the new package names in the OASIS Open SCA specifications. To do this, I: * Renamed the org.osoa.sca package to org.oasisopen.sca using Eclipse refactoring * Renamed the org.osoa.sca.annotations package to org.oasisopen.sca.annotation using Eclipse refactoring * Did a global search and replace for all remaining instances of the old org.osoa package names and replaced with the new org.oasisopen version Hopefully, I have not missed too many instances of the old package name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738490 13f79535-47bb-0310-9956-ffa450edef68
2009-01-27Add the capability to generate ant path. Rename tuscany-distribution-xyz to ↵rfeng1-4/+45
feature-xyz as the folder names. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738187 13f79535-47bb-0310-9956-ffa450edef68
2009-01-27Add a parameter to control if we will generate distribution-specific foldersrfeng1-40/+46
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737957 13f79535-47bb-0310-9956-ffa450edef68
2009-01-24Improve the OSGi based unit testing based on maven-surefire-plugin 2.4.3rfeng5-468/+2547
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737301 13f79535-47bb-0310-9956-ffa450edef68
2009-01-23Add maven-osgi-junit to the buildrfeng1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737113 13f79535-47bb-0310-9956-ffa450edef68
2009-01-23TUSCANY-2780 - Updating NOTICE files to include 2009 in the copyright statementlresende24-24/+24
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736880 13f79535-47bb-0310-9956-ffa450edef68
2009-01-23Use the pom project to create artifactsrfeng1-2/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736879 13f79535-47bb-0310-9956-ffa450edef68
2009-01-23Add support to produces multiple configs based oninherited distribution pomsrfeng1-61/+197
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736868 13f79535-47bb-0310-9956-ffa450edef68
2009-01-21Group the distro-specific artifacts under the folder of the distro namerfeng1-10/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736420 13f79535-47bb-0310-9956-ffa450edef68
2009-01-21Fix the Class-Path separator (space instead of ,)rfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736382 13f79535-47bb-0310-9956-ffa450edef68
2009-01-21Make sure the classpath is relative to the "startup" folderrfeng1-2/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736338 13f79535-47bb-0310-9956-ffa450edef68
2009-01-20Use project name for Bundle-Namerfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736156 13f79535-47bb-0310-9956-ffa450edef68
2009-01-20Add the capability to generate a manifest jar to simplify the JSE launchingrfeng1-6/+43
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736130 13f79535-47bb-0310-9956-ffa450edef68
2009-01-16Generate an OSGi bundle for the main classes and a fragment for the test classesrfeng1-13/+108
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@735111 13f79535-47bb-0310-9956-ffa450edef68
2009-01-16Ignore pom dependencies when the bundles are createdrfeng1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@735078 13f79535-47bb-0310-9956-ffa450edef68
2009-01-16Bring up the equinox-based junit plugin for mavenrfeng4-54/+94
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734877 13f79535-47bb-0310-9956-ffa450edef68
2009-01-13Expose the EquinoxHost for the osgi junit pluginrfeng2-8/+44
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734264 13f79535-47bb-0310-9956-ffa450edef68
2008-12-12Fix the message filerfeng1-11/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@726115 13f79535-47bb-0310-9956-ffa450edef68
2008-11-21More changes to get to a stage where I have a working build in mvn and in ↵slaws1-1/+8
Eclipse (with JDK 6) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719631 13f79535-47bb-0310-9956-ffa450edef68
2008-11-21Make the executionEnvironment for target definition configurablerfeng1-3/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719486 13f79535-47bb-0310-9956-ffa450edef68
2008-11-21Fix duplicate exportsrfeng1-6/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719478 13f79535-47bb-0310-9956-ffa450edef68
2008-11-21Fix the issue with duplicate packages for 3rd party jarsrfeng2-13/+66
Add the capability to generate an equinox configuration to launch and validate the bundles git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719440 13f79535-47bb-0310-9956-ffa450edef68
2008-11-20Make the junit dep on 4.5rfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719172 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Finish the merge for toolsrfeng203-2/+18114
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719095 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Start to merge changes from sca-equinox branchrfeng288-23545/+1906
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719090 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Copy bundle plugin from sca-equinox branch to 2.0 trunk as it appears to be ↵antelder13-0/+5039
required to build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718934 13f79535-47bb-0310-9956-ffa450edef68
2008-11-17Change trunk version so it doesn't clash with the 1.4 branch version by ↵antelder31-1342/+1342
bumping up to 2.0-SNAPSHOT as per the recent vote for 2.0 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718223 13f79535-47bb-0310-9956-ffa450edef68
2008-09-19Upgrade to Axis2 1.4.1 and its transitive dependencies such as XmlSchema and ↵rfeng5-177/+55
Axiom based on the patches from Ram for TUSCANY-2606 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696937 13f79535-47bb-0310-9956-ffa450edef68
2008-09-13Only mkdir for META-INFrfeng1-2/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694863 13f79535-47bb-0310-9956-ffa450edef68
2008-09-12Add a MOJO to create the 3rd party library bundle manifestrfeng2-0/+427
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694838 13f79535-47bb-0310-9956-ffa450edef68
2008-09-11TUSCANY-2595 - Workaround for equinox dependency issueslresende1-0/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694093 13f79535-47bb-0310-9956-ffa450edef68
2008-09-02Modify import version for OSGi framework packagesrsivaram1-3/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691337 13f79535-47bb-0310-9956-ffa450edef68
2008-08-28Minor improvement to build script. Removed directory before recreating it.jsdelfino1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689934 13f79535-47bb-0310-9956-ffa450edef68
2008-08-28Recognize sdo/das jars as tuscany bundlesrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689907 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27Move to maven-bundle-plugin 1.4.3 and make tuscany-bundle-plugin more ↵rfeng2-2/+9
tolerate problematic poms git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689642 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27Added missing path to URL mappings to Eclipse update site.xml.jsdelfino1-0/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689575 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27Added missing header.jsdelfino1-0/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689414 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27Added -nosplash option to the build script to avoid locking the UI with the ↵jsdelfino1-1/+1
Eclipse splash screen. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689369 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27Simplified the plugin build, now using a single common Maven assembly ↵jsdelfino11-357/+18
descriptor for all plugins. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689341 13f79535-47bb-0310-9956-ffa450edef68
2008-08-23TUSCANY-2563, added a POM, an update site and Eclipse Ganymede categories, ↵jsdelfino7-0/+558
also a script to generate the Ganymede P2 metadata from the update site. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688425 13f79535-47bb-0310-9956-ffa450edef68
2008-08-23TUSCANY-2563, added features for the various pieces that can be installed.jsdelfino30-0/+1751
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688424 13f79535-47bb-0310-9956-ffa450edef68