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

matthew_swift
04.16.2009 7e8ccd0d9e850f69f6e210114997873d50a9e966
Fix Javadoc target to not include private com.sun.* packages.
1 files modified
2 ■■■ changed files
sdk/build.xml 2 ●●● patch | view | raw | blame | history
sdk/build.xml
@@ -521,7 +521,7 @@
                <dirset dir="${classes.dir}" />
            </classpath>
            <packageset dir="${src.dir}" />
            <packageset dir="${src.dir}" excludes="com/**/*"/>
        </javadoc>
    </target>