Micro Focus Visual COBOL 2.3 Update 2 for Eclipse (Windows)
>
Developing Applications in the IDE
>
Creating COBOL Projects
>
Using source files from outside your project
>
To remove project dependencies
To remove project dependencies
To remove project dependencies from a native COBOL project
Select your project in COBOL Explorer.
On the
Project
menu, click
Properties
.
The
Properties for <project-name>
dialog box appears.
Click
Micro Focus
>
Build Path
.
Click the
Projects
tab.
Select the project you want to remove from the list of project dependencies, then click
Remove
.
The selected project dependency is removed.
Click
OK
on the
Properties for <project-name>
dialog box to save the changes.
To remove project dependencies from a JVM COBOL project
Select your project in COBOL Explorer.
On the
Project
menu, click
Properties
.
The
Properties for <project-name>
dialog box appears.
Click
Micro Focus
>
JVM Build Path
.
Click the
Projects
tab.
Select the project you want to remove from the list of project dependencies, then click
Remove
.
The selected project dependency is removed.
Click
OK
on the
Properties for <project-name>
dialog box to save the changes.
Parent topic:
Using source files from outside your project