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

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

commit feffdb20c49653d6b45b8fc9ca5c92b77a86eeac
Author: Robert Munteanu <[email protected]>
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

Reply via email to