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:55:29 UTC

[sling-project-archetype] branch master updated (1b66dba -> c055119)

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

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


    from 1b66dba  SLING-10363 Update to Sling Archetype Parent 6
     new feffdb2  SLING-10594 - Generated project imports with error in Eclipse
     new c055119  SLING-10594 - Generated project imports with error in Eclipse

The 2 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:
 .../java/{__packageInPathFormat__ => }/servlet/ByPathServletTest.java   | 0
 .../archetype-resources/core/src/main/java/empty/DoesNothing.java       | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename src/main/resources/archetype-resources/core.example/src/test/java/{__packageInPathFormat__ => }/servlet/ByPathServletTest.java (100%)

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

Posted by ro...@apache.org.
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 c05511924e250b3571fc95cdd9fe71a36b2b4a0d
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Jul 9 15:50:45 2021 +0300

    SLING-10594 - Generated project imports with error in Eclipse
    
    Correct the package declaration for DoesNothing
---
 .../archetype-resources/core/src/main/java/empty/DoesNothing.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/archetype-resources/core/src/main/java/empty/DoesNothing.java b/src/main/resources/archetype-resources/core/src/main/java/empty/DoesNothing.java
index be62b88..a63ff85 100644
--- a/src/main/resources/archetype-resources/core/src/main/java/empty/DoesNothing.java
+++ b/src/main/resources/archetype-resources/core/src/main/java/empty/DoesNothing.java
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package empty;
+package ${package}.empty;
 
 public class DoesNothing {
 }
\ No newline at end of file

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

Posted by ro...@apache.org.
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 <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