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/07/13 04:19:38 UTC

cvs commit: incubator-geronimo/modules/security project.properties

chirino     2004/07/12 19:19:38

  Modified:    modules/security project.properties
  Log:
  Making the maven eclipse target to work with the Reactor
  
  Revision  Changes    Path
  1.6       +4 -2      incubator-geronimo/modules/security/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/security/project.properties,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.properties	6 Apr 2004 01:38:39 -0000	1.5
  +++ project.properties	13 Jul 2004 02:19:38 -0000	1.6
  @@ -19,4 +19,6 @@
   ## $Revision$ $Date$
   ##
   
  -maven.junit.jvmargs=-Djava.security.auth.login.config=src/test-data/data/login.config -Dlog4j.configuration=file:log4j.properties
  \ No newline at end of file
  +maven.junit.jvmargs=-Djava.security.auth.login.config=src/test-data/data/login.config -Dlog4j.configuration=file:log4j.properties
  +# Include the generated xmlbean classes in the eclipse classpath
  +maven.eclipse.classpath.include=target/xmlbeans
  \ No newline at end of file