-
joe
2004-04-19 15:21
#21
Rev.: 172
-
7 lines of code changed in 3 files:
-
website:
skinner.rb (+1 -1)
-
website/content:
changes.html (+2 -2),
download.html (+4 -7)
-
joe
2004-04-19 15:10
#20
Rev.: 171
-
7 lines of code changed in 1 file:
-
joe
2004-04-19 14:56
#19
Rev.: 170
-
1 lines of code changed in 1 file:
-
website/templates:
skin.html (+1 -1)
-
joe
2004-04-19 14:51
#18
Rev.: 169
-
477 lines of code changed in 6 files:
-
LICENSE.txt (+3 -1)
-
lib:
commons-lang-license.txt (new 201),
dom4j-license.txt (new 31),
junit-license.txt (new 195),
xpp3-license.txt (new 46)
-
website/content:
license.html (+1 -1)
-
joe
2004-04-19 14:38
#17
Rev.: 168
-
18 lines of code changed in 9 files:
-
website/content:
download.html (+1 -1),
index.html (+1 -2),
license.html (changed),
mailing-lists.html (+3 -1),
news.html (+1 -2),
repository.html (+1 -1),
versioning.html (+1 -1)
-
website/templates:
skin.html (+1 -116),
style.css (+9 -9)
-
joe
2004-04-19 14:33
#16
Rev.: 167
-
133 lines of code changed in 2 files:
-
build.xml (+15 -3)
-
website/templates:
skin.html (+118 -2)
-
joe
2004-04-19 14:14
#15
Rev.: 166
-
9 lines of code changed in 2 files:
-
.cvsignore (+1),
build.xml (+8 -19)
-
joe
2004-04-19 14:11
#14
Rev.: 165
-
7 lines of code changed in 1 file:
-
src/test/com/thoughtworks/xstream/core:
DefaultClassMapperTest.java (+7 -5)
-
joe
2004-04-19 14:03
#13
Rev.: 164
-
11 lines of code changed in 2 files:
-
src/java/com/thoughtworks/xstream/converters:
ConversionException.java (+4)
-
src/java/com/thoughtworks/xstream/core:
DefaultConverterLookup.java (+7)
-
joe
2004-04-19 04:54
#12
Rev.: 163
-
0 lines of code changed in 3 files:
-
maven.xml (del),
project.properties (del),
project.xml (del)
-
joe
2004-04-19 04:51
#11
Rev.: 162
-
136 lines of code changed in 6 files:
-
README.txt (new 39),
build.xml (new 97)
-
lib:
commons-lang-2.0.jar (new),
dom4j-1.3.jar (new),
junit-3.8.1.jar (new),
xpp3-1.1.3.4d_b4_min.jar (new)
-
joe
2004-04-17 20:37
#10
Rev.: 161
-
0 lines of code changed in 8 files:
-
xdocs:
changes.xml (del),
download.xml (del),
index.xml (del),
license.xml (del),
navigation.xml (del),
tutorial.xml (del)
-
xdocs/images:
thoughtworks.jpg (changed),
xstream-templogo.gif (del)
-
joe
2004-04-17 20:32
#9
Rev.: 160
-
7 lines of code changed in 3 files:
-
website:
skinner.rb (+1 -1)
-
website/content:
download.html (+5 -2)
-
website/templates:
skin.html (+1 -1)
-
joe
2004-04-17 20:24
#8
Rev.: 159
-
176 lines of code changed in 19 files:
-
website:
.cvsignore (new),
README.txt (new 25),
skinner.rb (new 2),
xemplate.rb (new)
-
website/content:
changes.html (new 2),
download.html (new 4),
faq.html (new 1),
how-to-contribute.html (new 4),
index.html (new 4),
license.html (new 2),
mailing-lists.html (new 7),
news.html (new 14),
repository.html (new 5),
team.html (new),
tutorial.html (new),
versioning.html (new 2)
-
website/templates:
logo.gif (new),
skin.html (new 95),
style.css (new 9)
-
joe
2004-04-08 08:20
#7
Rev.: 158
-
192 lines of code changed in 4 files:
-
src/java/com/thoughtworks/xstream/converters/basic:
JavaClassConverter.java (del)
-
src/java/com/thoughtworks/xstream/converters/extended:
JavaClassConverter.java (new 34),
JavaMethodConverter.java (new 111)
-
src/test/com/thoughtworks/acceptance:
ReflectionClassesTest.java (new 47)
-
joe
2004-04-06 04:30
#6
Rev.: 157
-
6 lines of code changed in 2 files:
-
src/java/com/thoughtworks/xstream/converters/collections:
PropertiesConverter.java (+4 -3)
-
src/test/com/thoughtworks/xstream/converters/collections:
PropertiesConverterTest.java (+2 -2)
-
joe
2004-04-06 04:22
#5
Rev.: 156
-
65 lines of code changed in 6 files:
-
src/java/com/thoughtworks/xstream/converters/collections:
CollectionConverter.java (+4 -3),
MapConverter.java (+2 -1)
-
src/java/com/thoughtworks/xstream/core:
DefaultConverterLookup.java (+9 -7)
-
src/test/com/thoughtworks/acceptance:
AbstractAcceptanceTest.java (+2 -1),
CollectionsTest.java (+19),
MapTest.java (+29 -4)
-
joe
2004-04-03 12:36
#4
Rev.: 155
-
40 lines of code changed in 6 files:
-
src/java/com/thoughtworks/xstream:
XStream.java (+21 -5)
-
src/test/com/thoughtworks/acceptance:
CircularReferenceTest.java (+2 -12),
CollectionsTest.java (+10 -10),
DuplicateReferenceTest.java (+3 -3)
-
src/test/com/thoughtworks/xstream/core:
ReferenceByXPathMarshallingStrategyTest.java (+2 -1),
TreeMarshallerTest.java (+2 -1)
-
joe
2004-04-03 12:26
#3
Rev.: 154
-
160 lines of code changed in 6 files:
-
src/java/com/thoughtworks/xstream/core:
ReferenceByXPathMarshaller.java (+5 -2),
ReferenceByXPathUnmarshaller.java (+7 -4)
-
src/java/com/thoughtworks/xstream/io/path:
PathTracker.java (changed),
RelativePathCalculator.java (new 80)
-
src/test/com/thoughtworks/xstream/core:
ReferenceByXPathMarshallingStrategyTest.java (+1 -1)
-
src/test/com/thoughtworks/xstream/io/path:
RelativePathCalculatorTest.java (new 67)
-
joe
2004-04-03 10:29
#2
Rev.: 153
-
0 lines of code changed in 1 file:
-
src/java/com/thoughtworks/xstream/io/path:
PathTracker.java (-2)
-
joe
2004-04-03 08:07
#1
Rev.: 152
-
250 lines of code changed in 8 files:
-
src/java/com/thoughtworks/xstream/core:
ReferenceByXPathMarshaller.java (new 45),
ReferenceByXPathMarshallingStrategy.java (new 18),
ReferenceByXPathUnmarshaller.java (new 42)
-
src/java/com/thoughtworks/xstream/io/path:
PathTracker.java (+2),
PathTrackingReader.java (new 44)
-
src/test/com/thoughtworks/xstream/core:
ReferenceByXPathMarshallingStrategyTest.java (new 49),
TreeMarshallerTest.java (+5)
-
src/test/com/thoughtworks/xstream/io/path:
PathTrackingReaderTest.java (new 45)