This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new 79b0189d70 Delete blueprint.xml (#201)
79b0189d70 is described below

commit 79b0189d702654ee215c70ef9e5a74a81238165b
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Feb 16 14:35:05 2023 +0100

    Delete blueprint.xml (#201)
---
 osgi/src/test/scala/docs/osgi/blueprint.xml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/osgi/src/test/scala/docs/osgi/blueprint.xml 
b/osgi/src/test/scala/docs/osgi/blueprint.xml
deleted file mode 100644
index 8fcedb990c..0000000000
--- a/osgi/src/test/scala/docs/osgi/blueprint.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0";
-           xmlns:akka="http://akka.io/xmlns/blueprint/v1.0.0";>
-
-    <akka:actor-system name="BlueprintSystem" />
-
-    <akka:actor-system name="BlueprintSystemWithConfig">
-        <akka:config>
-            some.config {
-              key=value
-            }
-        </akka:config>
-    </akka:actor-system>
-</blueprint>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to