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:16 UTC

[24/50] aries-jpa git commit: Removed import package not needed

Removed import package not needed

git-svn-id: https://svn.apache.org/repos/asf/aries/trunk/jpa@1777630 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/f45654f6
Tree: http://git-wip-us.apache.org/repos/asf/aries-jpa/tree/f45654f6
Diff: http://git-wip-us.apache.org/repos/asf/aries-jpa/diff/f45654f6

Branch: refs/heads/master
Commit: f45654f60255860bd2be4c37188c5fb613862137
Parents: d992a02
Author: ggerla <gg...@13f79535-47bb-0310-9956-ffa450edef68>
Authored: Fri Jan 6 15:38:55 2017 +0000
Committer: ggerla <gg...@13f79535-47bb-0310-9956-ffa450edef68>
Committed: Fri Jan 6 15:38:55 2017 +0000

----------------------------------------------------------------------
 examples/tasklist-model/osgi.bnd | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/f45654f6/examples/tasklist-model/osgi.bnd
----------------------------------------------------------------------
diff --git a/examples/tasklist-model/osgi.bnd b/examples/tasklist-model/osgi.bnd
index dbeb3e8..e898aef 100644
--- a/examples/tasklist-model/osgi.bnd
+++ b/examples/tasklist-model/osgi.bnd
@@ -1,6 +1,2 @@
 Meta-Persistence: \
     META-INF/persistence.xml
-Import-Package: \
-    org.hibernate.proxy, \
-    javassist.util.proxy, \
-    *