Changeset 758


Ignore:
Timestamp:
09/04/12 11:00:15 (12 years ago)
Author:
pharms
Message:
  • created a parent pom project
Location:
trunk
Files:
6 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> 
  • trunk/quest-plugin-guitar/.classpath

    r728 r758  
    1313                </attributes> 
    1414        </classpathentry> 
    15         <classpathentry kind="src" path="src/main/resources"/> 
     15        <classpathentry including="**/*.java" kind="src" path="src/main/resources"/> 
    1616        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"> 
    1717                <attributes> 
  • trunk/quest-plugin-jfc/.classpath

    r728 r758  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<classpath> 
    3         <classpathentry excluding="de/ugoe/cs/quest/plugin/jfc/eventcore/JFCTargetComparator.java" kind="src" output="target/classes" path="src/main/java"> 
     3        <classpathentry kind="src" output="target/classes" path="src/main/java"> 
    44                <attributes> 
    55                        <attribute name="optional" value="true"/> 
     
    1313                </attributes> 
    1414        </classpathentry> 
    15         <classpathentry kind="src" path="src/main/resources"/> 
     15        <classpathentry including="**/*.java" kind="src" path="src/main/resources"/> 
    1616        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"> 
    1717                <attributes> 
  • 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> 
  • trunk/quest-plugin-php/.classpath

    r728 r758  
    1313                </attributes> 
    1414        </classpathentry> 
    15         <classpathentry kind="src" path="src/main/resources"/> 
     15        <classpathentry including="**/*.java" kind="src" path="src/main/resources"/> 
    1616        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"> 
    1717                <attributes> 
  • trunk/quest-ui-core/.classpath

    r718 r758  
    1313                </attributes> 
    1414        </classpathentry> 
    15         <classpathentry kind="src" path="src/main/resources"/> 
     15        <classpathentry including="**/*.java" kind="src" path="src/main/resources"/> 
    1616        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"> 
    1717                <attributes> 
Note: See TracChangeset for help on using the changeset viewer.