Skip to content

Commit

Permalink
update README and add COPYRIGHT
Browse files Browse the repository at this point in the history
  • Loading branch information
slyrus committed Mar 30, 2012
1 parent 1f2ead4 commit 54b17f1
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 24 deletions.
30 changes: 30 additions & 0 deletions COPYRIGHT
@@ -0,0 +1,30 @@
abcl-cdk-hacking, a library for working with address book and calendar data in
Common Lisp

Copyright (c) 2012 Cyrus Harmon
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials
provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR 'AS IS' AND ANY EXPRESSED
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

28 changes: 4 additions & 24 deletions README
@@ -1,30 +1,10 @@

abcl-cdk-hacking, Some code for integrating CDK into ABCL and calling
various CDK routines.

Prerequisites:
By Cyrus Harmon <ch-lisp@bobobeach.com>, March 2012. See COPYRIGHT
file for license details.

(require 'abcl-contrib)
(require 'abcl-asdf)
(require :extensible-sequences)
(require :java-collections)


(abcl-asdf:resolve-dependencies "org.apache.maven" "maven-aether-provider" "3.0.4")

(abcl-asdf:resolve-dependencies "org.apache.maven.wagon"
"providers" "1.0-beta-7")

(abcl-asdf:resolve-dependencies "org.apache.maven.wagon" "wagon-http" "2.2")

(abcl-asdf:resolve-dependencies "org.apache.maven.wagon" "wagon-providers" "2.2")


(abcl-asdf:resolve-dependencies "org.freehep" "freehep-graphics2d" "2.1.1")
(abcl-asdf:resolve-dependencies "org.freehep" "freehep-graphicsio-pdf" "2.1.1")
(abcl-asdf:resolve-dependencies "org.freehep" "freehep-graphicsio-svg" "2.1.1")

(abcl-asdf:resolve-dependencies "org.openscience" "cdk" "1.4.7")

(abcl-asdf:resolve-dependencies "junit" "junit" "3.8.2")



0 comments on commit 54b17f1

Please sign in to comment.