Skip to content

Commit

Permalink
Changed buildfile to ivy/ant
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mike Wiederhold authored and Michael Wiederhold committed Aug 24, 2011
1 parent d18560a commit 38d83b2
Show file tree
Hide file tree
Showing 15 changed files with 1,237 additions and 159 deletions.
29 changes: 0 additions & 29 deletions .classpath

This file was deleted.

4 changes: 4 additions & 0 deletions .gitignore
@@ -1,7 +1,11 @@
.settings
.classpath
.project
cobertura.ser
lib/ivy*
target/
reports/
build/
junit*
*.iml
*~
12 changes: 0 additions & 12 deletions .project

This file was deleted.

3 changes: 2 additions & 1 deletion LICENSE.txt
@@ -1,4 +1,5 @@
Copyright (c) 2006-2009 Dustin Sallings <dustin@spy.net>
Copyright (c) 2006-2009 Dustin Sallings
Copyright (c) 2009-2011 Couchbase, Inc.

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

0 comments on commit 38d83b2

Please sign in to comment.