Skip to content

Commit f6140fc

Browse files
committed
Merge
2 parents 71f3c2f + aac903d commit f6140fc

File tree

163 files changed

+3446
-41998
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+3446
-41998
lines changed

make/modules/java.desktop/Java.gmk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@ endif
141141
# pick them up since they aren't generated when the source dirs are
142142
# searched and they aren't referenced by any other classes so they won't
143143
# be picked up by implicit compilation. On a rebuild, they are picked up
144-
# and compiled. Exclude them here to produce the same rt.jar as the old
145-
# build does when building just once.
144+
# and compiled.
146145
EXCLUDE_FILES += \
147146
javax/swing/plaf/nimbus/InternalFrameTitlePanePainter.java \
148147
javax/swing/plaf/nimbus/OptionPaneMessageAreaPainter.java \

src/demo/share/nbproject/jfc/FileChooserDemo/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
main.dir=${basedir}/../../../jfc/FileChooserDemo
22

3-
src.dir=${main.dir}/src
3+
src.dir=${main.dir}/
44

55
build.dir=build
66
classes.dir=${build.dir}/classes

src/demo/share/nbproject/jfc/FileChooserDemo/nbproject/netbeans-targets.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<!--
4-
Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2006, 2023, Oracle and/or its affiliates. All rights reserved.
55
66
Redistribution and use in source and binary forms, with or without
77
modification, are permitted provided that the following conditions
@@ -41,10 +41,7 @@
4141
</nbjpdastart>
4242
<java classname="${main.class}" failonerror="true" fork="true">
4343
<classpath path="${run.cp}"/>
44-
<jvmarg value="-Xdebug"/>
45-
<jvmarg value="-Xnoagent"/>
46-
<jvmarg value="-Djava.compiler=none"/>
47-
<jvmarg value="-Xrunjdwp:transport=dt_socket,address=${jpda.address}"/>
44+
<jvmarg value="-agentlib:jdwp=transport=dt_socket,server=n,suspend=n,address=${jpda.address}"/>
4845
</java>
4946
</target>
5047

src/demo/share/nbproject/jfc/FileChooserDemo/nbproject/project.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
<properties>
4040
<property-file>user.build.properties</property-file>
4141
<property-file>build.properties</property-file>
42-
<property name="nbjdk.bootclasspath">${nbjdk.home}/jre/lib/rt.jar</property>
4342
</properties>
4443
<folders>
4544
<source-folder>

src/demo/share/nbproject/jfc/Font2DTest/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
main.dir=${basedir}/../../../jfc/Font2DTest
22

3-
src.dir=${main.dir}/src
3+
src.dir=${main.dir}/
44

55
build.dir=build
66
classes.dir=${build.dir}/classes

src/demo/share/nbproject/jfc/Font2DTest/nbproject/netbeans-targets.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<!--
4-
Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2006, 2023, Oracle and/or its affiliates. All rights reserved.
55
66
Redistribution and use in source and binary forms, with or without
77
modification, are permitted provided that the following conditions
@@ -41,10 +41,7 @@
4141
</nbjpdastart>
4242
<java classname="${main.class}" failonerror="true" fork="true">
4343
<classpath path="${run.cp}"/>
44-
<jvmarg value="-Xdebug"/>
45-
<jvmarg value="-Xnoagent"/>
46-
<jvmarg value="-Djava.compiler=none"/>
47-
<jvmarg value="-Xrunjdwp:transport=dt_socket,address=${jpda.address}"/>
44+
<jvmarg value="-agentlib:jdwp=transport=dt_socket,server=n,suspend=n,address=${jpda.address}"/>
4845
</java>
4946
</target>
5047

src/demo/share/nbproject/jfc/Metalworks/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
main.dir=${basedir}/../../../jfc/Metalworks
22

3-
src.dir=${main.dir}/src
3+
src.dir=${main.dir}/
44

55
build.dir=build
66
classes.dir=${build.dir}/classes

src/demo/share/nbproject/jfc/Metalworks/nbproject/netbeans-targets.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<!--
4-
Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2006, 2023, Oracle and/or its affiliates. All rights reserved.
55
66
Redistribution and use in source and binary forms, with or without
77
modification, are permitted provided that the following conditions
@@ -41,10 +41,7 @@
4141
</nbjpdastart>
4242
<java classname="${main.class}" failonerror="true" fork="true">
4343
<classpath path="${run.cp}"/>
44-
<jvmarg value="-Xdebug"/>
45-
<jvmarg value="-Xnoagent"/>
46-
<jvmarg value="-Djava.compiler=none"/>
47-
<jvmarg value="-Xrunjdwp:transport=dt_socket,address=${jpda.address}"/>
44+
<jvmarg value="-agentlib:jdwp=transport=dt_socket,server=n,suspend=n,address=${jpda.address}"/>
4845
</java>
4946
</target>
5047

src/demo/share/nbproject/jfc/Notepad/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
main.dir=${basedir}/../../../jfc/Notepad
22

3-
src.dir=${main.dir}/src
3+
src.dir=${main.dir}/
44

55
build.dir=build
66
classes.dir=${build.dir}/classes

src/demo/share/nbproject/jfc/Notepad/nbproject/jdk.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
<property name="nbjdk.java" value="${nbjdk.home}/bin/java${.exe}"/>
4343
<property name="nbjdk.javadoc" value="${nbjdk.home}/bin/javadoc${.exe}"/>
4444
<property name="nbjdk.appletviewer" value="${nbjdk.home}/bin/appletviewer${.exe}"/>
45-
<property name="nbjdk.bootclasspath" value="${nbjdk.home}/jre/lib/rt.jar"/>
4645
</target>
4746

4847
<target name="-jdk-presetdef-basic" depends="-jdk-preinit" unless="nbjdk.presetdef.basic.done">

0 commit comments

Comments
 (0)