You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by jo...@apache.org on 2006/08/14 22:44:04 UTC

svn commit: r431432 - /webservices/commons/trunk/modules/XmlSchema/.classpath

Author: jochen
Date: Mon Aug 14 13:44:03 2006
New Revision: 431432

URL: http://svn.apache.org/viewvc?rev=431432&view=rev
Log:
src/test/java is being compiled to target/test-classes in Eclipse.

Modified:
    webservices/commons/trunk/modules/XmlSchema/.classpath

Modified: webservices/commons/trunk/modules/XmlSchema/.classpath
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/.classpath?rev=431432&r1=431431&r2=431432&view=diff
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/.classpath (original)
+++ webservices/commons/trunk/modules/XmlSchema/.classpath Mon Aug 14 13:44:03 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="src/main/java"/>
-	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
+	<classpathentry kind="src" path="src/test/java"/>
 	<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"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org


Re: svn commit: r431432 - /webservices/commons/trunk/modules/XmlSchema/.classpath

Posted by Eran Chinthaka <ch...@opensource.lk>.
Can we please not commit IDE specific stuff in to the code base.

Thanks,
Chinthaka

jochen@apache.org wrote:
> Author: jochen
> Date: Mon Aug 14 13:44:03 2006
> New Revision: 431432
> 
> URL: http://svn.apache.org/viewvc?rev=431432&view=rev
> Log:
> src/test/java is being compiled to target/test-classes in Eclipse.
> 
> Modified:
>     webservices/commons/trunk/modules/XmlSchema/.classpath
> 
> Modified: webservices/commons/trunk/modules/XmlSchema/.classpath
> URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/.classpath?rev=431432&r1=431431&r2=431432&view=diff
> ==============================================================================
> --- webservices/commons/trunk/modules/XmlSchema/.classpath (original)
> +++ webservices/commons/trunk/modules/XmlSchema/.classpath Mon Aug 14 13:44:03 2006
> @@ -1,7 +1,7 @@
>  <?xml version="1.0" encoding="UTF-8"?>
>  <classpath>
>  	<classpathentry kind="src" path="src/main/java"/>
> -	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
> +	<classpathentry kind="src" path="src/test/java"/>
>  	<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"/>
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: commons-dev-help@ws.apache.org
> 
>