Skip to content

Commit 38d83b2

Browse files
Mike WiederholdMichael Wiederhold
authored andcommitted
Changed buildfile to ivy/ant
The new ant script is integrated with git, provides better junit test reports, allows us to check coding style, adds findbugs functionality to help improved code performance and eliminate bugs, and generates eclipse project files for developers using eclipse Change-Id: I8617ac733a874063c6c5b1699f3d44e286bda750 Reviewed-on: http://review.couchbase.org/8973 Reviewed-by: Matt Ingenthron <matt@couchbase.com> Tested-by: Matt Ingenthron <matt@couchbase.com>
1 parent d18560a commit 38d83b2

15 files changed

+1237
-159
lines changed

.classpath

Lines changed: 0 additions & 29 deletions
This file was deleted.

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
.settings
2+
.classpath
3+
.project
24
cobertura.ser
5+
lib/ivy*
36
target/
47
reports/
8+
build/
59
junit*
610
*.iml
711
*~

.project

Lines changed: 0 additions & 12 deletions
This file was deleted.

LICENSE.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Copyright (c) 2006-2009 Dustin Sallings <dustin@spy.net>
1+
Copyright (c) 2006-2009 Dustin Sallings
2+
Copyright (c) 2009-2011 Couchbase, Inc.
23

34
Permission is hereby granted, free of charge, to any person obtaining a copy of
45
this software and associated documentation files (the "Software"), to deal in

0 commit comments

Comments
 (0)