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 2017/11/07 08:33:07 UTC

[sling-samples] branch master updated (cbf1780 -> 8824b31)

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-samples.git.


    from cbf1780  SLING-7213 - Add a default .gitignore file to every module
     new 273626e  .gitignore - ignore nested target folders
     new 8824b31  Remove stale module declarations

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:
 .gitignore | 2 +-
 pom.xml    | 4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].

[sling-samples] 01/02: .gitignore - ignore nested target folders

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-samples.git

commit 273626e22987b44f132cea5fe888785c04786a10
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Nov 7 10:32:51 2017 +0200

    .gitignore - ignore nested target folders
---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 5b783ed..4eadebe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-/target
+target/
 .idea
 .classpath
 .metadata

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-samples] 02/02: Remove stale module declarations

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-samples.git

commit 8824b318fbb2470e8c898da58d7d02876f691eee
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Nov 7 10:33:00 2017 +0200

    Remove stale module declarations
---
 pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0e9a2b0..82c027a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,6 @@
 
     <!-- List modules to be included in the build here ! -->
     <modules>
-          <module>accessmanager-ui</module>
           <module>custom-login-form</module>
           <module>espblog</module>
           <module>fling</module>
@@ -71,8 +70,5 @@
           <module>slingshot</module>
           <module>testing/bundle-with-it</module>
           <module>testing/module-with-it</module>
-          <module>usermanager-ui</module>
-          <module>webloader/service</module>
-          <module>webloader/ui</module>
   </modules>
 </project>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.