You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2021/04/12 11:28:58 UTC

[sling-org-apache-sling-feature-cpconverter] branch master updated: SLING-10279 rename cp2sf to cp2fm (#71)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7e8c865  SLING-10279 rename cp2sf to cp2fm (#71)
7e8c865 is described below

commit 7e8c8652e73b5d982828b79cc965bd19d2d89ee1
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Mon Apr 12 13:28:48 2021 +0200

    SLING-10279 rename cp2sf to cp2fm (#71)
---
 README.md                   | 10 +++++-----
 pom.xml                     |  2 +-
 src/main/assembly/README.md |  8 ++++----
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index 66def18..66adecf 100644
--- a/README.md
+++ b/README.md
@@ -446,7 +446,7 @@ Archive:  org.apache.sling.feature.cpconverter-0.0.1-SNAPSHOT.zip
       178  02-27-2019 15:56   org.apache.sling.feature.cpconverter-0.0.1-SNAPSHOT/NOTICE
    745712  02-28-2019 10:02   org.apache.sling.feature.cpconverter-0.0.1-SNAPSHOT/lib/org.apache.jackrabbit.vault-3.2.6.jar
   2374421  02-27-2019 15:28   org.apache.sling.feature.cpconverter-0.0.1-SNAPSHOT/lib/biz.aQute.bndlib-3.2.0.jar
-     3263  03-13-2019 15:58   org.apache.sling.feature.cpconverter-0.0.1-SNAPSHOT/bin/cp2sf.bat
+     3263  03-13-2019 15:58   org.apache.sling.feature.cpconverter-0.0.1-SNAPSHOT/bin/cp2fm.bat
     69246  02-11-2019 12:49   org.apache.sling.feature.cpconverter-0.0.1-SNAPSHOT/lib/jcr-2.0.jar
    113508  02-11-2019 12:36   org.apache.sling.feature.cpconverter-0.0.1-SNAPSHOT/lib/org.apache.felix.converter-1.0.0.jar
     12548  02-11-2019 12:36   org.apache.sling.feature.cpconverter-0.0.1-SNAPSHOT/lib/org.osgi.util.function-1.0.0.jar
@@ -455,7 +455,7 @@ Archive:  org.apache.sling.feature.cpconverter-0.0.1-SNAPSHOT.zip
     75443  03-05-2019 14:58   org.apache.sling.feature.cpconverter-0.0.1-SNAPSHOT/lib/plexus-io-3.1.1.jar
     57954  02-11-2019 12:39   org.apache.sling.feature.cpconverter-0.0.1-SNAPSHOT/lib/snappy-0.4.jar
    148098  02-11-2019 12:39   org.apache.sling.feature.cpconverter-0.0.1-SNAPSHOT/lib/xbean-reflect-3.7.jar
-     3808  03-13-2019 15:58   org.apache.sling.feature.cpconverter-0.0.1-SNAPSHOT/bin/cp2sf
+     3808  03-13-2019 15:58   org.apache.sling.feature.cpconverter-0.0.1-SNAPSHOT/bin/cp2fm
    214788  02-11-2019 15:44   org.apache.sling.feature.cpconverter-0.0.1-SNAPSHOT/lib/commons-io-2.6.jar
     26081  02-11-2019 12:36   org.apache.sling.feature.cpconverter-0.0.1-SNAPSHOT/lib/geronimo-json_1.0_spec-1.0-alpha-1.jar
     90358  02-11-2019 12:35   org.apache.sling.feature.cpconverter-0.0.1-SNAPSHOT/lib/johnzon-core-1.0.0.jar
@@ -483,7 +483,7 @@ Archive:  org.apache.sling.feature.cpconverter-0.0.1-SNAPSHOT.zip
 once the package is decompressed, open the shell and type:
 
 ```bash
-$ ./bin/cp2sf -h
+$ ./bin/cp2fm -h
 Usage: cp2fm [-hmqsvX] -a=<artifactsOutputDirectory> [-b=<bundlesStartOrder>]
              [-i=<artifactIdOverride>] -o=<featureModelsOutputDirectory>
              [-p=<fmPrefix>] [-D=<String=String>]...
@@ -532,7 +532,7 @@ Copyright(c) 2019 The Apache Software Foundation.
 to see all the available options; a sample execution could look like:
 
 ``` bash
-> ./bin/cp2sf -v -b 20 -c /content-package-2-feature-model/src/test/resources/org/apache/sling/cp2fm/test-content-package.zip -a /cache -o /tmp
+> ./bin/cp2fm -v -b 20 -c /content-package-2-feature-model/src/test/resources/org/apache/sling/cp2fm/test-content-package.zip -a /cache -o /tmp
 ```
 
 Argument Files for Long Command Lines:
@@ -550,7 +550,7 @@ Argument Files for Long Command Lines:
 then execute the command
 
 ```bash
-> ./bin/cp2sf @argfile
+> ./bin/cp2fm @argfile
 ````
 
 ## Failures and Restrictions
diff --git a/pom.xml b/pom.xml
index d43f64d..8d09648 100644
--- a/pom.xml
+++ b/pom.xml
@@ -308,7 +308,7 @@
           <programs>
             <program>
               <mainClass>org.apache.sling.feature.cpconverter.cli.ContentPackage2FeatureModelConverterLauncher</mainClass>
-              <id>cp2sf</id>
+              <id>cp2fm</id>
             </program>
           </programs>
         </configuration>
diff --git a/src/main/assembly/README.md b/src/main/assembly/README.md
index 4f743d5..ca6d377 100644
--- a/src/main/assembly/README.md
+++ b/src/main/assembly/README.md
@@ -95,10 +95,10 @@ The subdirectory `${project.build.finalName}` will be created from the archive.
 
 ## Execution
 
-  Open the shell and type `cp2sf -h` to see the available commands:
+  Open the shell and type `cp2fm -h` to see the available commands:
 
 ```
-$ ./cp2sf -h
+$ ./cp2fm -h
 Usage: cp2fm [-hmqsvX] [-b=<bundlesStartOrder>] -c=<contentPackage>
              -o=<outputDirectory> [-f=<filteringPatterns>]...
 Apache Sling Content Package to Sling Feature converter
@@ -127,7 +127,7 @@ Copyright(c) 2019 The Apache Software Foundation.
 a sample execution could look like:
 
 ```
-$ ./bin/cp2sf -v -b 20 -c /content-package-2-feature-model/src/test/resources/org/apache/sling/cp2fm/test-content-package.zip -o /tmp
+$ ./bin/cp2fm -v -b 20 -c /content-package-2-feature-model/src/test/resources/org/apache/sling/cp2fm/test-content-package.zip -o /tmp
 ```
 
 ### Argument Files for Long Command Lines
@@ -145,5 +145,5 @@ $ ./bin/cp2sf -v -b 20 -c /content-package-2-feature-model/src/test/resources/or
 then execute the command
 
 ```
-$ ./bin/cp2sf @arfile
+$ ./bin/cp2fm @arfile
 ````