Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

<?xml version="1.0" encoding="UTF-8"?>
<rest:pluginPackages xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rest="org.opencds.dss.config_rest.v1_0" xsi:schemaLocation="org.opencds.dss.config_rest.v1_0 ../../schema/OpenCDSConfigRest.xsd">
  <pluginPackage>
    <identifier scopingEntityId="com.example.entity" businessId="informative-plugin-group-name" version="1.0.0"/>
    <loadContext>CLASSPATH</loadContext>
    <plugins>
      <plugin>
        <identifier scopingEntityId="com.example.entity" businessId="informative-plugin-name" version="1.0.0"/>
        <className>com.example.entity.app.opencds.plugin.MyNewPreProcessingPlugin</className>
      </plugin>
    </plugins>
    <timestamp>2018-08-31T11:53:45</timestamp>
    <userId>cnanjo<<userId>yourusername</userId>
  </pluginPackage>
</rest:pluginPackages>

...