diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2005-05-14 17:05:49 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2005-05-14 17:05:49 +0000 |
commit | 50ed27ab740d928ee6979f958956b1eba57acf47 (patch) | |
tree | 0cea0bb75a3293310c557a4ee3955f0cc35961a0 /java/Makefile | |
parent | 4c42ee616358be3e59a993e569a16f8f487b9fb0 (diff) |
Castor is a data binding framework for Java. It's the shortest path
between Java objects, XML documents, and relational tables. Castor
provides Java-to-XML binding, Java-to-SQL persistence, and more.
WWW: http://www.castor.org/
PR: 80942
Submitted by: Adam VanderHook <acidos@bandwidth-junkies.net>
Notes
Notes:
svn path=/head/; revision=135248
Diffstat (limited to 'java/Makefile')
-rw-r--r-- | java/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile index 74da3fa2f33e..e567901ef7c8 100644 --- a/java/Makefile +++ b/java/Makefile @@ -10,6 +10,7 @@ SUBDIR += bsh SUBDIR += bugseeker SUBDIR += bugseeker-demo + SUBDIR += castor SUBDIR += classpath SUBDIR += collections SUBDIR += cos |