You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2015/10/07 21:25:15 UTC

karaf git commit: [KARAF-3936] Cleanup URL section of the user guide

Repository: karaf
Updated Branches:
  refs/heads/master 3fc54bc71 -> 10da45fcd


[KARAF-3936] Cleanup URL section of the user guide


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

Branch: refs/heads/master
Commit: 10da45fcdca33cb77af86d32f4efdffb9969cefa
Parents: 3fc54bc
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Wed Oct 7 21:24:54 2015 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Wed Oct 7 21:24:54 2015 +0200

----------------------------------------------------------------------
 manual/src/main/webapp/users-guide/urls.conf | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/10da45fc/manual/src/main/webapp/users-guide/urls.conf
----------------------------------------------------------------------
diff --git a/manual/src/main/webapp/users-guide/urls.conf b/manual/src/main/webapp/users-guide/urls.conf
index a798368..21145b9 100644
--- a/manual/src/main/webapp/users-guide/urls.conf
+++ b/manual/src/main/webapp/users-guide/urls.conf
@@ -1,6 +1,5 @@
 h1. Artifacts repositories and URLs
 
-// TODO temp
 The main information provided by a feature is the set of OSGi bundles that defines the application.  Such bundles are URLs pointing to the actual bundle jars.  For example, one would write the following definition:
 {code:lang=xml}
 <bundle>http://repo1.maven.org/maven2/org/apache/servicemix/nmr/org.apache.servicemix.nmr.api/1.0.0-m2/org.apache.servicemix.nmr.api-1.0.0-m2.jar</bundle>