- Timestamp:
- 07/25/12 16:27:49 (12 years ago)
- Location:
- trunk/java-utils
- Files:
-
- 4 added
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/java-utils/.classpath
r1 r478 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <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"/> 7 26 </classpath> -
trunk/java-utils/.project
r437 r478 11 11 </arguments> 12 12 </buildCommand> 13 <buildCommand> 14 <name>org.eclipse.m2e.core.maven2Builder</name> 15 <arguments> 16 </arguments> 17 </buildCommand> 13 18 </buildSpec> 14 19 <natures> 20 <nature>org.eclipse.m2e.core.maven2Nature</nature> 15 21 <nature>org.eclipse.jdt.core.javanature</nature> 16 22 </natures> -
trunk/java-utils/.settings/org.eclipse.jdt.core.prefs
r1 r478 1 #Thu Jan 06 10:47:41 CET 20112 1 eclipse.preferences.version=1 3 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled … … 10 9 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 11 10 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 11 org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning 12 12 org.eclipse.jdt.core.compiler.source=1.6
Note: See TracChangeset
for help on using the changeset viewer.