Skip to content
This repository has been archived by the owner on Nov 7, 2020. It is now read-only.

import 1.4.9 form https://github.com/x-stream/xstream/tree/XSTREAM_1_4_9 #6

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions BUILD.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
For Java 5 or higher build with Maven 2.2 or 3
For Java 6 or higher build with Maven 3.2.5 or higher
For Java 5 build with Maven 3.0.5
For Java 1.4 build with Maven 2.0.11

Before building:
Expand All @@ -9,7 +10,8 @@ mvn clean install

Before deploying:

copy settings-template.xml to ~/.m2/settings.xml adding your Codehaus DAV username and passwords.
copy settings-template.xml to ~/.m2/settings.xml adding your Sonatype OSSRH
username and passwords.

To deploy (optionally adding sources and javadoc jars):
mvn deploy
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(BSD Style License)

Copyright (c) 2003-2006, Joe Walnes
Copyright (c) 2006-2011, XStream Committers
Copyright (c) 2006-2015, XStream Committers
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[![Build Status](https://travis-ci.org/x-stream/xstream.svg?branch=v-1.4.x)](https://travis-ci.org/x-stream/xstream)
----
# XStream
_Java to XML Serialization, and back again_

## Binaries
All binary artifacts are bundled in the -bin archive. It includes
the XStream jars and any other library used at build time, or
optional runtime extras. Xpp3 is recommend for use as it will
greatly improve the performance of XStream.

## Documentation
Documentation can be found at [GitHub](http://x-stream.github.io). This
includes:
* Introduction and tutorial
* JavaDoc
* Change log
* Frequently asked questions

## Source
The complete source for XStream is bundled in the -src archive. This includes:
* Main API [xstream/src/java]
* Unit tests [xstream/src/test]
* Maven build files [pom.xml]
* Hibernate module [xstream-hibernate]
* Web site [xstream-distribution]

23 changes: 13 additions & 10 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,33 @@

--[ Binaries ]-----------------------------------------------

All binary artifacts are in the 'lib' directory. These include the
xstream jars and any other library used at build time,
or optional runtime extras. kXML2 is recommend for use as it will
All binary artifacts are bundled in the -bin archive. It includes
the XStream jars and any other library used at build time, or
optional runtime extras. Xpp3 is recommend for use as it will
greatly improve the performance of XStream.

--[ Documentation ]------------------------------------------

Documentation can be found in docs/index.html. This includes:
Documentation can be found at http://x-stream.github.io. This
includes:
* Introduction and tutorial
* JavaDoc
* Change log
* Frequently asked questions

--[ Source ]-------------------------------------------------

The complete source for XStream is bundled. This includes:
* Main API [src/java]
* Unit tests [src/test]
The complete source for XStream is bundled in the -src archive.
This includes:
* Main API [xstream/src/java]
* Unit tests [xstream/src/test]
* Maven build files [pom.xml]
* Dependencies [lib]
* Hibernate module [xstream-hibernate]
* Web site [xstream-distribution]

-------------------------------------------------------------

-XStream Ccommitters
- XStream Committers

http://x-stream.github.io
http://x-stream.github.io/

Loading