Ignore:
Timestamp:
09/04/12 11:00:15 (12 years ago)
Author:
pharms
Message:
  • created a parent pom project
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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> 
Note: See TracChangeset for help on using the changeset viewer.