mirror of https://github.com/apache/openjpa.git
Remove java2html dependency from build
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@946851 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e835d87c06
commit
183718e3a7
openjpa-examples/openbooks
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue