You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ma...@apache.org on 2010/03/19 18:04:43 UTC

svn commit: r925333 - /incubator/ace/trunk/ace-webui/osgi.bnd

Author: marrs
Date: Fri Mar 19 17:04:43 2010
New Revision: 925333

URL: http://svn.apache.org/viewvc?rev=925333&view=rev
Log:
Updated the OSGi metadata.

Modified:
    incubator/ace/trunk/ace-webui/osgi.bnd

Modified: incubator/ace/trunk/ace-webui/osgi.bnd
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui/osgi.bnd?rev=925333&r1=925332&r2=925333&view=diff
==============================================================================
--- incubator/ace/trunk/ace-webui/osgi.bnd (original)
+++ incubator/ace/trunk/ace-webui/osgi.bnd Fri Mar 19 17:04:43 2010
@@ -1,8 +1,31 @@
-Bundle-Version>:\
+Bundle-Version>: \
   ${pom.version}
 
-Bundle-SymbolicName:\
+Bundle-SymbolicName: \
   ${bundle.symbolicName}
 
 Bundle-Name: Apache ACE - Client Web UI
+
 Bundle-Activator: org.apache.ace.server.Activator
+
+Import-Package: \
+  org.apache.ace.log, \
+  org.apache.ace.client.repository, \
+  org.apache.ace.client.repository.object, \
+  org.apache.ace.client.repository.repository, \
+  org.apache.ace.client.repository.stateful, \
+  org.apache.ace.client.repository.helper, \
+  org.apache.ace.client.repository.helper.bundle, \
+  org.xml.sax, \
+  javax.xml.parsers, \
+  junit.framework;resolution:=optional, \
+  com.google.gwt.benchmarks;resolution:=optional, \
+  com.allen_sauer.gwt.dnd.client;resolution:=optional, \
+  com.allen_sauer.gwt.dnd.client.drop;resolution:=optional, *
+
+Dynamic-ImportPackage: *
+
+Bundle-ClassPath: WEB-INF/classes, WEB-INF/lib/gwt-servlet.jar
+
+Webapp-Context: webui
+