You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2021/07/09 12:51:15 UTC

[sling-project-archetype] 01/02: SLING-10594 - Generated project imports with error in Eclipse

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

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

commit 82b6650ce462e59448e470fb8ed2b9f9bce4e5ab
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Jul 9 15:50:18 2021 +0300

    SLING-10594 - Generated project imports with error in Eclipse
    
    Generate ByPathServletTest in the right location
---
 .../java/{__packageInPathFormat__ => }/servlet/ByPathServletTest.java     | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/archetype-resources/core.example/src/test/java/__packageInPathFormat__/servlet/ByPathServletTest.java b/src/main/resources/archetype-resources/core.example/src/test/java/servlet/ByPathServletTest.java
similarity index 100%
rename from src/main/resources/archetype-resources/core.example/src/test/java/__packageInPathFormat__/servlet/ByPathServletTest.java
rename to src/main/resources/archetype-resources/core.example/src/test/java/servlet/ByPathServletTest.java