You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2012/01/04 15:38:35 UTC

svn commit: r1227169 - in /directory/studio/trunk/features: ldapbrowser.feature/feature.xml ldifeditor.feature/feature.xml

Author: pamarcelot
Date: Wed Jan  4 14:38:35 2012
New Revision: 1227169

URL: http://svn.apache.org/viewvc?rev=1227169&view=rev
Log:
Fixed ordering of plugins.

Modified:
    directory/studio/trunk/features/ldapbrowser.feature/feature.xml
    directory/studio/trunk/features/ldifeditor.feature/feature.xml

Modified: directory/studio/trunk/features/ldapbrowser.feature/feature.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/features/ldapbrowser.feature/feature.xml?rev=1227169&r1=1227168&r2=1227169&view=diff
==============================================================================
--- directory/studio/trunk/features/ldapbrowser.feature/feature.xml (original)
+++ directory/studio/trunk/features/ldapbrowser.feature/feature.xml Wed Jan  4 14:38:35 2012
@@ -262,13 +262,6 @@ http://www.apache.org/licenses/
          unpack="false"/>
 
    <plugin
-         id="org.apache.logging.log4j"
-         download-size="0"
-         install-size="0"
-         version="${org.apache.logging.log4j.version}"
-         unpack="false"/>
-
-   <plugin
          id="org.apache.directory.shared.asn1.api"
          download-size="0"
          install-size="0"
@@ -442,6 +435,13 @@ http://www.apache.org/licenses/
          install-size="0"
          version="${org.apache.httpcomponents.version}"
          unpack="false"/>
+
+   <plugin
+         id="org.apache.logging.log4j"
+         download-size="0"
+         install-size="0"
+         version="${org.apache.logging.log4j.version}"
+         unpack="false"/>
          
    <plugin
          id="org.apache.mina.core"

Modified: directory/studio/trunk/features/ldifeditor.feature/feature.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/features/ldifeditor.feature/feature.xml?rev=1227169&r1=1227168&r2=1227169&view=diff
==============================================================================
--- directory/studio/trunk/features/ldifeditor.feature/feature.xml (original)
+++ directory/studio/trunk/features/ldifeditor.feature/feature.xml Wed Jan  4 14:38:35 2012
@@ -262,13 +262,6 @@ http://www.apache.org/licenses/
          unpack="false"/>
 
    <plugin
-         id="org.apache.logging.log4j"
-         download-size="0"
-         install-size="0"
-         version="${org.apache.logging.log4j.version}"
-         unpack="false"/>
-
-   <plugin
          id="org.apache.directory.shared.asn1.api"
          download-size="0"
          install-size="0"
@@ -434,6 +427,13 @@ http://www.apache.org/licenses/
          install-size="0"
          version="${org.apache.httpcomponents.version}"
          unpack="false"/>
+
+   <plugin
+         id="org.apache.logging.log4j"
+         download-size="0"
+         install-size="0"
+         version="${org.apache.logging.log4j.version}"
+         unpack="false"/>
          
    <plugin
          id="org.apache.mina.core"