Ignore:
Timestamp:
09/04/12 11:00:15 (12 years ago)
Author:
pharms
Message:
  • created a parent pom project
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-plugin-mfc/.classpath

    r728 r758  
    77                </attributes> 
    88        </classpathentry> 
    9         <classpathentry kind="src" path="src/main/java"/> 
    10         <classpathentry kind="src" path="src/main/resources"/> 
     9        <classpathentry kind="src" output="target/classes" path="src/main/java"> 
     10                <attributes> 
     11                        <attribute name="optional" value="true"/> 
     12                        <attribute name="maven.pomderived" value="true"/> 
     13                </attributes> 
     14        </classpathentry> 
     15        <classpathentry including="**/*.java" kind="src" path="src/main/resources"/> 
    1116        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"> 
    1217                <attributes> 
Note: See TracChangeset for help on using the changeset viewer.