summaryrefslogtreecommitdiffstats
path: root/java/sca/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplfy the java2wsdl tool to not have a dependency on the tuscany runtimeantelder2009-02-062-26/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741452 13f79535-47bb-0310-9956-ffa450edef68
* Removing unecessary junit dependency, so it does not get added to binary ↵lresende2009-02-051-1/+7
| | | | | | distribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741015 13f79535-47bb-0310-9956-ffa450edef68
* Make it work with the featuresrfeng2009-02-031-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740472 13f79535-47bb-0310-9956-ffa450edef68
* Bypass the osgi resolution for test-compilerfeng2009-02-031-2/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740355 13f79535-47bb-0310-9956-ffa450edef68
* Produce more information about the resolution errorsrfeng2009-02-032-7/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740222 13f79535-47bb-0310-9956-ffa450edef68
* Fix the version generation rfeng2009-02-031-9/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740211 13f79535-47bb-0310-9956-ffa450edef68
* Derive the osgi version from mavenrfeng2009-02-021-1/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740052 13f79535-47bb-0310-9956-ffa450edef68
* For now don't build eclipse stuff on the default or distribution buildsantelder2009-01-301-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739270 13f79535-47bb-0310-9956-ffa450edef68
* Generate a manifest.jar for the equinox launcher with classpathrfeng2009-01-301-106/+201
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739140 13f79535-47bb-0310-9956-ffa450edef68
* Group the config under the "features" folderrfeng2009-01-291-20/+48
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738696 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack2009-01-284-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
* Add the capability to generate ant path. Rename tuscany-distribution-xyz to ↵rfeng2009-01-271-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
* Add a parameter to control if we will generate distribution-specific foldersrfeng2009-01-271-40/+46
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737957 13f79535-47bb-0310-9956-ffa450edef68
* Improve the OSGi based unit testing based on maven-surefire-plugin 2.4.3rfeng2009-01-245-468/+2547
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737301 13f79535-47bb-0310-9956-ffa450edef68
* Add maven-osgi-junit to the buildrfeng2009-01-231-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737113 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2780 - Updating NOTICE files to include 2009 in the copyright statementlresende2009-01-2324-24/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736880 13f79535-47bb-0310-9956-ffa450edef68
* Use the pom project to create artifactsrfeng2009-01-231-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736879 13f79535-47bb-0310-9956-ffa450edef68
* Add support to produces multiple configs based oninherited distribution pomsrfeng2009-01-231-61/+197
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736868 13f79535-47bb-0310-9956-ffa450edef68
* Group the distro-specific artifacts under the folder of the distro namerfeng2009-01-211-10/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736420 13f79535-47bb-0310-9956-ffa450edef68
* Fix the Class-Path separator (space instead of ,)rfeng2009-01-211-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736382 13f79535-47bb-0310-9956-ffa450edef68
* Make sure the classpath is relative to the "startup" folderrfeng2009-01-211-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736338 13f79535-47bb-0310-9956-ffa450edef68
* Use project name for Bundle-Namerfeng2009-01-201-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736156 13f79535-47bb-0310-9956-ffa450edef68
* Add the capability to generate a manifest jar to simplify the JSE launchingrfeng2009-01-201-6/+43
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736130 13f79535-47bb-0310-9956-ffa450edef68
* Generate an OSGi bundle for the main classes and a fragment for the test classesrfeng2009-01-161-13/+108
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@735111 13f79535-47bb-0310-9956-ffa450edef68
* Ignore pom dependencies when the bundles are createdrfeng2009-01-161-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@735078 13f79535-47bb-0310-9956-ffa450edef68
* Bring up the equinox-based junit plugin for mavenrfeng2009-01-164-54/+94
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734877 13f79535-47bb-0310-9956-ffa450edef68
* Expose the EquinoxHost for the osgi junit pluginrfeng2009-01-132-8/+44
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734264 13f79535-47bb-0310-9956-ffa450edef68
* Fix the message filerfeng2008-12-121-11/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@726115 13f79535-47bb-0310-9956-ffa450edef68
* More changes to get to a stage where I have a working build in mvn and in ↵slaws2008-11-211-1/+8
| | | | | | Eclipse (with JDK 6) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719631 13f79535-47bb-0310-9956-ffa450edef68
* Make the executionEnvironment for target definition configurablerfeng2008-11-211-3/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719486 13f79535-47bb-0310-9956-ffa450edef68
* Fix duplicate exportsrfeng2008-11-211-6/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719478 13f79535-47bb-0310-9956-ffa450edef68
* Fix the issue with duplicate packages for 3rd party jarsrfeng2008-11-212-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
* Make the junit dep on 4.5rfeng2008-11-201-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719172 13f79535-47bb-0310-9956-ffa450edef68
* Finish the merge for toolsrfeng2008-11-19203-2/+18114
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719095 13f79535-47bb-0310-9956-ffa450edef68
* Start to merge changes from sca-equinox branchrfeng2008-11-19288-23545/+1906
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719090 13f79535-47bb-0310-9956-ffa450edef68
* Copy bundle plugin from sca-equinox branch to 2.0 trunk as it appears to be ↵antelder2008-11-1913-0/+5039
| | | | | | required to build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718934 13f79535-47bb-0310-9956-ffa450edef68
* Change trunk version so it doesn't clash with the 1.4 branch version by ↵antelder2008-11-1731-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
* Upgrade to Axis2 1.4.1 and its transitive dependencies such as XmlSchema and ↵rfeng2008-09-195-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
* Only mkdir for META-INFrfeng2008-09-131-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694863 13f79535-47bb-0310-9956-ffa450edef68
* Add a MOJO to create the 3rd party library bundle manifestrfeng2008-09-122-0/+427
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694838 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2595 - Workaround for equinox dependency issueslresende2008-09-111-0/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694093 13f79535-47bb-0310-9956-ffa450edef68
* Modify import version for OSGi framework packagesrsivaram2008-09-021-3/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691337 13f79535-47bb-0310-9956-ffa450edef68
* Minor improvement to build script. Removed directory before recreating it.jsdelfino2008-08-281-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689934 13f79535-47bb-0310-9956-ffa450edef68
* Recognize sdo/das jars as tuscany bundlesrfeng2008-08-281-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689907 13f79535-47bb-0310-9956-ffa450edef68
* Move to maven-bundle-plugin 1.4.3 and make tuscany-bundle-plugin more ↵rfeng2008-08-272-2/+9
| | | | | | tolerate problematic poms git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689642 13f79535-47bb-0310-9956-ffa450edef68
* Added missing path to URL mappings to Eclipse update site.xml.jsdelfino2008-08-271-0/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689575 13f79535-47bb-0310-9956-ffa450edef68
* Added missing header.jsdelfino2008-08-271-0/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689414 13f79535-47bb-0310-9956-ffa450edef68
* Added -nosplash option to the build script to avoid locking the UI with the ↵jsdelfino2008-08-271-1/+1
| | | | | | Eclipse splash screen. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689369 13f79535-47bb-0310-9956-ffa450edef68
* Simplified the plugin build, now using a single common Maven assembly ↵jsdelfino2008-08-2711-357/+18
| | | | | | descriptor for all plugins. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689341 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2563, added a POM, an update site and Eclipse Ganymede categories, ↵jsdelfino2008-08-237-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