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/02 14:51:15 UTC

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

Author: pamarcelot
Date: Mon Jan  2 13:51:14 2012
New Revision: 1226419

URL: http://svn.apache.org/viewvc?rev=1226419&view=rev
Log:
Part of a fix for DIRSTUDIO-757 (Update all features with the new 'library' plugins).
Fixed version expression for dom4j.

Modified:
    directory/studio/trunk/features/ldapbrowser.feature/feature.xml
    directory/studio/trunk/features/ldifeditor.feature/feature.xml
    directory/studio/trunk/features/schemaeditor.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=1226419&r1=1226418&r2=1226419&view=diff
==============================================================================
--- directory/studio/trunk/features/ldapbrowser.feature/feature.xml (original)
+++ directory/studio/trunk/features/ldapbrowser.feature/feature.xml Mon Jan  2 13:51:14 2012
@@ -454,7 +454,7 @@ of your accepting any such warranty or a
          id="org.dom4j.dom4j"
          download-size="0"
          install-size="0"
-         version="${org.dom4j.dom4j.version}"
+         version="${org.dom4j.version}"
          unpack="false"/>
          
    <plugin

Modified: directory/studio/trunk/features/ldifeditor.feature/feature.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/features/ldifeditor.feature/feature.xml?rev=1226419&r1=1226418&r2=1226419&view=diff
==============================================================================
--- directory/studio/trunk/features/ldifeditor.feature/feature.xml (original)
+++ directory/studio/trunk/features/ldifeditor.feature/feature.xml Mon Jan  2 13:51:14 2012
@@ -446,7 +446,7 @@ of your accepting any such warranty or a
          id="org.dom4j.dom4j"
          download-size="0"
          install-size="0"
-         version="${org.dom4j.dom4j.version}"
+         version="${org.dom4j.version}"
          unpack="false"/>
          
    <plugin

Modified: directory/studio/trunk/features/schemaeditor.feature/feature.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/features/schemaeditor.feature/feature.xml?rev=1226419&r1=1226418&r2=1226419&view=diff
==============================================================================
--- directory/studio/trunk/features/schemaeditor.feature/feature.xml (original)
+++ directory/studio/trunk/features/schemaeditor.feature/feature.xml Mon Jan  2 13:51:14 2012
@@ -389,7 +389,7 @@ of your accepting any such warranty or a
          id="org.dom4j.dom4j"
          download-size="0"
          install-size="0"
-         version="${org.dom4j.dom4j.version}"
+         version="${org.dom4j.version}"
          unpack="false"/>
          
    <plugin