Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 287267 | Differences between
and this patch

Collapse All | Expand All

(-)j3d-core/src/native/build.xml (+1 lines)
Lines 347-352 Link Here
347
    <javah destdir="${javahCoreTarget}" force="yes">
347
    <javah destdir="${javahCoreTarget}" force="yes">
348
	<classpath>
348
	<classpath>
349
	    <pathelement path="${build}/${platform}/${bldType}/classes"/>
349
	    <pathelement path="${build}/${platform}/${bldType}/classes"/>
350
    	<pathelement location="${vecmath_home}/build/${bldType}/lib/ext/vecmath.jar" ></pathelement>
350
	</classpath>
351
	</classpath>
351
	
352
	
352
	<class name="javax.media.j3d.Background"/>
353
	<class name="javax.media.j3d.Background"/>
(-)j3d-core/src/classes/build.xml (-6 / +3 lines)
Lines 242-256 Link Here
242
    <!-- Compile the javadoc from ${src} into ${build}/javadocs -->
242
    <!-- Compile the javadoc from ${src} into ${build}/javadocs -->
243
    <javadoc packagenames="javax.media.j3d.*,
243
    <javadoc packagenames="javax.media.j3d.*,
244
                           javax.vecmath.*"
244
                           javax.vecmath.*"
245
             maxmemory="128m"
246
             destdir="${build}/${platform}/javadocs/docs-jcp"
245
             destdir="${build}/${platform}/javadocs/docs-jcp"
247
	     bottom="${javadoc.bottom}"
246
	     bottom="${javadoc.bottom}"
248
             windowtitle="${build.javadoc.name} ${version}">
247
             windowtitle="${build.javadoc.name} ${version}">
248
         <classpath refid="vecmath.opt.classpath"/>
249
	     <sourcepath>
249
	     <sourcepath>
250
		<pathelement location="${src}/classes/share"/>
250
		<pathelement location="${src}/classes/share"/>
251
		<pathelement location="${src}/classes/${wstype}"/>
251
		<pathelement location="${src}/classes/${wstype}"/>
252
		<pathelement location="${core_utils_src}/classes/share"/>
252
		<pathelement location="${core_utils_src}/classes/share"/>
253
		<pathelement location="${vecmath_src}"/>
254
             </sourcepath>
253
             </sourcepath>
255
    </javadoc>
254
    </javadoc>
256
255
Lines 282-298 Link Here
282
    <javadoc packagenames="javax.media.j3d.*,
282
    <javadoc packagenames="javax.media.j3d.*,
283
                           com.sun.j3d.*,
283
                           com.sun.j3d.*,
284
                           javax.vecmath.*"
284
                           javax.vecmath.*"
285
             maxmemory="128m"
286
	     private="true"
285
	     private="true"
287
             destdir="${build}/${platform}/javadocs/docs-private"
286
             destdir="${build}/${platform}/javadocs/docs-private"
288
	     bottom="${javadoc.bottom}"
287
	     bottom="${javadoc.bottom}"
289
             windowtitle="${build.javadoc.name} ${version}">
288
             windowtitle="${build.javadoc.name} ${version}">
289
         <classpath refid="vecmath.opt.classpath"/>
290
	     <sourcepath>
290
	     <sourcepath>
291
		<pathelement location="${src}/classes/share"/>
291
		<pathelement location="${src}/classes/share"/>
292
		<pathelement location="${src}/classes/${wstype}"/>
292
		<pathelement location="${src}/classes/${wstype}"/>
293
		<pathelement location="${build}/${platform}/opt/gen/classes"/>
293
		<pathelement location="${build}/${platform}/opt/gen/classes"/>
294
		<pathelement location="${core_utils_src}/classes/share"/>
294
		<pathelement location="${core_utils_src}/classes/share"/>
295
		<pathelement location="${vecmath_src}"/>
296
             </sourcepath>
295
             </sourcepath>
297
    </javadoc>
296
    </javadoc>
298
297
Lines 316-330 Link Here
316
             excludepackagenames="com.sun.j3d.utils.scenegraph.io.retained,
316
             excludepackagenames="com.sun.j3d.utils.scenegraph.io.retained,
317
			   com.sun.j3d.exp.swing.impl,
317
			   com.sun.j3d.exp.swing.impl,
318
			   com.sun.j3d.utils.scenegraph.io.state.*"
318
			   com.sun.j3d.utils.scenegraph.io.state.*"
319
             maxmemory="128m"
320
             destdir="${build}/${platform}/javadocs/docs-public"
319
             destdir="${build}/${platform}/javadocs/docs-public"
321
	     bottom="${javadoc.bottom}"
320
	     bottom="${javadoc.bottom}"
322
             windowtitle="${build.javadoc.name} ${version}">
321
             windowtitle="${build.javadoc.name} ${version}">
322
         <classpath refid="vecmath.opt.classpath"/>
323
	     <sourcepath>
323
	     <sourcepath>
324
		<pathelement location="${src}/classes/share"/>
324
		<pathelement location="${src}/classes/share"/>
325
		<pathelement location="${src}/classes/${wstype}"/>
325
		<pathelement location="${src}/classes/${wstype}"/>
326
		<pathelement location="${core_utils_src}/classes/share"/>
326
		<pathelement location="${core_utils_src}/classes/share"/>
327
		<pathelement location="${vecmath_src}"/>
328
             </sourcepath>
327
             </sourcepath>
329
    </javadoc>
328
    </javadoc>
330
329

Return to bug 287267