You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2018/05/02 12:55:14 UTC

[sling-org-apache-sling-feature-modelconverter] branch master updated: Add initial readme.md file.

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

davidb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-modelconverter.git


The following commit(s) were added to refs/heads/master by this push:
     new e259453  Add initial readme.md file.
e259453 is described below

commit e25945334f0891cd05578eb0eed1abbec170e593
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Wed May 2 13:55:03 2018 +0100

    Add initial readme.md file.
---
 pom.xml   | 1 +
 readme.md | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index 5290cca..fad2250 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,6 +77,7 @@
                 <artifactId>apache-rat-plugin</artifactId>
                 <configuration>
                     <excludes>
+                        <exclude>readme.md</exclude>
                         <exclude>src/test/resources/**</exclude>
                     </excludes>
                 </configuration>
diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..4695cff
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,3 @@
+# Feature Model Resolver
+
+The Feature Model Resolver can resolve features and pre-calculate the ideal order to start features. 
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
davidb@apache.org.