index
:
apache-tuscany
master
apache tuscany
lookshe
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sca-java-2.x
/
trunk
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
more base + extension updates
antelder
2010-11-12
8
-33
/
+49
*
Fix up license for dependency changes
antelder
2010-11-12
1
-394
/
+0
*
Fix up license for dependency changes
antelder
2010-11-12
1
-2
/
+0
*
Remove the servlet dependencies. (grumble grumble... pointless javadoc commme...
antelder
2010-11-11
1
-12
/
+5
*
Update compliance tests to use base-runtime jar
antelder
2010-11-11
4
-160
/
+28
*
Uses *** for JVM specific package name
antelder
2010-11-11
1
-1
/
+1
*
To be more consistent move the base-runtime module to be next to the base-run...
antelder
2010-11-11
7
-3
/
+480
*
Update trunk J-CI compliance test runner to use the base-runtime jar
antelder
2010-11-11
1
-42
/
+4
*
Change back to provided scope so the servlet APIs aren't draged in everywhere
antelder
2010-11-11
1
-3
/
+3
*
Correct typo in file path
antelder
2010-11-11
1
-4
/
+4
*
TUSCANY-3760: Add a PDE generation seperate from the distribution. This seems...
antelder
2010-11-11
1
-0
/
+115
*
Remove erroneous OSGi notice.
slaws
2010-11-11
1
-3
/
+0
*
TUSCANY-3781: Take out CAA tests for now
antelder
2010-11-11
1
-1
/
+1
*
Update more things for base + extensions approach
antelder
2010-11-10
14
-105
/
+96
*
Update to the very latest OASIS JMS binding schema so we can verify whats bei...
antelder
2010-11-10
3
-8
/
+34
*
The json databinding is a runtime module so can't be used by a model module. ...
antelder
2010-11-10
2
-8
/
+2
*
Correct to call the right launcher
slaws
2010-11-09
1
-1
/
+1
*
TUSCANY-3751 - now 1.0.7 of the maven-bundle-plugin is released I can remove ...
slaws
2010-11-09
2
-9
/
+7
*
Top level notice tidying (merge from beta1)
slaws
2010-11-09
2
-19
/
+31
*
TUSCANY-3756 - from the JIRA this is the "leave them but remove most of the d...
slaws
2010-11-09
34
-1335
/
+169
*
TUSCANY-3674 - Add some rudimentary function to the helloworld apps so that t...
slaws
2010-11-09
6
-7
/
+56
*
TUSCANY-3727 - fix binding-ws which jars so that it doesn't have base Tuscany...
slaws
2010-11-09
14
-126
/
+117
*
TUSCANY-3753 - remove large target files from samples.
slaws
2010-11-09
1
-0
/
+6
*
TUSCANY-3749 - Beta1 changes (merge from beta1 branch)
slaws
2010-11-09
1
-9
/
+12
*
Correct relative location of contribution
slaws
2010-11-09
1
-1
/
+1
*
remove unused dependency on asm
bdaniel
2010-11-09
1
-6
/
+0
*
Flip to remotable so that it doesn't mess up the samples when running in ecli...
slaws
2010-11-08
2
-0
/
+6
*
Catch up with an error message fix in the runtime
slaws
2010-11-08
2
-1
/
+4
*
Fix typo in comment
slaws
2010-11-08
1
-1
/
+1
*
Fix paths in build.xml for implementation.script sample
bdaniel
2010-11-08
1
-1
/
+1
*
Fix up build.xml file for maven-osgi-junit sample
bdaniel
2010-11-08
1
-1
/
+1
*
Fix lib path and add equinox launcher jar to classpath in embedded-osgi-base ...
bdaniel
2010-11-05
1
-1
/
+4
*
Correct confusing error message
slaws
2010-11-05
1
-1
/
+1
*
Correct to take into account the dependencies that have been added back in to...
slaws
2010-11-03
2
-0
/
+400
*
Take account of the provided dependencies that were added back in to make str...
slaws
2010-11-03
1
-1
/
+9
*
TUSCANY-3720 Check for a valid domain on remote nodes
bdaniel
2010-10-29
2
-3
/
+43
*
unpack the dependecies earlier so that we pick up the local test messages ins...
slaws
2010-10-29
1
-1
/
+1
*
Fix POM.XML of implementation-web-runtime to address OSGi problems described ...
edwardsmj
2010-10-29
1
-3
/
+3
*
Fix MANIFEST.MF and POM.XML to address OSGi problems described in TUSCANY_3760
edwardsmj
2010-10-29
2
-3
/
+1
*
Handling null return values in JSON-RPC binding
lresende
2010-10-28
1
-1
/
+7
*
TUSCANY-3709 re-enable excluded compliance tests
bdaniel
2010-10-28
2
-11
/
+3
*
TUSCANY-3709 Do not aggregate schema types into facade WSDL, check local inli...
bdaniel
2010-10-28
2
-3
/
+46
*
TUSCANY-3757 - add code (commented out currently) to demonstrate void return ...
slaws
2010-10-27
8
-5
/
+105
*
Adding missing package (org.apache.tuscany.sca.common.xml.dom) to MANIFEST.MF
lresende
2010-10-26
1
-2
/
+3
*
TUSCANY-3735: Don't use HTTP authorization or authentication by default (merg...
nash
2010-10-26
2
-13
/
+29
*
Merge r1027700 Add test to ensure If-Modified-Since returns 304 if feed is un...
nash
2010-10-26
1
-1
/
+15
*
TUSCANY-3743: Return correct response code from If-Unmodified-Since (merged 1...
nash
2010-10-26
2
-3
/
+3
*
TUSCANY-3742: Fix time comparison for If-Modified-Since and If-Unmodified-Sin...
nash
2010-10-26
2
-11
/
+29
*
TUSCANY-3734: Fix incorrect rendering of non-ASCII characters (merged 1.x com...
nash
2010-10-26
1
-5
/
+4
*
TUSCANY-3749 - make a start on content for Beta1
slaws
2010-10-26
1
-0
/
+12
[next]