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

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