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/java-utils/.classpath

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