anagramdemo/staticwordlibrary/pom.xml
changeset 974 da4eb49856cd
parent 972 a2947558c966
child 979 ca97def88911
     1.1 --- a/anagramdemo/staticwordlibrary/pom.xml	Wed Feb 03 00:04:30 2010 +0100
     1.2 +++ b/anagramdemo/staticwordlibrary/pom.xml	Fri Feb 05 22:03:06 2010 +0100
     1.3 @@ -38,6 +38,9 @@
     1.4                  <configuration>
     1.5                      <source>1.5</source>
     1.6                      <target>1.5</target>
     1.7 +                    <compilerArguments>
     1.8 +                        <sourcepath>${project.basedir}/src/main/java</sourcepath>
     1.9 +                    </compilerArguments>
    1.10                  </configuration>
    1.11              </plugin>
    1.12              <plugin>