This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a change to branch v3-jpa
in repository https://gitbox.apache.org/repos/asf/causeway-app-helloworld.git
from 50bb6f0 switches to static weaving, updates README
add 2dcbdff adds run.sh and build.sh
add f3b06dd run configurations for jpa
add e9c044a disables the searching of nightly repo by default
add f5f1f48 CAUSEWAY-3941 - updates to 3.5.0 (jpa)
No new revisions were added by this update.
Summary of changes:
.run/HelloWorldApp (jpa).run.xml | 11 ---------
.run/HelloWorldApp.run.xml | 10 ++++++++
.run/helloworld-jpa [eclipselink_weave].run.xml | 32 +++++++++++++++++++++++++
README.adoc | 2 ++
build.sh | 1 +
pom.xml | 6 ++---
run.sh | 1 +
7 files changed, 49 insertions(+), 14 deletions(-)
delete mode 100644 .run/HelloWorldApp (jpa).run.xml
create mode 100644 .run/HelloWorldApp.run.xml
create mode 100644 .run/helloworld-jpa [eclipselink_weave].run.xml
create mode 100755 build.sh
create mode 100755 run.sh