[root]/datecalc-joda
.settings
(2 files, 253 lines)
src
(0 files, 0 lines)
main
(0 files, 0 lines)
java
(0 files, 0 lines)
net
(0 files, 0 lines)
objectlab
(0 files, 0 lines)
kit
(0 files, 0 lines)
datecalc
(0 files, 0 lines)
joda
(22 files, 2615 lines)
site
(2 files, 71 lines)
images
(3 files, 0 lines)
style
(2 files, 322 lines)
test
(0 files, 0 lines)
java
(0 files, 0 lines)
net
(0 files, 0 lines)
objectlab
(0 files, 0 lines)
kit
(0 files, 0 lines)
datecalc
(0 files, 0 lines)
joda
(22 files, 1690 lines)
xdocs
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 36 (100.0%) | 732 (100.0%) | 20.3 |
Benoit Xhenseval | 20 (55.6%) | 460 (62.8%) | 23.0 |
Marcin Jekot | 16 (44.4%) | 272 (37.2%) | 17.0 |
relocate
2 lines of code changed in:
[maven-release-plugin] prepare release 1.1.0
2 lines of code changed in:
rename version to be 1.1.0 not 1.1.
1 lines of code changed in:
tweaking m2 pom's - changed version to 1.1-SNAPSHOT
2 lines of code changed in:
Ensure look consistency and update doco with view of the new HolidayCalendar.
2 lines of code changed in:
Take into account Gerald's comments (thanks).
Put the source files for site in the recommended src/site directory (from xdocs).
Update some web pages.
17 lines of code changed in:
Tidy up and small steps towards release 1.
83 lines of code changed in:
Using Maven2, the jdk and joda tests depend on the common ones, I've added the dependency via a testResource.
39 lines of code changed in:
some more fiddling with m2 pom's
33 lines of code changed in:
eclipse project properties for separate modules projects
7 lines of code changed in:
cleaning up maven2 setup - removed all the spring rich client stuff that was there before and starting afresh, kinda a minimalist approach ;)
2 lines of code changed in:
Found a "nice" way to include the common classes as a JAR in the JDK and JODA jars.
11 lines of code changed in:
Added more tests to JDK and Joda for factory tests (genericesed ie). That spotted a couple of bugs!
7 lines of code changed in:
Fix build as the package changed! Marcin, you must update.
1 lines of code changed in:
Tidy up for consolidated javadoc and better site.
2 lines of code changed in:
re-enable the yDoc plugin.
1 lines of code changed in:
Keyword expansion, and removed an empty if block
0 lines of code changed in:
Added 3 extra methods for IMM:
- 2 using IMMPeriod and ALL have been implemented (albeit not tested for JDK)
- isIMMDate method implemented for JODA but not JDK ==> Marcin, have fun! ;-)
1 lines of code changed in:
Added dependencies for Abstract tests from Common... a bit dirty but it works...
Marcin, try to test your code by building using Maven 1.1
265 lines of code changed in:
Move more functionality to the AbstractDateCalculator. Got a bit stuck on WorkingWeek, may be that could be <parameterised>...
20 lines of code changed in:
(4 more)