You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ch...@apache.org on 2004/11/03 21:29:59 UTC

svn commit: rev 56524 - geronimo/trunk/modules/connector

Author: chirino
Date: Wed Nov  3 12:29:57 2004
New Revision: 56524

Modified:
   geronimo/trunk/modules/connector/project.properties
Log:
Removed the xmlbeans source folder from eclipse and idea paths since xmlbean is not used in this module.

Modified: geronimo/trunk/modules/connector/project.properties
==============================================================================
--- geronimo/trunk/modules/connector/project.properties	(original)
+++ geronimo/trunk/modules/connector/project.properties	Wed Nov  3 12:29:57 2004
@@ -7,9 +7,6 @@
 maven.repo.remote=http://dist.codehaus.org, http://www.ibiblio.org/maven
 
 # Include the generated xmlbean classes in the eclipse classpath
-maven.eclipse.classpath.include=target/xmlbeans
 maven.junit.fork=true
 
 maven.junit.jvmargs=-Djava.security.auth.login.config=src/test-data/data/login.config
-
-maven.idea.generated.source=xmlbeans