You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by bd...@apache.org on 2011/03/04 17:38:03 UTC

svn commit: r1078044 - in /incubator/stanbol/trunk: enhancer/launchers/full/src/main/bundles/ enhancer/launchers/full/src/main/resources/ enhancer/launchers/full/src/main/resources/resources/ enhancer/launchers/full/src/main/resources/resources/config/...

Author: bdelacretaz
Date: Fri Mar  4 16:38:03 2011
New Revision: 1078044

URL: http://svn.apache.org/viewvc?rev=1078044&view=rev
Log:
STANBOL-110 - example default config added to enhancer full launcher

Added:
    incubator/stanbol/trunk/enhancer/launchers/full/src/main/resources/
    incubator/stanbol/trunk/enhancer/launchers/full/src/main/resources/resources/
    incubator/stanbol/trunk/enhancer/launchers/full/src/main/resources/resources/config/
    incubator/stanbol/trunk/enhancer/launchers/full/src/main/resources/resources/config/org.apache.stanbol.examples.ExampleBootstrapConfig.cfg
Modified:
    incubator/stanbol/trunk/enhancer/launchers/full/src/main/bundles/list.xml
    incubator/stanbol/trunk/parent/pom.xml

Modified: incubator/stanbol/trunk/enhancer/launchers/full/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/launchers/full/src/main/bundles/list.xml?rev=1078044&r1=1078043&r2=1078044&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/launchers/full/src/main/bundles/list.xml (original)
+++ incubator/stanbol/trunk/enhancer/launchers/full/src/main/bundles/list.xml Fri Mar  4 16:38:03 2011
@@ -37,6 +37,7 @@
 			<version>1.0.4</version>
 		</bundle>
 	</startLevel>
+    
 	<!-- HTTP service -->
 	<startLevel level="5">
 		<bundle>
@@ -65,6 +66,25 @@
 			<version>1.0.2</version>
 		</bundle>
 	</startLevel>
+    
+    <!-- Sling utility bundles -->
+    <startLevel level="10">
+        <bundle>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.launchpad.installer</artifactId>
+            <version>1.0.0</version>
+        </bundle>
+        <bundle>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.launchpad.api</artifactId>
+            <version>1.0.0</version>
+        </bundle>
+        <bundle>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.installer.core</artifactId>
+            <version>3.1.2</version>
+        </bundle>
+    </startLevel>
 
 	<!-- General-purpose libraries -->
 	<startLevel level="10">

Added: incubator/stanbol/trunk/enhancer/launchers/full/src/main/resources/resources/config/org.apache.stanbol.examples.ExampleBootstrapConfig.cfg
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/launchers/full/src/main/resources/resources/config/org.apache.stanbol.examples.ExampleBootstrapConfig.cfg?rev=1078044&view=auto
==============================================================================
--- incubator/stanbol/trunk/enhancer/launchers/full/src/main/resources/resources/config/org.apache.stanbol.examples.ExampleBootstrapConfig.cfg (added)
+++ incubator/stanbol/trunk/enhancer/launchers/full/src/main/resources/resources/config/org.apache.stanbol.examples.ExampleBootstrapConfig.cfg Fri Mar  4 16:38:03 2011
@@ -0,0 +1,15 @@
+# Example default OSGi config that's loaded
+# at startup if Sling's org.apache.sling.launchpad.installer
+# bundle is active.
+#
+# The filename defines the config PID.
+
+# Factory configs should be named like foo.bar-X.cfg 
+# whereo.foo.bar is the factory PID and X a unique value
+# for that PID. The actual config PID is then automatically 
+# generated PID, and the value of X is stored as an alias 
+# property in the configuration.
+
+message=This test config should be loaded at startup
+
+anotherValue = This is AnotherValue.
\ No newline at end of file

Modified: incubator/stanbol/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/parent/pom.xml?rev=1078044&r1=1078043&r2=1078044&view=diff
==============================================================================
--- incubator/stanbol/trunk/parent/pom.xml (original)
+++ incubator/stanbol/trunk/parent/pom.xml Fri Mar  4 16:38:03 2011
@@ -693,7 +693,7 @@
       <dependency>
         <groupId>org.apache.sling</groupId>
         <artifactId>org.apache.sling.launchpad.base</artifactId>
-        <version>2.2.0</version>
+        <version>2.3.0</version>
         <classifier>app</classifier>
         <scope>provided</scope>
       </dependency>