Pinaki - It looks like you missed the ASF license header on this file and openjpa-examples/openbooks/src/main/java/openbook/client/SourceCodeBrowser.java.
On Mon, May 24, 2010 at 11:27 PM, <[email protected]> wrote: > Author: ppoddar > Date: Tue May 25 04:27:09 2010 > New Revision: 947911 > > URL: http://svn.apache.org/viewvc?rev=947911&view=rev > Log: > Add missing configuration file > > Added: > > openjpa/trunk/openjpa-examples/openbooks/src/main/resources/load.properties > (with props) > > Added: > openjpa/trunk/openjpa-examples/openbooks/src/main/resources/load.properties > URL: > http://svn.apache.org/viewvc/openjpa/trunk/openjpa-examples/openbooks/src/main/resources/load.properties?rev=947911&view=auto > > ============================================================================== > --- > openjpa/trunk/openjpa-examples/openbooks/src/main/resources/load.properties > (added) > +++ > openjpa/trunk/openjpa-examples/openbooks/src/main/resources/load.properties > Tue May 25 04:27:09 2010 > @@ -0,0 +1,27 @@ > +#--------------------------------------------------------------------- > +# Configuration for populating OpenBooks database. > +# > +# These properties control the database volume. > +# These properties are read during DataLoader execution. > +# The values here are same as the default values as set in the driver. > +#--------------------------------------------------------------------- > +# No. of Books in the database > +openbook.Book.Count=100 > + > +# No. of Authors in the database > +openbook.Author.Count=120 > + > +# No. of Customer in the database > +openbook.Customer.Count=100 > + > +# Maximum no. of Authors per Book > +openbook.Book.Author.Count=4 > + > +# Minimum and Maximum price of a Book > +openbook.Book.Price.Min=5.99 > +openbook.Book.Price.Max=120.99 > + > +# Minimum and Maximum initial inventory of a Book > +openbook.Inventory.Min=100 > +openbook.Inventory.Max=1000 > + > > Propchange: > openjpa/trunk/openjpa-examples/openbooks/src/main/resources/load.properties > > ------------------------------------------------------------------------------ > svn:eol-style = native > > >
