I am running eclipse Indigo. I have some build files that are NOT named build.xml How do I update the eclipse config so that eclipse will treat these as ant build files.
I have looked at Preferences-> General -> Content Types -> Text -> XML-> Ant Buildfile And I tried to add *build.xml, but I had an error
The file name cannot include the wild card character (*) in the current location
Used to be when I looked at the Outline view of the build.xml I had a nice hierarchy (File was recognized as Ant Build). That is no longer working. Now I get "An outline is not available". The most recent change was downloading all of oracle's plugins so I could run a local app server.
Right clicking on the file to explicitly choose Ant editor works. (Thanks Alex)
Any suggestions on how to get eclipse to recognize these files as build files instead of standard xml files? I miss the single click opening.
*build.xmlin Package Explorer, and selecting Open With -> Ant Editor? - Alex