Author: aadamchik
Date: Tue Jul 4 13:36:13 2006
New Revision: 419090
URL: http://svn.apache.org/viewvc?rev=419090&view=rev
Log:
checking in some examples already shown on Wiki, that are not intended for
official release.
Modified:
incubator/cayenne/examples/trunk/generic-mapping-example/README.txt
Modified: incubator/cayenne/examples/trunk/generic-mapping-example/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cayenne/examples/trunk/generic-mapping-example/README.txt?rev=419090&r1=419089&r2=419090&view=diff
==============================================================================
--- incubator/cayenne/examples/trunk/generic-mapping-example/README.txt
(original)
+++ incubator/cayenne/examples/trunk/generic-mapping-example/README.txt Tue Jul
4 13:36:13 2006
@@ -1,5 +1,5 @@
-Copyright 2005, Andrus Adamchik.
-This example is distributed under the terms of ObjectStyle open source license.
+Copyright 2005, Apache Software Foundation
+This example is distributed under the terms of Apache open source license,
version 2.0
This example shows how to use "generic" entities (i.e. those not mapped to a
specific Java class). It shows how to map them and also how to extend them in
@@ -8,6 +8,6 @@
HOW TO RUN:
-This example is self-contained Eclipse project, including Cayenne 1.2M9 jar.
+This example is self-contained Eclipse project, including Cayenne 1.2RC2 jar.
Just import it in Eclipse (3.1 or newer is recommended) and run
"cayenne.example.generic.Main"
class as "Java Application". As in-memory HSQLDB is used, no extra DB setup is
required.