You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by gg...@apache.org on 2017/01/06 15:38:55 UTC

svn commit: r1777630 - /aries/trunk/jpa/examples/tasklist-model/osgi.bnd

Author: ggerla
Date: Fri Jan  6 15:38:55 2017
New Revision: 1777630

URL: http://svn.apache.org/viewvc?rev=1777630&view=rev
Log:
Removed import package not needed

Modified:
    aries/trunk/jpa/examples/tasklist-model/osgi.bnd

Modified: aries/trunk/jpa/examples/tasklist-model/osgi.bnd
URL: http://svn.apache.org/viewvc/aries/trunk/jpa/examples/tasklist-model/osgi.bnd?rev=1777630&r1=1777629&r2=1777630&view=diff
==============================================================================
--- aries/trunk/jpa/examples/tasklist-model/osgi.bnd (original)
+++ aries/trunk/jpa/examples/tasklist-model/osgi.bnd Fri Jan  6 15:38:55 2017
@@ -1,6 +1,2 @@
 Meta-Persistence: \
     META-INF/persistence.xml
-Import-Package: \
-    org.hibernate.proxy, \
-    javassist.util.proxy, \
-    *