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:25:13 UTC

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

chirino     2004/07/12 19:25:13

  Modified:    .        maven.xml
               modules/connector project.properties
               modules/jetty project.properties
  Log:
  Making the maven eclipse target to work with the Reactor
  
  Revision  Changes    Path
  1.77      +9 -1      incubator-geronimo/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/maven.xml,v
  retrieving revision 1.76
  retrieving revision 1.77
  diff -u -r1.76 -r1.77
  --- maven.xml	17 Jun 2004 02:23:14 -0000	1.76
  +++ maven.xml	13 Jul 2004 02:25:13 -0000	1.77
  @@ -211,6 +211,10 @@
           <modules:reactor goals="site"/>
       </goal>
   
  +    <goal name="modules:eclipse">
  +        <modules:reactor goals="eclipse"/>
  +    </goal>
  +
       <goal name="modules:javadoc">
           <modules:reactor goals="javadoc"/>
       </goal>
  @@ -270,6 +274,10 @@
   
       <goal name="default">
           <attainGoal name="modules:default"/>
  +    </goal>
  +
  +    <goal name="eclipse">
  +        <attainGoal name="modules:eclipse"/>
       </goal>
   
       <goal name="blah">
  
  
  
  1.6       +4 -1      incubator-geronimo/modules/connector/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/connector/project.properties,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.properties	27 Apr 2004 00:55:48 -0000	1.5
  +++ project.properties	13 Jul 2004 02:25:13 -0000	1.6
  @@ -5,3 +5,6 @@
   # the directory containing the geronimo website in CVS
   
   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
  
  
  
  1.3       +5 -2      incubator-geronimo/modules/jetty/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/jetty/project.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.properties	30 May 2004 19:09:57 -0000	1.2
  +++ project.properties	13 Jul 2004 02:25:13 -0000	1.3
  @@ -6,4 +6,7 @@
   
   maven.repo.remote=http://dist.codehaus.org, http://www.ibiblio.org/maven
   
  -maven.junit.jvmargs=-Djava.security.auth.login.config=src/test-resources/data/login.config
  \ No newline at end of file
  +maven.junit.jvmargs=-Djava.security.auth.login.config=src/test-resources/data/login.config
  +
  +# Include the generated xmlbean classes in the eclipse classpath
  +maven.eclipse.classpath.include=target/xmlbeans
  \ No newline at end of file