You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by fa...@apache.org on 2023/02/16 13:35:12 UTC

[incubator-pekko] branch main updated: Delete blueprint.xml (#201)

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 <pj...@users.noreply.github.com>
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: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org