mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Nicolas Capponi
12.25.2016 02832b95c56bf90edf38581b9cacc7bb63c964bd
opendj-server-legacy/replace.rb
@@ -415,10 +415,21 @@
        '\1',
      ]
  }
  ## Replacements for Schema
  SDK_SCHEMA = {
    :dirs => JAVA_DIRS,
    :extensions => ["java"],
    :replacements =>
      [
         /import org.opends.server.types.Schema;/,
        'import org.forgerock.opendj.ldap.schema.Schema;',
      ]
  }
  ###############################  List of replacements to run #################################
  REPLACEMENTS = [ NEW_CONFIG ]
  REPLACEMENTS = [ SDK_SCHEMA ]
  ################################### Processing methods ########################################