You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by pp...@apache.org on 2010/05/21 03:41:53 UTC

svn commit: r946851 - /openjpa/trunk/openjpa-examples/openbooks/build.properties

Author: ppoddar
Date: Fri May 21 01:41:53 2010
New Revision: 946851

URL: http://svn.apache.org/viewvc?rev=946851&view=rev
Log:
Remove java2html dependency from build

Modified:
    openjpa/trunk/openjpa-examples/openbooks/build.properties

Modified: openjpa/trunk/openjpa-examples/openbooks/build.properties
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-examples/openbooks/build.properties?rev=946851&r1=946850&r2=946851&view=diff
==============================================================================
--- openjpa/trunk/openjpa-examples/openbooks/build.properties (original)
+++ openjpa/trunk/openjpa-examples/openbooks/build.properties Fri May 21 01:41:53 2010
@@ -15,15 +15,17 @@
 #
 #
 # -------------------------------------------------------------------------------
-# Environment variables for provider specific library to build OpenBooks
+# Environment variables to build OpenBooks
 # 
 # -------------------------------------------------------------------------------
 # Directory location of maven repository
 maven.repos=${user.home}/.m2/repository
 # OpenJPA runtime artifact
 openjpa.version=2.1.0-SNAPSHOT
-openjpa.lib=${maven.repos}/org/apache/openjpa/openjpa-all/${openjpa.version}
-# Other depends
-java2html.version=5.0
-java2html.lib=${maven.repos}/de/java2html/java2html/${java2html.version}
 
+# This is the variable of interest. 
+# Notice that the variable points to a directory, not a *.jar file.
+# All *.jar files under the directory will be included in compilation.
+# Though the varaible value is expressed in terms of other variables here,
+# you can specify the value directly.
+openjpa.lib=${maven.repos}/org/apache/openjpa/openjpa-all/${openjpa.version}