You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2011/03/27 13:19:51 UTC

svn commit: r1085913 - /incubator/clerezza/trunk/parent/platform.typerendering.gui/pom.xml

Author: reto
Date: Sun Mar 27 11:19:51 2011
New Revision: 1085913

URL: http://svn.apache.org/viewvc?rev=1085913&view=rev
Log:
CLEREZZA-460: minimalistic implementation of renderlet-manager gui

Modified:
    incubator/clerezza/trunk/parent/platform.typerendering.gui/pom.xml

Modified: incubator/clerezza/trunk/parent/platform.typerendering.gui/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.typerendering.gui/pom.xml?rev=1085913&r1=1085912&r2=1085913&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.typerendering.gui/pom.xml (original)
+++ incubator/clerezza/trunk/parent/platform.typerendering.gui/pom.xml Sun Mar 27 11:19:51 2011
@@ -60,8 +60,8 @@
 				<artifactId>maven-bundle-plugin</artifactId>
 				<configuration>
 					<instructions>
-						<Bundle-activator>skeleton.Activator</Bundle-activator>
-						<Export-Package>skeleton</Export-Package>
+						<Bundle-activator>org.apache.clerezza.platform.typerendering.gui.Activator</Bundle-activator>
+						<Export-Package>org.apache.clerezza.platform.typerendering.gui</Export-Package>
 						<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
 					</instructions>
 				</configuration>