user189562
user189562

Reputation:

Eclipse project folder

I have the eclipse setup working pretty well for the java files in my code. But now I want to integrated the JS files also, leaving other XSLs/CSS files. Can I do that? One is adding all the folders and then manually delete the unwanted ones, but Is there some clean way of doing that?

-Prtcl

Upvotes: 1

Views: 638

Answers (1)

VonC
VonC

Reputation: 1326366

You can

  • reference the JS folder in your workspace (without actually copying it): see linked folder.

  • then try adding a filter (in the package explorer, in the upper right corner of the view, there is a little down arrow, with a Tool tip saying "view menu": Java Element Filters)

Filters

If you do not want to view any xsl/css file, try to hide then to the "Name filter patterns" list

Java Element Filters

Upvotes: 1

Related Questions