Skip to content

Commit

Permalink
Update maven and general tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Feb 21, 2014
1 parent 5abdaf3 commit 82ce59f
Show file tree
Hide file tree
Showing 18 changed files with 607 additions and 799 deletions.
10 changes: 0 additions & 10 deletions .checkstyle

This file was deleted.

13 changes: 0 additions & 13 deletions .classpath

This file was deleted.

11 changes: 9 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
/build/
/bin/
/lib/
/.settings/
/dist/
/test-output/
/temp*
/nbproject/
/.settings/
/nbproject/private/
/target/
.classpath
.project
.checkstyle
*.class
*.jar
*.war
*.ear
/*.launch
/*.dic
34 changes: 0 additions & 34 deletions .project

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2007-2013, Stephen Colebourne & Michael Nascimento Santos
* Copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
*
* All rights reserved.
*
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@

## ThreeTen backport project
JSR-310 provides a new date and time library for JDK 1.8.
This project is the backport to JDK 1.7.
JSR-310 provides a new date and time library for JDK 8.
This project is the backport to JDK 7.

The backport is NOT an implementation of JSR-310, as that would require
jumping through lots of unecessary hoops.
jumping through lots of unnecessary hoops.
Instead, this is a simple backport intended to allow users to quickly
use the JSR-310 API on JDK 1.7.
use the JSR-310 API on JDK 7.
The backport should be referred to using the "ThreeTen" name.

Active development on JSR-310 is at [OpenJDK](http://openjdk.java.net/projects/threeten/):
Active development on JSR-310 is at [OpenJDK](http://openjdk.java.net/):

This GitHub repository is a fork of that originally used to create JSR-310.
That repository used the same BSD 3-clause license as this repository.

Issues should be reported here at GitHub.
Pull requests and issues will only be considered so far as matching the behavior
of the real JSR-310. Additional requested features will be rejected.
Pull requests and issues will only be considered so far as matching the behaviour
of the real JDK 8. Additional requested features will be rejected.

#### Building
This project builds using maven.
Expand All @@ -30,11 +30,11 @@ Pull requests with later versions of the dat file will be accepted.

#### FAQs

1. What version of JDK 1.8 does this project map to?
1. What version of JDK 8 does this project map to?
This project currently maps to the M7 milestone.

2. Will the backport be kept up to date?
There will be a release matching the final JDK 1.8 version.
There will be a release matching the final JDK 8 version.
There may or may not be further updates between now and then.

3. Is this project derived from OpenJDK?
Expand Down
126 changes: 0 additions & 126 deletions checkstyle.xml

This file was deleted.

Loading

0 comments on commit 82ce59f

Please sign in to comment.