remove uses of root classloader that are unnecessary

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115224 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2004-05-10 23:38:03 +00:00
parent 6f9024fa86
commit 34a78572b6
15 changed files with 16 additions and 122 deletions

View File

@@ -72,14 +72,6 @@
</developer>
</developers>
<dependencies>
<dependency>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>1.5.3-1</version>
<properties>
<classloader>root</classloader>
</properties>
</dependency>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-antlr</artifactId>

View File

@@ -60,18 +60,5 @@
</developer>
</developers>
<dependencies>
<dependency>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>1.5.3-1</version>
<properties>
<classloader>root</classloader>
</properties>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>1.0.1</version>
</dependency>
</dependencies>
</project>

15
dist/project.xml vendored
View File

@@ -66,19 +66,4 @@
</roles>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>1.5.3-1</version>
<properties>
<classloader>root</classloader>
</properties>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>1.0.1</version>
</dependency>
</dependencies>
</project>

View File

@@ -57,19 +57,6 @@
</developer>
</developers>
<dependencies>
<dependency>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>1.5.3-1</version>
<properties>
<classloader>root</classloader>
</properties>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>

View File

@@ -71,14 +71,13 @@
<!-- jar files the project is dependent on -->
<dependencies>
<!--
<dependency>
<groupId>bsh</groupId>
<artifactId>bsh</artifactId>
<version>1.2-b3</version>
<properties>
<classloader>root</classloader>
</properties>
</dependency>
-->
</dependencies>
<!-- build information for the project -->

View File

@@ -36,13 +36,11 @@
classname="de.hunsicker.jalopy.plugin.ant.AntPlugin">
<ant:classpath>
<ant:pathelement path="${plugin.getDependencyPath('jalopy')}"/>
<ant:pathelement path="${plugin.getDependencyPath('jalopy-ant')}"/>
<ant:pathelement path="${plugin.getDependencyPath('jalopy:jalopy-ant')}"/>
<ant:pathelement path="${plugin.getDependencyPath('aelfred')}"/>
<ant:pathelement path="${plugin.getDependencyPath('jaxp')}"/>
<ant:pathelement path="${plugin.getDependencyPath('jdom')}"/>
<ant:pathelement path="${plugin.getDependencyPath('log4j')}"/>
<ant:pathelement path="${plugin.getDependencyPath('oro')}"/>
<ant:pathelement path="${plugin.getDependencyPath('sax')}"/>
<ant:pathelement path="${plugin.getDependencyPath('textarea')}"/>
</ant:classpath>
</ant:taskdef>

View File

@@ -77,53 +77,30 @@
</developer>
</developers>
<dependencies>
<dependency>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>1.5.3-1</version>
<properties>
<classloader>root</classloader>
</properties>
</dependency>
<dependency>
<groupId>jalopy</groupId>
<artifactId>jalopy</artifactId>
<version>1.0b10</version>
<properties>
<classloader>root</classloader>
</properties>
</dependency>
<dependency>
<groupId>jalopy</groupId>
<artifactId>jalopy-ant</artifactId>
<version>0.6.1</version>
<properties>
<classloader>root</classloader>
</properties>
</dependency>
<dependency>
<groupId>aelfred</groupId>
<artifactId>aelfred</artifactId>
<version>1.2</version>
<properties>
<classloader>root</classloader>
</properties>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>1.0.b2</version>
<properties>
<classloader>root</classloader>
</properties>
</dependency>
<dependency>
<groupId>jdom</groupId>
<artifactId>jdom</artifactId>
<version>1.0b8</version>
<properties>
<classloader>root</classloader>
</properties>
</dependency>
<dependency>
<groupId>log4j</groupId>
@@ -134,17 +111,11 @@
<groupId>oro</groupId>
<artifactId>oro</artifactId>
<version>2.0.7</version>
<properties>
<classloader>root</classloader>
</properties>
</dependency>
<dependency>
<groupId>textarea</groupId>
<artifactId>textarea</artifactId>
<version>2.2.3</version>
<properties>
<classloader>root</classloader>
</properties>
</dependency>
</dependencies>
</project>

View File

@@ -100,14 +100,6 @@
</developer>
</developers>
<dependencies>
<dependency>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>1.5.3-1</version>
<properties>
<classloader>root</classloader>
</properties>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>

View File

@@ -78,9 +78,6 @@
<groupId>jcoverage</groupId>
<artifactId>jcoverage</artifactId>
<version>1.0.5</version>
<properties>
<classloader>root</classloader>
</properties>
<url>http://www.jcoverage.com</url>
</dependency>
<dependency>

View File

@@ -54,9 +54,6 @@
<groupId>jdepend</groupId>
<artifactId>jdepend</artifactId>
<version>2.3</version>
<properties>
<classloader>root</classloader>
</properties>
</dependency>
</dependencies>
<versions>

View File

@@ -20,6 +20,7 @@
<project>
<extend>../plugin-parent/project.xml</extend>
<package>blah</package>
<pomVersion>3</pomVersion>
<id>maven-jdiff-plugin</id>
<name>Maven JDiff Plugin</name>
@@ -72,9 +73,6 @@
<groupId>jdiff</groupId>
<artifactId>jdiff</artifactId>
<version>1.0.9</version>
<properties>
<classloader>root</classloader>
</properties>
</dependency>
</dependencies>
</project>

View File

@@ -38,7 +38,11 @@
description="Generate documentation from latex source">
<j:if test="${!latexSrcDir.equals('MAVEN_LATEX_SRC_DIR_NOT_SET')}">
<ant:taskdef name="latex" classname="de.prima.shire.anttex.LaTeX"/>
<ant:path id="latex.classpath">
<ant:pathelement location="${plugin.getDependencyPath('anttex:anttex')}" />
<ant:pathelement location="${plugin.getDependencyPath('commons-lang:commons-lang')}" />
</ant:path>
<ant:taskdef name="latex" classname="de.prima.shire.anttex.LaTeX" classpathref="latex.classpath" />
<ant:echo>scanning: ${latexSrcDir}</ant:echo>
<ant:copy todir="${maven.build.dir}/latex">

View File

@@ -63,14 +63,6 @@
</developer>
</developers>
<dependencies>
<dependency>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>1.5.3-1</version>
<properties>
<classloader>root</classloader>
</properties>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
@@ -80,9 +72,6 @@
<groupId>anttex</groupId>
<artifactId>anttex</artifactId>
<version>1.0</version>
<properties>
<classloader>root</classloader>
</properties>
</dependency>
</dependencies>
</project>

View File

@@ -31,9 +31,13 @@
<goal name="native:compile" description="Compile the native compiler" prereqs="native:jniheader">
<taskdef name="cc" classname="net.sf.antcontrib.cpptasks.CCTask"/>
<typedef name="linker" classname="net.sf.antcontrib.cpptasks.LinkerDef"/>
<typedef name="compiler" classname="net.sf.antcontrib.cpptasks.CompilerDef"/>
<path id="native.classpath">
<pathelement location="${plugin.getDependencyPath('ant-contrib:cpptasks')}" />
<pathelement location="${plugin.getDependencyPath('bcel:bcel')}" />
</path>
<taskdef name="cc" classname="net.sf.antcontrib.cpptasks.CCTask" classpathref="native.classpath"/>
<typedef name="linker" classname="net.sf.antcontrib.cpptasks.LinkerDef" classpathref="native.classpath"/>
<typedef name="compiler" classname="net.sf.antcontrib.cpptasks.CompilerDef" classpathref="native.classpath"/>
<ant:echo> Real Java Home = '${java.home}/..'
artifactId = '${pom.artifactId}' </ant:echo>

View File

@@ -66,17 +66,11 @@
<groupId>ant-contrib</groupId>
<artifactId>cpptasks</artifactId>
<version>20030309.134440</version>
<properties>
<classloader>root</classloader>
</properties>
</dependency>
<dependency>
<groupId>bcel</groupId>
<artifactId>bcel</artifactId>
<version>5.0</version>
<properties>
<classloader>root</classloader>
</properties>
</dependency>
</dependencies>
</project>