You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by bd...@apache.org on 2005/07/18 19:35:16 UTC

svn commit: r219542 - in /cocoon/trunk: init.xargs props.xargs restart.xargs

Author: bdelacretaz
Date: Mon Jul 18 10:33:41 2005
New Revision: 219542

URL: http://svn.apache.org/viewcvs?rev=219542&view=rev
Log:
some comments about what these files do

Modified:
    cocoon/trunk/init.xargs
    cocoon/trunk/props.xargs
    cocoon/trunk/restart.xargs

Modified: cocoon/trunk/init.xargs
URL: http://svn.apache.org/viewcvs/cocoon/trunk/init.xargs?rev=219542&r1=219541&r2=219542&view=diff
==============================================================================
--- cocoon/trunk/init.xargs (original)
+++ cocoon/trunk/init.xargs Mon Jul 18 10:33:41 2005
@@ -12,7 +12,10 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 
-# Minimal start command file
+# ------------------------------------------------------------------------
+# Knopflerfish OSGI initialization file
+# This defines which packages to load at startup, options, etc.
+# ------------------------------------------------------------------------
 
 # load common properties
 -xargs props.xargs

Modified: cocoon/trunk/props.xargs
URL: http://svn.apache.org/viewcvs/cocoon/trunk/props.xargs?rev=219542&r1=219541&r2=219542&view=diff
==============================================================================
--- cocoon/trunk/props.xargs (original)
+++ cocoon/trunk/props.xargs Mon Jul 18 10:33:41 2005
@@ -12,9 +12,10 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 
-#
+# ------------------------------------------------------------------------
+# Knopflerfish OSGI initialization file
 # Properties used by both init.xargs and restart.xargs
-#
+# ------------------------------------------------------------------------
 
 # The Service Platform ID should be used by bundles needing to
 # a unique ID for the platform itself

Modified: cocoon/trunk/restart.xargs
URL: http://svn.apache.org/viewcvs/cocoon/trunk/restart.xargs?rev=219542&r1=219541&r2=219542&view=diff
==============================================================================
--- cocoon/trunk/restart.xargs (original)
+++ cocoon/trunk/restart.xargs Mon Jul 18 10:33:41 2005
@@ -12,6 +12,11 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 
+# ------------------------------------------------------------------------
+# Knopflerfish OSGI initialization file
+# This one is used when -init is not present or when fwdir exists 
+# ------------------------------------------------------------------------
+
 # load common properties
 -xargs props.xargs