Changeset 1779


Ignore:
Timestamp:
09/26/14 13:22:38 (10 years ago)
Author:
pharms
Message:
  • update to new 0.1.2-SNAPSHOT
Location:
trunk
Files:
4 edited

Legend:

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

    r1767 r1779  
    22<classpath> 
    33        <classpathentry kind="src" output="target/classes" path="src/main/java"> 
     4                <attributes> 
     5                        <attribute name="optional" value="true"/> 
     6                        <attribute name="maven.pomderived" value="true"/> 
     7                </attributes> 
     8        </classpathentry> 
     9        <classpathentry kind="src" output="target/test-classes" path="src/test/java"> 
    410                <attributes> 
    511                        <attribute name="optional" value="true"/> 
  • trunk/autoquest-jfcmonitor/.classpath

    r1548 r1779  
    1313                </attributes> 
    1414        </classpathentry> 
    15         <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> 
     15        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"> 
    1616                <attributes> 
    1717                        <attribute name="maven.pomderived" value="true"/> 
    1818                </attributes> 
    1919        </classpathentry> 
    20         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"> 
     20        <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> 
    2121                <attributes> 
    2222                        <attribute name="maven.pomderived" value="true"/> 
  • trunk/autoquest-plugin-uml-test/.classpath

    r1759 r1779  
    88        </classpathentry> 
    99        <classpathentry including="**/*.java" kind="src" path="src/test/resources"/> 
    10         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"> 
     10        <classpathentry kind="src" output="target/classes" path="src/main/java"> 
    1111                <attributes> 
     12                        <attribute name="optional" value="true"/> 
    1213                        <attribute name="maven.pomderived" value="true"/> 
    1314                </attributes> 
    1415        </classpathentry> 
    15         <classpathentry kind="src" output="target/classes" path="src/main/java"> 
     16        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"> 
    1617                <attributes> 
    17                         <attribute name="optional" value="true"/> 
    1818                        <attribute name="maven.pomderived" value="true"/> 
    1919                </attributes> 
  • trunk/autoquest-plugin-uml/.classpath

    r1602 r1779  
    22<classpath> 
    33        <classpathentry kind="src" output="target/classes" path="src/main/java"> 
     4                <attributes> 
     5                        <attribute name="optional" value="true"/> 
     6                        <attribute name="maven.pomderived" value="true"/> 
     7                </attributes> 
     8        </classpathentry> 
     9        <classpathentry kind="src" output="target/test-classes" path="src/test/java"> 
    410                <attributes> 
    511                        <attribute name="optional" value="true"/> 
     
    1723                </attributes> 
    1824        </classpathentry> 
    19         <classpathentry kind="src" output="target/test-classes" path="src/test/java"> 
    20                 <attributes> 
    21                         <attribute name="optional" value="true"/> 
    22                         <attribute name="maven.pomderived" value="true"/> 
    23                 </attributes> 
    24         </classpathentry> 
    2525        <classpathentry kind="output" path="target/classes"/> 
    2626</classpath> 
Note: See TracChangeset for help on using the changeset viewer.