Changeset 478


Ignore:
Timestamp:
07/25/12 16:27:49 (12 years ago)
Author:
sherbold
Message:
 
Location:
trunk/java-utils
Files:
4 added
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/java-utils/.classpath

    r1 r478  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<classpath> 
    3         <classpathentry kind="src" path="src"/> 
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> 
    5         <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> 
    6         <classpathentry kind="output" path="bin"/> 
     3        <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"> 
     10                <attributes> 
     11                        <attribute name="optional" value="true"/> 
     12                        <attribute name="maven.pomderived" value="true"/> 
     13                </attributes> 
     14        </classpathentry> 
     15        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"> 
     16                <attributes> 
     17                        <attribute name="maven.pomderived" value="true"/> 
     18                </attributes> 
     19        </classpathentry> 
     20        <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> 
     21                <attributes> 
     22                        <attribute name="maven.pomderived" value="true"/> 
     23                </attributes> 
     24        </classpathentry> 
     25        <classpathentry kind="output" path="target/classes"/> 
    726</classpath> 
  • trunk/java-utils/.project

    r437 r478  
    1111                        </arguments> 
    1212                </buildCommand> 
     13                <buildCommand> 
     14                        <name>org.eclipse.m2e.core.maven2Builder</name> 
     15                        <arguments> 
     16                        </arguments> 
     17                </buildCommand> 
    1318        </buildSpec> 
    1419        <natures> 
     20                <nature>org.eclipse.m2e.core.maven2Nature</nature> 
    1521                <nature>org.eclipse.jdt.core.javanature</nature> 
    1622        </natures> 
  • trunk/java-utils/.settings/org.eclipse.jdt.core.prefs

    r1 r478  
    1 #Thu Jan 06 10:47:41 CET 2011 
    21eclipse.preferences.version=1 
    32org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 
     
    109org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 
    1110org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 
     11org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning 
    1212org.eclipse.jdt.core.compiler.source=1.6 
Note: See TracChangeset for help on using the changeset viewer.