Advertisement
JetSerge

Untitled

Mar 18th, 2013
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <beans xmlns="http://www.springframework.org/schema/beans"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xmlns:util="http://www.springframework.org/schema/util"
  5. xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.0.xsd">
  6. <bean id="baseNameVerifier" class="com.intellij.licenseServer.plugin.nameVerifier.ClientVerifierExample">
  7. <property name="type" value="BLACK_LIST"/>
  8. <property name="userNames">
  9. <util:list>
  10. <value>lopatin</value>
  11. </util:list>
  12. </property>
  13. </bean>
  14. </beans>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement