You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2008/08/21 11:13:32 UTC

svn commit: r687659 - /cayenne/main/trunk/framework/cayenne-modeler/.classpath

Author: aadamchik
Date: Thu Aug 21 02:13:31 2008
New Revision: 687659

URL: http://svn.apache.org/viewvc?rev=687659&view=rev
Log:
the latest Maven plugin is very particular about this resource declaration

Modified:
    cayenne/main/trunk/framework/cayenne-modeler/.classpath

Modified: cayenne/main/trunk/framework/cayenne-modeler/.classpath
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-modeler/.classpath?rev=687659&r1=687658&r2=687659&view=diff
==============================================================================
--- cayenne/main/trunk/framework/cayenne-modeler/.classpath (original)
+++ cayenne/main/trunk/framework/cayenne-modeler/.classpath Thu Aug 21 02:13:31 2008
@@ -2,7 +2,7 @@
 <classpath>
 	<classpathentry kind="src" path="src/main/java"/>
 	<classpathentry output="target/test-classes" kind="src" path="src/test/java"/>
-	<classpathentry excluding="**" output="src/main/resources" kind="src" path="src/main/resources"/>
+	<classpathentry kind="src" path="src/main/resources"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
 	<classpathentry kind="output" path="target/classes"/>