You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2015/03/31 11:54:07 UTC

svn commit: r1670295 - in /directory/studio/trunk/plugins/templateeditor: pom-first.xml pom.xml

Author: elecharny
Date: Tue Mar 31 09:54:07 2015
New Revision: 1670295

URL: http://svn.apache.org/r1670295
Log:
Fixed the plugin name

Modified:
    directory/studio/trunk/plugins/templateeditor/pom-first.xml
    directory/studio/trunk/plugins/templateeditor/pom.xml

Modified: directory/studio/trunk/plugins/templateeditor/pom-first.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/templateeditor/pom-first.xml?rev=1670295&r1=1670294&r2=1670295&view=diff
==============================================================================
--- directory/studio/trunk/plugins/templateeditor/pom-first.xml (original)
+++ directory/studio/trunk/plugins/templateeditor/pom-first.xml Tue Mar 31 09:54:07 2015
@@ -27,7 +27,7 @@
     <relativePath>../pom-first.xml</relativePath>
   </parent>
 
-  <artifactId>templateeditor</artifactId>
+  <artifactId>org.apache.directory.studio.templateeditor</artifactId>
   <name>Apache Directory Studio Template Editor</name>
   <packaging>bundle</packaging>
   <description />
@@ -46,7 +46,17 @@
             <Bundle-Localization>plugin</Bundle-Localization>
             <Eclipse-LazyStart>true</Eclipse-LazyStart>
             <Bundle-Activator>org.apache.directory.studio.templateeditor.EntryTemplatePlugin</Bundle-Activator>
-            <Export-Package>org.apache.directory.studio.templateeditor</Export-Package>
+            <Export-Package>org.apache.directory.studio.templateeditor,
+              org.apache.directory.studio.templateeditor.actions,
+              org.apache.directory.studio.templateeditor.editor,
+              org.apache.directory.studio.templateeditor.editor.widgets,
+              org.apache.directory.studio.templateeditor.model,
+              org.apache.directory.studio.templateeditor.model.parser,
+              org.apache.directory.studio.templateeditor.model.widgets,
+              org.apache.directory.studio.templateeditor.view,
+              org.apache.directory.studio.templateeditor.view.preferences,
+              org.apache.directory.studio.templateeditor.view.wizards
+            </Export-Package>
             <Require-Bundle>
               org.eclipse.core.runtime,
               org.eclipse.ui,

Modified: directory/studio/trunk/plugins/templateeditor/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/templateeditor/pom.xml?rev=1670295&r1=1670294&r2=1670295&view=diff
==============================================================================
--- directory/studio/trunk/plugins/templateeditor/pom.xml (original)
+++ directory/studio/trunk/plugins/templateeditor/pom.xml Tue Mar 31 09:54:07 2015
@@ -27,7 +27,7 @@
     <relativePath>../</relativePath>
   </parent>
 
-  <artifactId>templateeditor</artifactId>
+  <artifactId>org.apache.directory.studio.templateeditor</artifactId>
   <name>Apache Directory Studio Template Editor</name>
   <packaging>eclipse-plugin</packaging>
   <description />