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 a6cb8af removes old script, minor fix in README
add 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 | 65 ++----------------------
build.sh | 1 +
lib/spring-instrument.jar | Bin 7454 -> 0 bytes
pom.xml | 24 ++++++---
run.sh | 1 +
8 files changed, 65 insertions(+), 79 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
delete mode 100644 lib/spring-instrument.jar
create mode 100755 run.sh