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

mmarie
21.18.2008 e17993b090ec3858f949cbb6aa3567c8966f3124
Removed "bad path element" warnings from the DSML gateway compilation.
1 files modified
2 ■■■■■ changed files
opends/build.xml 2 ●●●●● patch | view | raw | blame | history
opends/build.xml
@@ -1061,6 +1061,7 @@
         target="1.5" deprecation="true" fork="true" memoryInitialSize="${MEM}"
         memoryMaximumSize="${MEM}">
      <compilerarg value="-Xlint:all" />
      <compilerarg value="-Xlint:-path" />
      <classpath>
        <fileset dir="${dsml.lib.dir}">
@@ -1074,6 +1075,7 @@
         target="1.5" deprecation="true" fork="true" memoryInitialSize="${MEM}"
         memoryMaximumSize="${MEM}">
      <compilerarg value="-Xlint:all" />
      <compilerarg value="-Xlint:-path" />
      <classpath>
        <fileset dir="${dsml.lib.dir}">