From 7e81b8c8b507abb09cdf086b236bb34d75821146 Mon Sep 17 00:00:00 2001 From: Donald Woods Date: Mon, 17 Aug 2009 17:00:16 +0000 Subject: [PATCH] OPENJPA-1245 Cleanup license header wrapping and some POM formatting for readability. Include basic Eclipse files, which will allow the module to be imported, as maven-eclipse-plugin will not generate the required metadata files, but will update these basic ones if present. git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@805042 13f79535-47bb-0310-9956-ffa450edef68 --- openjpa-persistence-locking/.classpath | 4 +++ openjpa-persistence-locking/.project | 13 +++++++ openjpa-persistence-locking/pom.xml | 50 +++++++++++++++----------- 3 files changed, 46 insertions(+), 21 deletions(-) create mode 100644 openjpa-persistence-locking/.classpath create mode 100644 openjpa-persistence-locking/.project diff --git a/openjpa-persistence-locking/.classpath b/openjpa-persistence-locking/.classpath new file mode 100644 index 000000000..0e3b12cd8 --- /dev/null +++ b/openjpa-persistence-locking/.classpath @@ -0,0 +1,4 @@ + + + + diff --git a/openjpa-persistence-locking/.project b/openjpa-persistence-locking/.project new file mode 100644 index 000000000..732c3ad5b --- /dev/null +++ b/openjpa-persistence-locking/.project @@ -0,0 +1,13 @@ + + openjpa-persistence-locking + OpenJPA Persistence Locking Tests + + + + org.eclipse.jdt.core.javabuilder + + + + org.eclipse.jdt.core.javanature + + \ No newline at end of file diff --git a/openjpa-persistence-locking/pom.xml b/openjpa-persistence-locking/pom.xml index 3963f9b46..7e72880f3 100644 --- a/openjpa-persistence-locking/pom.xml +++ b/openjpa-persistence-locking/pom.xml @@ -1,38 +1,47 @@ - - - + + 4.0.0 - org.apache.openjpa - openjpa-persistence-locking - jar - OpenJPA Persistence Locking - OpenJPA Persistence Locking tests - http://openjpa.apache.org + org.apache.openjpa openjpa-parent 2.0.0-SNAPSHOT + + org.apache.openjpa + openjpa-persistence-locking + jar + OpenJPA Persistence Locking Tests + OpenJPA Persistence Locking Tests + 10 5 2 10000 MaxActive=${dbcp.maxActive},MaxIdle=${dbcp.maxIdle},MinIdle=${dbcp.minIdle},MaxWait=${dbcp.maxWait} + 60 5 ignore @@ -601,7 +610,6 @@ derby.locks.deadlockTimeout ${derby.locks.deadlockTimeout} - derby.locks.waitTimeout ${derby.locks.waitTimeout}