You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by cs...@apache.org on 2017/08/10 13:54:25 UTC

[04/10] karaf git commit: Fix typo in config file

Fix typo in config file


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/f1001666
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/f1001666
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/f1001666

Branch: refs/heads/model_features
Commit: f1001666e0dcdcea6089c434ba0d0b592c464171
Parents: 94fd17e
Author: Steven Spungin <st...@spungin.tv>
Authored: Thu Aug 10 08:54:04 2017 -0400
Committer: Steven Spungin <st...@spungin.tv>
Committed: Thu Aug 10 08:54:04 2017 -0400

----------------------------------------------------------------------
 .../src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg     | 2 +-
 itests/src/test/resources/etc/org.ops4j.pax.url.mvn.cfg            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/f1001666/assemblies/features/base/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg
----------------------------------------------------------------------
diff --git a/assemblies/features/base/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg b/assemblies/features/base/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg
index fc8376b..5f1ea49 100644
--- a/assemblies/features/base/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg
+++ b/assemblies/features/base/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg
@@ -85,7 +85,7 @@ org.ops4j.pax.url.mvn.defaultRepositories=\
     file:${karaf.base}/${karaf.default.repository}@id=child.system.repository@snapshots
 
 #
-# if "defaultLocalRepoAsRemote" is set do *any* value, localRepository will be
+# if "defaultLocalRepoAsRemote" is set to *any* value, localRepository will be
 # added to the list of remote repositories being searched for artifacts
 #
 #org.ops4j.pax.url.mvn.defaultLocalRepoAsRemote = true

http://git-wip-us.apache.org/repos/asf/karaf/blob/f1001666/itests/src/test/resources/etc/org.ops4j.pax.url.mvn.cfg
----------------------------------------------------------------------
diff --git a/itests/src/test/resources/etc/org.ops4j.pax.url.mvn.cfg b/itests/src/test/resources/etc/org.ops4j.pax.url.mvn.cfg
index 9e1b187..0fccfb5 100644
--- a/itests/src/test/resources/etc/org.ops4j.pax.url.mvn.cfg
+++ b/itests/src/test/resources/etc/org.ops4j.pax.url.mvn.cfg
@@ -86,7 +86,7 @@ org.ops4j.pax.url.mvn.defaultRepositories=\
     file:${user.home}/.m2/repository@snapshots@id=local
 
 #
-# if "defaultLocalRepoAsRemote" is set do *any* value, localRepository will be
+# if "defaultLocalRepoAsRemote" is set to *any* value, localRepository will be
 # added to the list of remote repositories being searched for artifacts
 #
 #org.ops4j.pax.url.mvn.defaultLocalRepoAsRemote = true