Changeset 249 for trunk/openjdk/jdk/make/common/Release.gmk
- Timestamp:
- Jan 27, 2011, 6:22:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/make/common/Release.gmk
r238 r249 338 338 TOOLS = \ 339 339 340 ifndef OS2_TEMP # JPDA341 340 TOOLS += \ 342 341 META-INF/services/com.sun.jdi.connect.Connector \ 343 342 META-INF/services/com.sun.jdi.connect.spi.TransportService \ 344 345 endif346 TOOLS += \347 343 sun/tools/asm \ 348 344 sun/tools/jar \ … … 370 366 sun/jvmstat \ 371 367 com/sun/javadoc \ 372 373 ifndef OS2_TEMP # JPDA374 TOOLS += \375 368 com/sun/jdi \ 376 377 endif378 TOOLS += \379 369 com/sun/jarsigner \ 380 370 com/sun/mirror \ 381 371 com/sun/source \ 382 372 com/sun/tools/doclets \ 383 384 ifndef OS2_TEMP # JPDA385 TOOLS += \386 373 com/sun/tools/example/debug/expr \ 387 374 com/sun/tools/example/debug/tty \ 388 375 com/sun/tools/extcheck \ 389 390 endif391 TOOLS += \392 376 com/sun/tools/hat \ 393 377 com/sun/tools/javac \ … … 408 392 org/relaxng/datatype \ 409 393 com/sun/xml/internal/dtdparser \ 410 411 ifndef OS2_TEMP # JPDA412 TOOLS += \413 394 com/sun/tools/jdi \ 414 415 endif416 TOOLS += \417 395 com/sun/tools/script/shell \ 418 396
Note:
See TracChangeset
for help on using the changeset viewer.