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/18 23:01:46 UTC

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

Author: marrs
Date: Thu Mar 18 22:01:45 2010
New Revision: 925016

URL: http://svn.apache.org/viewvc?rev=925016&view=rev
Log:
An attempt to create a bnd file for the war. Does not work yet.

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=925016&r1=925015&r2=925016&view=diff
==============================================================================
--- incubator/ace/trunk/ace-webui/osgi.bnd (original)
+++ incubator/ace/trunk/ace-webui/osgi.bnd Thu Mar 18 22:01:45 2010
@@ -4,8 +4,9 @@ Bundle-Version>:\
 Bundle-SymbolicName:\
   ${bundle.symbolicName}
 
-Import-Package:
-
-Export-Package:\
-  ${bundle.namespace}; version="${pom.version}"
-
+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-Name: Apache ACE - Client Web UI
+Bundle-Activator: org.apache.ace.server.Activator
+Bundle-ClassPath: WEB-INF/classes, WEB-INF/lib/gwt-servlet.jar
+Webapp-Context: webui