• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Use "Resource " to reopen it

 
Ranch Hand
Posts: 798
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
how to remove a project configuration ?

I have a project which using "Resource" to open it. Everything is perfect.

But later, I did something wrong, I use "Hibernate Synchronizer" to build it, (inside project properties ). Now it has lots of NON-ERROR error . So I want go back to "Resource". How could I do that ?

Thanks.
 
Ranch Hand
Posts: 539
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you're referring to an Eclipse build/run configuration, then you can remove them (in 3.1) at "Run" -> "External Tools" submenu -> "External Tools..."

If you're referring to Eclipse perspectives, you can change those in Window -> Open Perspective.

...but that all could be completely useless.


-Tim
 
reply
    Bookmark Topic Watch Topic
  • New Topic