[regression] Order of source folders in build classpath reversed
----------------------------------------------------------------

                 Key: MECLIPSE-554
                 URL: http://jira.codehaus.org/browse/MECLIPSE-554
             Project: Maven 2.x Eclipse Plugin
          Issue Type: Bug
          Components: Core : Dependencies resolution and build path (.classpath)
    Affects Versions: 2.6
            Reporter: Gregor Heine


Up to version 2.5.1 the order of source folders was:
src/main/java
src/main/resources
src/test/java
src/test/resources

In 2.6 the test folders now appear before the main folders:
src/test/java
src/test/resources
src/main/java
src/main/resources


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to