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 2011/07/26 11:17:08 UTC

svn commit: r1151034 - /directory/studio/trunk/plugins/apacheds.configuration.v2/plugin.xml

Author: pamarcelot
Date: Tue Jul 26 09:17:06 2011
New Revision: 1151034

URL: http://svn.apache.org/viewvc?rev=1151034&view=rev
Log:
Special case to match also ADS servers launched via Eclipse.

Modified:
    directory/studio/trunk/plugins/apacheds.configuration.v2/plugin.xml

Modified: directory/studio/trunk/plugins/apacheds.configuration.v2/plugin.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/apacheds.configuration.v2/plugin.xml?rev=1151034&r1=1151033&r2=1151034&view=diff
==============================================================================
--- directory/studio/trunk/plugins/apacheds.configuration.v2/plugin.xml (original)
+++ directory/studio/trunk/plugins/apacheds.configuration.v2/plugin.xml Tue Jul 26 09:17:06 2011
@@ -58,10 +58,18 @@
          	      name="vendorName"
          	      value="Apache Software Foundation">
          	   </objectState>
-               <objectState
-         	      name="vendorVersion"
-         	      value="2.0.0-M2">
-         	   </objectState>
+         	   <or>
+                 <objectState
+         	        name="vendorVersion"
+         	        value="2.0.0-M2">
+         	     </objectState>
+         	     <!-- Special case to handle ApacheDS servers launched via Eclipse -->
+         	     <!-- TODO: Should be removed before a release -->
+                 <objectState
+         	        name="vendorVersion"
+         	        value="${pom.version}">
+         	     </objectState>
+         	   </or>
          	</and>
          </visibility>
       </objectContribution>