You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2003/09/17 10:04:54 UTC

cvs commit: maven/src/plugins-build/gump/src/test/plugin-test project.xml

dion        2003/09/17 01:04:54

  Modified:    src/plugins-build/gump/src/test/plugin-test project.xml
  Log:
  Remove unneeded entries
  
  Revision  Changes    Path
  1.2       +0 -48     maven/src/plugins-build/gump/src/test/plugin-test/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/gump/src/test/plugin-test/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	17 Sep 2003 07:50:37 -0000	1.1
  +++ project.xml	17 Sep 2003 08:04:54 -0000	1.2
  @@ -33,55 +33,7 @@
         </roles>
       </developer>
     </developers>
  -  <dependencies>
  -    <dependency>
  -      <groupId>commons-jelly</groupId>
  -      <artifactId>commons-jelly-tags-xml</artifactId>
  -      <version>20030211.142705</version>
  -      <url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
  -    </dependency>
  -    <dependency>
  -      <groupId>commons-jelly</groupId>
  -      <artifactId>commons-jelly-tags-http</artifactId>
  -      <version>20030211.143043</version>
  -      <url>http://jakarta.apache.org/commons/jelly/libs/http/</url>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
  -    </dependency>
  -    <dependency>
  -      <groupId>commons-httpclient</groupId>
  -      <artifactId>commons-httpclient</artifactId>
  -      <version>2.0-rc1</version>
  -      <url>http://jakarta.apache.org/commons/httpclient/</url>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
  -    </dependency>
  -  </dependencies>
   
     <build>
  -    <sourceDirectory>src/main</sourceDirectory>
  -
  -    <resources>
  -      <resource>
  -        <directory>src/plugin-resources</directory>
  -        <targetPath>plugin-resources</targetPath>
  -      </resource>
  -      <resource>
  -        <directory>.</directory>
  -        <includes>
  -          <include>plugin.jelly</include>
  -          <include>plugin.properties</include>
  -          <include>project.properties</include>
  -          <include>project.xml</include>
  -        </includes>
  -      </resource>
  -    </resources>
  -
  -
     </build>
   </project>
  
  
  

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