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

Gaetan Boismal
19.20.2015 ccb249e24bd70b0c0e637e70ad10ccc1bdc9b266
OPENDJ-1812: Fix DSML gateway
1 files modified
8 ■■■■ changed files
opendj-server-legacy/src/main/assembly/dsml-war-assembly.xml 8 ●●●● patch | view | raw | blame | history
opendj-server-legacy/src/main/assembly/dsml-war-assembly.xml
@@ -53,7 +53,7 @@
      <directory>${jars.dir}/</directory>
      <outputDirectory>WEB-INF/lib</outputDirectory>
      <includes>
        <include>${shortProductName}_*.jar</include>
        <include>${shortProductName}*.jar</include>
      </includes>
    </fileSet>
@@ -68,12 +68,6 @@
    </fileSet>
  </fileSets>
    <files>
    <!-- Main jar (OpenDJ) -->
    <file>
      <source>${jars.dir}/${shortProductName}.jar</source>
      <outputDirectory>lib</outputDirectory>
    </file>
    <!-- DSMLv2.xsd -->
    <file>
      <source>${basedir}/resource/dsml/schema/DSMLv2.xsd</source>