You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2015/03/25 21:48:40 UTC

svn commit: r1669220 - in /directory/studio/trunk: helps/ helps/apacheds.configuration.help/ helps/apacheds.help/ helps/ldapbrowser.help/ helps/ldifeditor.help/ helps/rcp.help/ helps/schemaeditor.help/ plugins/ plugins/aciitemeditor/ plugins/apacheds.c...

Author: seelmann
Date: Wed Mar 25 20:48:40 2015
New Revision: 1669220

URL: http://svn.apache.org/r1669220
Log:
Change pom-first artifact names, remove 'Manifest Generation' as this name becomes the bundle name

Modified:
    directory/studio/trunk/helps/apacheds.configuration.help/pom-first.xml
    directory/studio/trunk/helps/apacheds.help/pom-first.xml
    directory/studio/trunk/helps/ldapbrowser.help/pom-first.xml
    directory/studio/trunk/helps/ldifeditor.help/pom-first.xml
    directory/studio/trunk/helps/pom-first.xml
    directory/studio/trunk/helps/rcp.help/pom-first.xml
    directory/studio/trunk/helps/schemaeditor.help/pom-first.xml
    directory/studio/trunk/plugins/aciitemeditor/pom-first.xml
    directory/studio/trunk/plugins/apacheds.configuration.v2/pom-first.xml
    directory/studio/trunk/plugins/common.core/pom-first.xml
    directory/studio/trunk/plugins/common.ui/pom-first.xml
    directory/studio/trunk/plugins/connection.core/pom-first.xml
    directory/studio/trunk/plugins/connection.ui/pom-first.xml
    directory/studio/trunk/plugins/ldapbrowser.common/pom-first.xml
    directory/studio/trunk/plugins/ldapbrowser.core/pom-first.xml
    directory/studio/trunk/plugins/ldapbrowser.ui/pom-first.xml
    directory/studio/trunk/plugins/ldapservers.apacheds.v200/pom-first.xml
    directory/studio/trunk/plugins/ldapservers/pom-first.xml
    directory/studio/trunk/plugins/ldifeditor/pom-first.xml
    directory/studio/trunk/plugins/ldifparser/pom-first.xml
    directory/studio/trunk/plugins/openldap.common.ui/pom-first.xml
    directory/studio/trunk/plugins/openldap.config.editor/pom-first.xml
    directory/studio/trunk/plugins/pom-first.xml
    directory/studio/trunk/plugins/rcp/pom-first.xml
    directory/studio/trunk/plugins/schemaeditor/pom-first.xml
    directory/studio/trunk/plugins/valueeditors/pom-first.xml

Modified: directory/studio/trunk/helps/apacheds.configuration.help/pom-first.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/helps/apacheds.configuration.help/pom-first.xml?rev=1669220&r1=1669219&r2=1669220&view=diff
==============================================================================
--- directory/studio/trunk/helps/apacheds.configuration.help/pom-first.xml (original)
+++ directory/studio/trunk/helps/apacheds.configuration.help/pom-first.xml Wed Mar 25 20:48:40 2015
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>org.apache.directory.studio.apacheds.configuration.help</artifactId>
-  <name>Apache Directory Studio Apache DS Configuration Help Manifest Generation</name>
+  <name>Apache Directory Studio Apache DS Configuration Help</name>
   <description/>
   <packaging>bundle</packaging>
 

Modified: directory/studio/trunk/helps/apacheds.help/pom-first.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/helps/apacheds.help/pom-first.xml?rev=1669220&r1=1669219&r2=1669220&view=diff
==============================================================================
--- directory/studio/trunk/helps/apacheds.help/pom-first.xml (original)
+++ directory/studio/trunk/helps/apacheds.help/pom-first.xml Wed Mar 25 20:48:40 2015
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>org.apache.directory.studio.apacheds.help</artifactId>
-  <name>Apache Directory Studio Apache DS Help Manifest Generation</name>
+  <name>Apache Directory Studio Apache DS Help</name>
   <description/>
   <packaging>bundle</packaging>
 

Modified: directory/studio/trunk/helps/ldapbrowser.help/pom-first.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/helps/ldapbrowser.help/pom-first.xml?rev=1669220&r1=1669219&r2=1669220&view=diff
==============================================================================
--- directory/studio/trunk/helps/ldapbrowser.help/pom-first.xml (original)
+++ directory/studio/trunk/helps/ldapbrowser.help/pom-first.xml Wed Mar 25 20:48:40 2015
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>org.apache.directory.studio.ldapbrowser.help</artifactId>
-  <name>Apache Directory Studio LDAP Browser Help Manifest Generation</name>
+  <name>Apache Directory Studio LDAP Browser Help</name>
   <description/>
   <packaging>bundle</packaging>
 

Modified: directory/studio/trunk/helps/ldifeditor.help/pom-first.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/helps/ldifeditor.help/pom-first.xml?rev=1669220&r1=1669219&r2=1669220&view=diff
==============================================================================
--- directory/studio/trunk/helps/ldifeditor.help/pom-first.xml (original)
+++ directory/studio/trunk/helps/ldifeditor.help/pom-first.xml Wed Mar 25 20:48:40 2015
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>org.apache.directory.studio.ldifeditor.help</artifactId>
-  <name>Apache Directory Studio LDIF Editor Help Manifest Generation</name>
+  <name>Apache Directory Studio LDIF Editor Help</name>
   <description/>
   <packaging>bundle</packaging>
 

Modified: directory/studio/trunk/helps/pom-first.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/helps/pom-first.xml?rev=1669220&r1=1669219&r2=1669220&view=diff
==============================================================================
--- directory/studio/trunk/helps/pom-first.xml (original)
+++ directory/studio/trunk/helps/pom-first.xml Wed Mar 25 20:48:40 2015
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>parent-helps</artifactId>
-  <name>Apache Directory Studio Help Plugins Parent Manifest Generation</name>
+  <name>Apache Directory Studio Help Plugins Parent</name>
   <version>2.0.0.qualifier</version>
   <packaging>pom</packaging>
 

Modified: directory/studio/trunk/helps/rcp.help/pom-first.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/helps/rcp.help/pom-first.xml?rev=1669220&r1=1669219&r2=1669220&view=diff
==============================================================================
--- directory/studio/trunk/helps/rcp.help/pom-first.xml (original)
+++ directory/studio/trunk/helps/rcp.help/pom-first.xml Wed Mar 25 20:48:40 2015
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>org.apache.directory.studio.rcp.help</artifactId>
-  <name>Apache Directory Studio RCP Help Manifest Generation</name>
+  <name>Apache Directory Studio RCP Help</name>
   <description/>
   <packaging>bundle</packaging>
 

Modified: directory/studio/trunk/helps/schemaeditor.help/pom-first.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/helps/schemaeditor.help/pom-first.xml?rev=1669220&r1=1669219&r2=1669220&view=diff
==============================================================================
--- directory/studio/trunk/helps/schemaeditor.help/pom-first.xml (original)
+++ directory/studio/trunk/helps/schemaeditor.help/pom-first.xml Wed Mar 25 20:48:40 2015
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>org.apache.directory.studio.schemaeditor.help</artifactId>
-  <name>Apache Directory Studio Schema Editor Help Manifest Generation</name>
+  <name>Apache Directory Studio Schema Editor Help</name>
   <description/>
   <packaging>bundle</packaging>
 

Modified: directory/studio/trunk/plugins/aciitemeditor/pom-first.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/aciitemeditor/pom-first.xml?rev=1669220&r1=1669219&r2=1669220&view=diff
==============================================================================
--- directory/studio/trunk/plugins/aciitemeditor/pom-first.xml (original)
+++ directory/studio/trunk/plugins/aciitemeditor/pom-first.xml Wed Mar 25 20:48:40 2015
@@ -27,7 +27,7 @@
     <relativePath>../pom-first.xml</relativePath>
   </parent>
 
-  <name>Apache Directory Studio ACI Item Editor Manifest Generation</name>
+  <name>Apache Directory Studio ACI Item Editor</name>
   <artifactId>org.apache.directory.studio.aciitemeditor</artifactId>
   <description/>
   <packaging>bundle</packaging>

Modified: directory/studio/trunk/plugins/apacheds.configuration.v2/pom-first.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/apacheds.configuration.v2/pom-first.xml?rev=1669220&r1=1669219&r2=1669220&view=diff
==============================================================================
--- directory/studio/trunk/plugins/apacheds.configuration.v2/pom-first.xml (original)
+++ directory/studio/trunk/plugins/apacheds.configuration.v2/pom-first.xml Wed Mar 25 20:48:40 2015
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>org.apache.directory.studio.apacheds.configuration.v2</artifactId>
-  <name>Apache Directory Studio ApacheDS 2.0 Configuration Manifest Generation</name>
+  <name>Apache Directory Studio ApacheDS 2.0 Configuration</name>
   <description/>
   <packaging>bundle</packaging>
 

Modified: directory/studio/trunk/plugins/common.core/pom-first.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/common.core/pom-first.xml?rev=1669220&r1=1669219&r2=1669220&view=diff
==============================================================================
--- directory/studio/trunk/plugins/common.core/pom-first.xml (original)
+++ directory/studio/trunk/plugins/common.core/pom-first.xml Wed Mar 25 20:48:40 2015
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>org.apache.directory.studio.common.core</artifactId>
-  <name>Apache Directory Studio Common Core Manifest Generation</name>
+  <name>Apache Directory Studio Common Core</name>
   <description/>
   <packaging>bundle</packaging>
 

Modified: directory/studio/trunk/plugins/common.ui/pom-first.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/common.ui/pom-first.xml?rev=1669220&r1=1669219&r2=1669220&view=diff
==============================================================================
--- directory/studio/trunk/plugins/common.ui/pom-first.xml (original)
+++ directory/studio/trunk/plugins/common.ui/pom-first.xml Wed Mar 25 20:48:40 2015
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>org.apache.directory.studio.common.ui</artifactId>
-  <name>Apache Directory Studio Common UI Manifest Generation</name>
+  <name>Apache Directory Studio Common UI</name>
   <description/>
   <packaging>bundle</packaging>
 

Modified: directory/studio/trunk/plugins/connection.core/pom-first.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/connection.core/pom-first.xml?rev=1669220&r1=1669219&r2=1669220&view=diff
==============================================================================
--- directory/studio/trunk/plugins/connection.core/pom-first.xml (original)
+++ directory/studio/trunk/plugins/connection.core/pom-first.xml Wed Mar 25 20:48:40 2015
@@ -27,7 +27,7 @@
     <relativePath>../pom-first.xml</relativePath>
   </parent>
 
-  <name>Apache Directory Studio Connection Core Manifest Generation</name>
+  <name>Apache Directory Studio Connection Core</name>
   <artifactId>org.apache.directory.studio.connection.core</artifactId>
   <packaging>bundle</packaging>
 

Modified: directory/studio/trunk/plugins/connection.ui/pom-first.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/connection.ui/pom-first.xml?rev=1669220&r1=1669219&r2=1669220&view=diff
==============================================================================
--- directory/studio/trunk/plugins/connection.ui/pom-first.xml (original)
+++ directory/studio/trunk/plugins/connection.ui/pom-first.xml Wed Mar 25 20:48:40 2015
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>org.apache.directory.studio.connection.ui</artifactId>
-  <name>Apache Directory Studio Connection UI Manifest Generation</name>
+  <name>Apache Directory Studio Connection UI</name>
   <packaging>bundle</packaging>
 
   <build>

Modified: directory/studio/trunk/plugins/ldapbrowser.common/pom-first.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/ldapbrowser.common/pom-first.xml?rev=1669220&r1=1669219&r2=1669220&view=diff
==============================================================================
--- directory/studio/trunk/plugins/ldapbrowser.common/pom-first.xml (original)
+++ directory/studio/trunk/plugins/ldapbrowser.common/pom-first.xml Wed Mar 25 20:48:40 2015
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>org.apache.directory.studio.ldapbrowser.common</artifactId>
-  <name>Apache Directory Studio LDAP Browser Common Manifest Generation</name>
+  <name>Apache Directory Studio LDAP Browser Common</name>
   <description/>
   <packaging>bundle</packaging>
 

Modified: directory/studio/trunk/plugins/ldapbrowser.core/pom-first.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/ldapbrowser.core/pom-first.xml?rev=1669220&r1=1669219&r2=1669220&view=diff
==============================================================================
--- directory/studio/trunk/plugins/ldapbrowser.core/pom-first.xml (original)
+++ directory/studio/trunk/plugins/ldapbrowser.core/pom-first.xml Wed Mar 25 20:48:40 2015
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>org.apache.directory.studio.ldapbrowser.core</artifactId>
-  <name>Apache Directory Studio LDAP Browser Core Manifest Generation</name>
+  <name>Apache Directory Studio LDAP Browser Core</name>
   <description/>
   <packaging>bundle</packaging>
 

Modified: directory/studio/trunk/plugins/ldapbrowser.ui/pom-first.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/ldapbrowser.ui/pom-first.xml?rev=1669220&r1=1669219&r2=1669220&view=diff
==============================================================================
--- directory/studio/trunk/plugins/ldapbrowser.ui/pom-first.xml (original)
+++ directory/studio/trunk/plugins/ldapbrowser.ui/pom-first.xml Wed Mar 25 20:48:40 2015
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>org.apache.directory.studio.ldapbrowser.ui</artifactId>
-  <name>Apache Directory Studio LDAP Browser UI Manifest Generation</name>
+  <name>Apache Directory Studio LDAP Browser UI</name>
   <description/>
   <packaging>bundle</packaging>
 

Modified: directory/studio/trunk/plugins/ldapservers.apacheds.v200/pom-first.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/ldapservers.apacheds.v200/pom-first.xml?rev=1669220&r1=1669219&r2=1669220&view=diff
==============================================================================
--- directory/studio/trunk/plugins/ldapservers.apacheds.v200/pom-first.xml (original)
+++ directory/studio/trunk/plugins/ldapservers.apacheds.v200/pom-first.xml Wed Mar 25 20:48:40 2015
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>org.apache.directory.studio.ldapservers.apacheds.v200</artifactId>
-  <name>Apache Directory Studio ApacheDS 2.0.0 LDAP Server Adapter Manifest Generation</name>
+  <name>Apache Directory Studio ApacheDS 2.0.0 LDAP Server Adapter</name>
   <description/>
   <packaging>bundle</packaging>
 

Modified: directory/studio/trunk/plugins/ldapservers/pom-first.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/ldapservers/pom-first.xml?rev=1669220&r1=1669219&r2=1669220&view=diff
==============================================================================
--- directory/studio/trunk/plugins/ldapservers/pom-first.xml (original)
+++ directory/studio/trunk/plugins/ldapservers/pom-first.xml Wed Mar 25 20:48:40 2015
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>org.apache.directory.studio.ldapservers</artifactId>
-  <name>Apache Directory Studio LDAP Servers Manifest Generation</name>
+  <name>Apache Directory Studio LDAP Servers</name>
   <description/>
   <packaging>bundle</packaging>
 

Modified: directory/studio/trunk/plugins/ldifeditor/pom-first.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/ldifeditor/pom-first.xml?rev=1669220&r1=1669219&r2=1669220&view=diff
==============================================================================
--- directory/studio/trunk/plugins/ldifeditor/pom-first.xml (original)
+++ directory/studio/trunk/plugins/ldifeditor/pom-first.xml Wed Mar 25 20:48:40 2015
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>org.apache.directory.studio.ldifeditor</artifactId>
-  <name>Apache Directory Studio LDIF Editor Manifest Generation</name>
+  <name>Apache Directory Studio LDIF Editor</name>
   <description/>
   <packaging>bundle</packaging>
 

Modified: directory/studio/trunk/plugins/ldifparser/pom-first.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/ldifparser/pom-first.xml?rev=1669220&r1=1669219&r2=1669220&view=diff
==============================================================================
--- directory/studio/trunk/plugins/ldifparser/pom-first.xml (original)
+++ directory/studio/trunk/plugins/ldifparser/pom-first.xml Wed Mar 25 20:48:40 2015
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>org.apache.directory.studio.ldifparser</artifactId>
-  <name>Apache Directory Studio LDIF Parser Manifest Generation</name>
+  <name>Apache Directory Studio LDIF Parser</name>
   <description/>
   <packaging>bundle</packaging>
 

Modified: directory/studio/trunk/plugins/openldap.common.ui/pom-first.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/openldap.common.ui/pom-first.xml?rev=1669220&r1=1669219&r2=1669220&view=diff
==============================================================================
--- directory/studio/trunk/plugins/openldap.common.ui/pom-first.xml (original)
+++ directory/studio/trunk/plugins/openldap.common.ui/pom-first.xml Wed Mar 25 20:48:40 2015
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>org.apache.directory.studio.openldap.common.ui</artifactId>
-  <name>Apache Directory Studio OpenLDAP Common UI Manifest Generation</name>
+  <name>Apache Directory Studio OpenLDAP Common UI</name>
   <description/>
   <packaging>bundle</packaging>
 

Modified: directory/studio/trunk/plugins/openldap.config.editor/pom-first.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/openldap.config.editor/pom-first.xml?rev=1669220&r1=1669219&r2=1669220&view=diff
==============================================================================
--- directory/studio/trunk/plugins/openldap.config.editor/pom-first.xml (original)
+++ directory/studio/trunk/plugins/openldap.config.editor/pom-first.xml Wed Mar 25 20:48:40 2015
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>org.apache.directory.studio.openldap.config.editor</artifactId>
-  <name>Apache Directory Studio OpenLDAP Configuration Editor Manifest Generation</name>
+  <name>Apache Directory Studio OpenLDAP Configuration Editor</name>
   <description/>
   <packaging>bundle</packaging>
 

Modified: directory/studio/trunk/plugins/pom-first.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/pom-first.xml?rev=1669220&r1=1669219&r2=1669220&view=diff
==============================================================================
--- directory/studio/trunk/plugins/pom-first.xml (original)
+++ directory/studio/trunk/plugins/pom-first.xml Wed Mar 25 20:48:40 2015
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>parent-plugins</artifactId>
-  <name>Apache Directory Studio Plugins Parent Manifest Generation</name>
+  <name>Apache Directory Studio Plugins Parent</name>
   <version>2.0.0.qualifier</version>
   <packaging>pom</packaging>
 

Modified: directory/studio/trunk/plugins/rcp/pom-first.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/rcp/pom-first.xml?rev=1669220&r1=1669219&r2=1669220&view=diff
==============================================================================
--- directory/studio/trunk/plugins/rcp/pom-first.xml (original)
+++ directory/studio/trunk/plugins/rcp/pom-first.xml Wed Mar 25 20:48:40 2015
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>org.apache.directory.studio.rcp</artifactId>
-  <name>Apache Directory Studio RCP Manifest Generation</name>
+  <name>Apache Directory Studio RCP</name>
   <description/>
   <packaging>bundle</packaging>
 

Modified: directory/studio/trunk/plugins/schemaeditor/pom-first.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/schemaeditor/pom-first.xml?rev=1669220&r1=1669219&r2=1669220&view=diff
==============================================================================
--- directory/studio/trunk/plugins/schemaeditor/pom-first.xml (original)
+++ directory/studio/trunk/plugins/schemaeditor/pom-first.xml Wed Mar 25 20:48:40 2015
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>org.apache.directory.studio.schemaeditor</artifactId>
-  <name>Apache Directory Studio Schema Editor Manifest Generation</name>
+  <name>Apache Directory Studio Schema Editor</name>
   <description/>
   <packaging>bundle</packaging>
 

Modified: directory/studio/trunk/plugins/valueeditors/pom-first.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/valueeditors/pom-first.xml?rev=1669220&r1=1669219&r2=1669220&view=diff
==============================================================================
--- directory/studio/trunk/plugins/valueeditors/pom-first.xml (original)
+++ directory/studio/trunk/plugins/valueeditors/pom-first.xml Wed Mar 25 20:48:40 2015
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>org.apache.directory.studio.valueeditors</artifactId>
-  <name>Apache Directory Studio Value Editors Manifest Generation</name>
+  <name>Apache Directory Studio Value Editors</name>
   <description/>
   <packaging>bundle</packaging>