You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2005/09/28 16:06:30 UTC

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

Author: vgritsenko
Date: Wed Sep 28 07:06:25 2005
New Revision: 292182

URL: http://svn.apache.org/viewcvs?rev=292182&view=rev
Log:
svn props

Modified:
    cocoon/trunk/init.xargs   (contents, props changed)
    cocoon/trunk/props.xargs   (contents, props changed)
    cocoon/trunk/restart.xargs   (contents, props changed)

Modified: cocoon/trunk/init.xargs
URL: http://svn.apache.org/viewcvs/cocoon/trunk/init.xargs?rev=292182&r1=292181&r2=292182&view=diff
==============================================================================
--- cocoon/trunk/init.xargs (original)
+++ cocoon/trunk/init.xargs Wed Sep 28 07:06:25 2005
@@ -1,71 +1,71 @@
-#  Copyright 1999-2005 The Apache Software Foundation
-#
-#  Licensed under the Apache License, Version 2.0 (the "License");
-#  you may not use this file except in compliance with the License.
-#  You may obtain a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing, software
-#  distributed under the License is distributed on an "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#  See the License for the specific language governing permissions and
-#  limitations under the License.
-
-# ------------------------------------------------------------------------
-# Knopflerfish OSGI initialization file
-# This defines which packages to load at startup, options, etc.
-# ------------------------------------------------------------------------
-
-# load common properties
--xargs props.xargs
-
-# Prefix for searching for bundle URLs from console or command line
--Dorg.knopflerfish.gosg.jars=file:.
-
--init
-
-# A minimal set of bundles to get the framework running and a tty console to interact with it
-
-## Basic KF bundles
--initlevel 1
--install lib/core/knopflerfish-log_all-1.0.0.jar
--install lib/core/knopflerfish-cm_api-1.0.0.jar
--install lib/core/knopflerfish-console_all-1.0.0.jar
-
-## Some library bundles
--initlevel 2
--install build/osgi/org.apache.cocoon_1.0.0.jar
--install build/osgi/org.apache.cocoon.template_1.0.0.jar
-
-## HTTP Service
--initlevel 4
--install lib/core/knopflerfish-http_all-1.1.0.jar
-
-## console command bundles
--initlevel 5
--install lib/core/knopflerfish-frameworkcommands-1.0.0.jar
--install lib/core/knopflerfish-logcommands-1.0.0.jar
--install lib/core/knopflerfish-consoletty-1.0.0.jar
-
--initlevel 7
--install build/osgi/org.apache.cocoon_webapp_1.0.0.jar
-
--initlevel 8
--install build/osgi/org.apache.cocoon_servlet_1.0.0.jar
-
--startlevel 9
-
--launch
-
-# Start of these bundles are delayed since thise makes start
-# order dependencies much easier
-
--start lib/core/knopflerfish-log_all-1.0.0.jar
--start lib/core/knopflerfish-cm_api-1.0.0.jar
--start lib/core/knopflerfish-console_all-1.0.0.jar
--start lib/core/knopflerfish-consoletty-1.0.0.jar
--start lib/core/knopflerfish-frameworkcommands-1.0.0.jar
--start lib/core/knopflerfish-logcommands-1.0.0.jar
--start lib/core/knopflerfish-http_all-1.1.0.jar
--start build/osgi/org.apache.cocoon_servlet_1.0.0.jar
+#  Copyright 1999-2005 The Apache Software Foundation
+#
+#  Licensed under the Apache License, Version 2.0 (the "License");
+#  you may not use this file except in compliance with the License.
+#  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+
+# ------------------------------------------------------------------------
+# Knopflerfish OSGI initialization file
+# This defines which packages to load at startup, options, etc.
+# ------------------------------------------------------------------------
+
+# load common properties
+-xargs props.xargs
+
+# Prefix for searching for bundle URLs from console or command line
+-Dorg.knopflerfish.gosg.jars=file:.
+
+-init
+
+# A minimal set of bundles to get the framework running and a tty console to interact with it
+
+## Basic KF bundles
+-initlevel 1
+-install lib/core/knopflerfish-log_all-1.0.0.jar
+-install lib/core/knopflerfish-cm_api-1.0.0.jar
+-install lib/core/knopflerfish-console_all-1.0.0.jar
+
+## Some library bundles
+-initlevel 2
+-install build/osgi/org.apache.cocoon_1.0.0.jar
+-install build/osgi/org.apache.cocoon.template_1.0.0.jar
+
+## HTTP Service
+-initlevel 4
+-install lib/core/knopflerfish-http_all-1.1.0.jar
+
+## console command bundles
+-initlevel 5
+-install lib/core/knopflerfish-frameworkcommands-1.0.0.jar
+-install lib/core/knopflerfish-logcommands-1.0.0.jar
+-install lib/core/knopflerfish-consoletty-1.0.0.jar
+
+-initlevel 7
+-install build/osgi/org.apache.cocoon_webapp_1.0.0.jar
+
+-initlevel 8
+-install build/osgi/org.apache.cocoon_servlet_1.0.0.jar
+
+-startlevel 9
+
+-launch
+
+# Start of these bundles are delayed since thise makes start
+# order dependencies much easier
+
+-start lib/core/knopflerfish-log_all-1.0.0.jar
+-start lib/core/knopflerfish-cm_api-1.0.0.jar
+-start lib/core/knopflerfish-console_all-1.0.0.jar
+-start lib/core/knopflerfish-consoletty-1.0.0.jar
+-start lib/core/knopflerfish-frameworkcommands-1.0.0.jar
+-start lib/core/knopflerfish-logcommands-1.0.0.jar
+-start lib/core/knopflerfish-http_all-1.1.0.jar
+-start build/osgi/org.apache.cocoon_servlet_1.0.0.jar

Propchange: cocoon/trunk/init.xargs
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/trunk/init.xargs
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: cocoon/trunk/props.xargs
URL: http://svn.apache.org/viewcvs/cocoon/trunk/props.xargs?rev=292182&r1=292181&r2=292182&view=diff
==============================================================================
--- cocoon/trunk/props.xargs (original)
+++ cocoon/trunk/props.xargs Wed Sep 28 07:06:25 2005
@@ -1,62 +1,62 @@
-#  Copyright 1999-2005 The Apache Software Foundation
-#
-#  Licensed under the Apache License, Version 2.0 (the "License");
-#  you may not use this file except in compliance with the License.
-#  You may obtain a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing, software
-#  distributed under the License is distributed on an "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#  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
--Dorg.osgi.provisioning.spid=knopflerfish
-
-# Initial startup verbosity, 0 is low verbosity
--Dorg.knopflerfish.verbosity=0
-
-
-# URL to bundle repository
--Doscar.repository.url=http://www.knopflerfish.org/repo/repository.xml
-
-# Various debug flags
--Dorg.knopflerfish.framework.debug.packages=false
--Dorg.knopflerfish.framework.debug.errors=true
--Dorg.knopflerfish.framework.debug.classloader=false
--Dorg.knopflerfish.framework.debug.startlevel=false
--Dorg.knopflerfish.framework.debug.ldap=false
-
-# Comma-separated list of packges exported by system classloader
--Dorg.osgi.framework.system.packages=
-
-# Flag for publicly exporting the bundle: special URL handler, might be a security risk
--Dorg.knopflerfish.osgi.registerbundleurlhandler=true
-
-# Web server properties
--Dorg.knopflerfish.http.dnslookup=false
--Dorg.osgi.service.http.port=8080
-
--Dorg.knopflerfish.startlevel.use=true
-
-# Log service properties
--Dorg.knopflerfish.log.out=false
--Dorg.knopflerfish.log.level=info
--Dorg.knopflerfish.log.grabio=true
--Dorg.knopflerfish.log.file=true
-
-#consoletelnet properties
--Dorg.knopflerfish.consoletelnet.user=admin
--Dorg.knopflerfish.consoletelnet.pwd=admin
--Dorg.knopflerfish.consoletelnet.port=23
-
-
-
+#  Copyright 1999-2005 The Apache Software Foundation
+#
+#  Licensed under the Apache License, Version 2.0 (the "License");
+#  you may not use this file except in compliance with the License.
+#  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  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
+-Dorg.osgi.provisioning.spid=knopflerfish
+
+# Initial startup verbosity, 0 is low verbosity
+-Dorg.knopflerfish.verbosity=0
+
+
+# URL to bundle repository
+-Doscar.repository.url=http://www.knopflerfish.org/repo/repository.xml
+
+# Various debug flags
+-Dorg.knopflerfish.framework.debug.packages=false
+-Dorg.knopflerfish.framework.debug.errors=true
+-Dorg.knopflerfish.framework.debug.classloader=false
+-Dorg.knopflerfish.framework.debug.startlevel=false
+-Dorg.knopflerfish.framework.debug.ldap=false
+
+# Comma-separated list of packges exported by system classloader
+-Dorg.osgi.framework.system.packages=
+
+# Flag for publicly exporting the bundle: special URL handler, might be a security risk
+-Dorg.knopflerfish.osgi.registerbundleurlhandler=true
+
+# Web server properties
+-Dorg.knopflerfish.http.dnslookup=false
+-Dorg.osgi.service.http.port=8080
+
+-Dorg.knopflerfish.startlevel.use=true
+
+# Log service properties
+-Dorg.knopflerfish.log.out=false
+-Dorg.knopflerfish.log.level=info
+-Dorg.knopflerfish.log.grabio=true
+-Dorg.knopflerfish.log.file=true
+
+#consoletelnet properties
+-Dorg.knopflerfish.consoletelnet.user=admin
+-Dorg.knopflerfish.consoletelnet.pwd=admin
+-Dorg.knopflerfish.consoletelnet.port=23
+
+
+

Propchange: cocoon/trunk/props.xargs
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/trunk/props.xargs
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: cocoon/trunk/restart.xargs
URL: http://svn.apache.org/viewcvs/cocoon/trunk/restart.xargs?rev=292182&r1=292181&r2=292182&view=diff
==============================================================================
--- cocoon/trunk/restart.xargs (original)
+++ cocoon/trunk/restart.xargs Wed Sep 28 07:06:25 2005
@@ -1,23 +1,23 @@
-#  Copyright 1999-2005 The Apache Software Foundation
-#
-#  Licensed under the Apache License, Version 2.0 (the "License");
-#  you may not use this file except in compliance with the License.
-#  You may obtain a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing, software
-#  distributed under the License is distributed on an "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#  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
-
--launch 0
+#  Copyright 1999-2005 The Apache Software Foundation
+#
+#  Licensed under the Apache License, Version 2.0 (the "License");
+#  you may not use this file except in compliance with the License.
+#  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  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
+
+-launch 0

Propchange: cocoon/trunk/restart.xargs
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/trunk/restart.xargs
------------------------------------------------------------------------------
    svn:keywords = Id