You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2017/04/18 12:55:23 UTC

[31/50] aries-jpa git commit: Add line break

Add line break

git-svn-id: https://svn.apache.org/repos/asf/aries/trunk/jpa@1784295 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/aries-jpa/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-jpa/commit/7fc8799a
Tree: http://git-wip-us.apache.org/repos/asf/aries-jpa/tree/7fc8799a
Diff: http://git-wip-us.apache.org/repos/asf/aries-jpa/diff/7fc8799a

Branch: refs/heads/master
Commit: 7fc8799a68ec899781d2899172d0fa8a78d42398
Parents: d098b5c
Author: cschneider <cs...@13f79535-47bb-0310-9956-ffa450edef68>
Authored: Fri Feb 24 16:40:09 2017 +0000
Committer: cschneider <cs...@13f79535-47bb-0310-9956-ffa450edef68>
Committed: Fri Feb 24 16:40:09 2017 +0000

----------------------------------------------------------------------
 jpa-container/osgi.bnd | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/7fc8799a/jpa-container/osgi.bnd
----------------------------------------------------------------------
diff --git a/jpa-container/osgi.bnd b/jpa-container/osgi.bnd
index 859022c..72a9139 100644
--- a/jpa-container/osgi.bnd
+++ b/jpa-container/osgi.bnd
@@ -7,4 +7,5 @@ Provide-Capability: \
     osgi.extender;osgi.extender=aries.jpa;version:Version="${project.version.clean}",\
     osgi.service;objectClass=javax.persistence.EntityManagerFactory;effective:=active;uses:=javax.persistence,\
     osgi.service;objectClass=org.osgi.service.jpa.EntityManagerFactoryBuilder;effective:=active";uses:=org.osgi.service.jpa
-Require-Capability: osgi.service;effective:=active;filter:="(objectClass=javax.persistence.spi.PersistenceProvider)"
+Require-Capability: \
+    osgi.service;effective:=active;filter:="(objectClass=javax.persistence.spi.PersistenceProvider)"