Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Exclude form 'build' configuration

Hi,
 
How to exclude a folder from 'build' configuration in AJDT? (option via right-click is not enabled).
My folder struture is shown below:
 
eclipse
  --- workspace
      ---- myproject
          ---- folder1
          ---- folder2
          ---- trash (folder to exclude)
          ---- folder3
 
I' tried 'src.excludes = /trash' in build.ajproperties but it didn't work...
 
Thanks,
 
André

Back to the top