This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a change to branch v4-jpa-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/causeway-app-helloworld.git
from 3baedf1 Updates pom.xml to 4.0.0-SNAPSHOT
add 4755f22 switches to static weaving, updates README
add c8f6b83 adds run.sh and build.sh
add 14536e5 run configurations for jpa
add 32563f6 disables the searching of nightly repo by default
add c57e1b2 updates menubars.layout.xml
add 4829a89 updates to 4.0.0-M2
new 4a89764 updates to 4.0.0-M2
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
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 | 22 ++++++--
run.sh | 1 +
src/main/resources/menubars.layout.xml | 3 ++
9 files changed, 67 insertions(+), 78 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