This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 58258
Collapse All | Expand All

(-)apisupport/ant/nbproject/project.properties (-1 / +2 lines)
Lines 12-18 Link Here
12
cli.jar=core/org-netbeans-modules-apisupport-ant-cli.jar
12
cli.jar=core/org-netbeans-modules-apisupport-ant-cli.jar
13
cli.jar.absolute=${netbeans.dest.dir}/${cluster.dir}/${cli.jar}
13
cli.jar.absolute=${netbeans.dest.dir}/${cluster.dir}/${cli.jar}
14
14
15
cp.extra=${cli.jar.absolute}
15
cp.extra=${cli.jar.absolute}:${core.dir}/core/core.jar
16
16
17
17
cli.cp=\
18
cli.cp=\
18
    ${openide.dir}/core/openide.jar:\
19
    ${openide.dir}/core/openide.jar:\
(-)autoupdate/nbproject/project.properties (-1 / +1 lines)
Lines 9-15 Link Here
9
# Code is Sun Microsystems, Inc. Portions Copyright 1997-2005 Sun
9
# Code is Sun Microsystems, Inc. Portions Copyright 1997-2005 Sun
10
# Microsystems, Inc. All Rights Reserved.
10
# Microsystems, Inc. All Rights Reserved.
11
11
12
cp.extra=${netbeans.dest.dir}/${cluster.dir}/core/updater.jar
12
cp.extra=${netbeans.dest.dir}/${cluster.dir}/core/updater.jar:${netbeans.dest.dir}/${cluster.dir}/core/core.jar
13
extra.module.files=core/updater.jar
13
extra.module.files=core/updater.jar
14
14
15
# javadoc.apichanges=${basedir}/api/doc/changes/apichanges.xml
15
# javadoc.apichanges=${basedir}/api/doc/changes/apichanges.xml
(-)ide/nbproject/project.properties (-1 / +1 lines)
Lines 11-16 Link Here
11
11
12
#test.unit.cp.extra=
12
#test.unit.cp.extra=
13
#test.unit.run.cp.extra=
13
#test.unit.run.cp.extra=
14
test.qa-functional.cp.extra=${openide.dir}/core/openide.jar
14
test.qa-functional.cp.extra=${openide/windows.dir}/modules/org-openide-windows.jar
15
#test.qa-functional.run.cp.extra=
15
#test.qa-functional.run.cp.extra=
16
16
(-)xml/tax/build.xml (-1 / +1 lines)
Lines 35-41 Link Here
35
         <pathelement location="${openide/nodes.dir}/modules/org-openide-nodes.jar"/>
35
         <pathelement location="${openide/nodes.dir}/modules/org-openide-nodes.jar"/>
36
         <pathelement location="${openide/explorer.dir}/modules/org-openide-explorer.jar"/>
36
         <pathelement location="${openide/explorer.dir}/modules/org-openide-explorer.jar"/>
37
         <pathelement location="${openide/dialogs.dir}/modules/org-openide-dialogs.jar"/>
37
         <pathelement location="${openide/dialogs.dir}/modules/org-openide-dialogs.jar"/>
38
         <pathelement location="${openide/loaders.dir}/core/openide-loaders.jar"/>
38
         <pathelement location="${openide/loaders.dir}/modules/org-openide-loaders.jar"/>
39
         <pathelement location="${openide/text.dir}/modules/org-openide-text.jar"/>
39
         <pathelement location="${openide/text.dir}/modules/org-openide-text.jar"/>
40
         <pathelement location="${lib_root}/src"/>
40
         <pathelement location="${lib_root}/src"/>
41
         <pathelement location="${xml/api.dir}/modules/org-netbeans-api-xml.jar"/>
41
         <pathelement location="${xml/api.dir}/modules/org-netbeans-api-xml.jar"/>

Return to bug 58258