This is an automated email from the ASF dual-hosted git repository.

rombert pushed a change to branch feature/SLING-10601
in repository https://gitbox.apache.org/repos/asf/sling-project-archetype.git.


 discard f6c812a  SLING-10601 - Add a launcher module to the project archetype
 discard 8f7dd79  SLING-10601 - Add a launcher module to the project archetype
 discard 1668f4e  SLING-10601 - Add a launcher module to the project archetype
     add 6d3bca0  SLING-10604 - Add default, simple, styling to the generated 
project
     add 5b2827d  SLING-10608 - Refresh sample servlets
     add b71a580  SLING-10601 - Add a launcher module to the project archetype
     add a696c4c  SLING-10601 - Add a launcher module to the project archetype
     add ea9f6ef  SLING-10601 - Add a launcher module to the project archetype
     add 3bf1f69  SLING-10601 - Add a launcher module to the project archetype

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (f6c812a)
            \
             N -- N -- N   refs/heads/feature/SLING-10601 (3bf1f69)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            |  5 +-
 .../META-INF/maven/archetype-metadata.xml          |  1 +
 .../src/main/java/servlet/ByPathServlet.java       |  6 +++
 .../main/java/servlet/ByResourceTypeServlet.java   |  9 ++++
 ...{ByResourceTypeServlet.java => ZipServlet.java} | 18 +++++--
 .../apps/__appsFolderName__/home/body.html         |  1 -
 .../apps/__appsFolderName__/home/head.html         |  1 +
 .../apps/__appsFolderName__/page/body.html         |  3 +-
 .../apps/__appsFolderName__/page/footer.html       |  2 +-
 .../apps/__appsFolderName__/page/head.html         |  1 +
 .../apps/__appsFolderName__/page/page.html         | 18 +++++--
 .../__contentFolderName__/home/.content.xml        |  2 +-
 .../home/{welcome => contact}/.content.xml         |  4 +-
 .../home/welcome/.content.xml                      |  2 +-
 .../__contentFolderName__/static/.content.xml}     | 10 ++--
 .../__contentFolderName__/static/styles.css        | 56 ++++++++++++++++++++++
 .../.content.xml => test/resources/settings.xml}   | 27 +++++++----
 17 files changed, 132 insertions(+), 34 deletions(-)
 copy 
src/main/resources/archetype-resources/core.example/src/main/java/servlet/{ByResourceTypeServlet.java
 => ZipServlet.java} (78%)
 copy 
src/main/resources/archetype-resources/ui.apps.example/src/main/content/jcr_root/content/__contentFolderName__/home/{welcome
 => contact}/.content.xml (87%)
 copy 
src/main/resources/archetype-resources/{ui.apps/src/main/content/META-INF/vault/settings.xml
 => 
ui.apps.example/src/main/content/jcr_root/content/__contentFolderName__/static/.content.xml}
 (83%)
 create mode 100644 
src/main/resources/archetype-resources/ui.apps.example/src/main/content/jcr_root/content/__contentFolderName__/static/styles.css
 copy 
src/{main/resources/archetype-resources/ui.apps.example/src/main/content/jcr_root/apps/__appsFolderName__/install/.content.xml
 => test/resources/settings.xml} (53%)

Reply via email to