Changeset 2144


Ignore:
Timestamp:
05/18/17 17:20:28 (7 years ago)
Author:
pharms
Message:

performed update project from maven pom

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-ui-core/.classpath

    r1343 r2144  
    1313                </attributes> 
    1414        </classpathentry> 
    15         <classpathentry including="**/*.java" kind="src" path="src/main/resources"/> 
     15        <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"> 
     16                <attributes> 
     17                        <attribute name="maven.pomderived" value="true"/> 
     18                </attributes> 
     19        </classpathentry> 
    1620        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"> 
    1721                <attributes> 
  • trunk/java-utils/.classpath

    r1343 r2144  
    77                </attributes> 
    88        </classpathentry> 
    9         <classpathentry including="**/*.java" kind="src" path="src/main/resources"/> 
     9        <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"> 
     10                <attributes> 
     11                        <attribute name="maven.pomderived" value="true"/> 
     12                </attributes> 
     13        </classpathentry> 
    1014        <classpathentry kind="src" output="target/test-classes" path="src/test/java"> 
    1115                <attributes> 
Note: See TracChangeset for help on using the changeset viewer.