From f6088c8f345a5e8b2ebf70350406ce680b6293e8 Mon Sep 17 00:00:00 2001 From: jvanzyl Date: Mon, 2 Feb 2004 13:16:23 +0000 Subject: [PATCH] o trygvis has a better running plugin at sf.net git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114653 13f79535-47bb-0310-9956-ffa450edef68 --- runner/.cvsignore | 3 - runner/plugin.jelly | 190 ------------------------------------ runner/plugin.properties | 6 -- runner/project.properties | 5 - runner/project.xml | 117 ---------------------- runner/xdocs/.cvsignore | 1 - runner/xdocs/changes.xml | 34 ------- runner/xdocs/goals.xml | 23 ----- runner/xdocs/index.xml | 15 --- runner/xdocs/navigation.xml | 16 --- runner/xdocs/properties.xml | 25 ----- 11 files changed, 435 deletions(-) delete mode 100644 runner/.cvsignore delete mode 100644 runner/plugin.jelly delete mode 100644 runner/plugin.properties delete mode 100644 runner/project.properties delete mode 100644 runner/project.xml delete mode 100644 runner/xdocs/.cvsignore delete mode 100644 runner/xdocs/changes.xml delete mode 100644 runner/xdocs/goals.xml delete mode 100644 runner/xdocs/index.xml delete mode 100644 runner/xdocs/navigation.xml delete mode 100644 runner/xdocs/properties.xml diff --git a/runner/.cvsignore b/runner/.cvsignore deleted file mode 100644 index e5e33942..00000000 --- a/runner/.cvsignore +++ /dev/null @@ -1,3 +0,0 @@ -target -velocity.log -maven.log diff --git a/runner/plugin.jelly b/runner/plugin.jelly deleted file mode 100644 index 5f3edb4e..00000000 --- a/runner/plugin.jelly +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @templatePath = ${templatePath} - @classWorldsConfiguration = ${classWorldsConfiguration} - @classWorldsConfigurationTemplate = ${classWorldsConfigurationTemplate} - - - - - - - - - - - @templatePath = ${templatePath} - @unixScript = ${unixScript} - @windowsScript = ${windowsScript} - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/runner/plugin.properties b/runner/plugin.properties deleted file mode 100644 index 12eccf72..00000000 --- a/runner/plugin.properties +++ /dev/null @@ -1,6 +0,0 @@ -# ------------------------------------------------------------------- -# Default Maven properties for the Plexus plugin. -# ------------------------------------------------------------------- -# These are the properties that we believe are immutable so we -# keep them apart from the project specific properties. -# ------------------------------------------------------------------- diff --git a/runner/project.properties b/runner/project.properties deleted file mode 100644 index 39f28911..00000000 --- a/runner/project.properties +++ /dev/null @@ -1,5 +0,0 @@ -# ------------------------------------------------------------------- -# P R O J E C T P R O P E R T I E S -# ------------------------------------------------------------------- -maven.license.licenseFile=${basedir}/../LICENSE.txt - diff --git a/runner/project.xml b/runner/project.xml deleted file mode 100644 index a60adccc..00000000 --- a/runner/project.xml +++ /dev/null @@ -1,117 +0,0 @@ - - - - ../project.xml - 3 - maven-runner-plugin - Maven Runner Plug-in - 0.3 - Various goals for making development with Plexus easy. - Plexus Tools - http://maven.apache.org/reference/plugins/plexus/ - /www/maven.apache.org/reference/plugins/plexus/ - - scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/plexus/ - http://cvs.apache.org/viewcvs/maven-plugins/plexus/ - - - - - commons-jelly - commons-jelly-tags-velocity - 20030303.205659 - - root.maven - - - - velocity - velocity - 1.4-dev - - - - - commons-collections - commons-collections - 2.1 - - - commons-digester - commons-digester - 1.4.1 - - - commons-beanutils - commons-beanutils - 1.6.1 - - - commons-lang - commons-lang - 1.0.1 - - - commons-logging - commons-logging - 1.0.3 - - - commons-betwixt - commons-betwixt - 20030211.133854 - - - dom4j - dom4j - 1.4-dev-8 - http://www.dom4j.org/ - - - commons-jelly - commons-jelly - 20030902.160215 - http://jakarta.apache.org/commons/jelly/ - - - commons-jexl - commons-jexl - 1.0-beta-1 - http://jakarta.apache.org/commons/jexl/ - - - ant - ant - 1.5.3-1 - - - - - xerces - xerces - 2.4.0 - - - xml-apis - xml-apis - 1.0.b2 - - - - - pom - plexus - plexus - 0.2 - - - plexus - plexus - 0.2 - - - diff --git a/runner/xdocs/.cvsignore b/runner/xdocs/.cvsignore deleted file mode 100644 index cb6131bb..00000000 --- a/runner/xdocs/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -stylesheets diff --git a/runner/xdocs/changes.xml b/runner/xdocs/changes.xml deleted file mode 100644 index a4e75bfe..00000000 --- a/runner/xdocs/changes.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - Changes - Jason van Zyl - - - - - update to commons-jelly-20030902.160215 - - update to velocity 1.4-dev - - - Upgrade to dom4j 1.4 - - - Upgrade to commons-logging 1.0.3 - - - update to commons-lang 1.0.1 - - - Updated to commons-collections 2.1 - - - - - Original release for Maven 1.0-beta8 - - - - - diff --git a/runner/xdocs/goals.xml b/runner/xdocs/goals.xml deleted file mode 100644 index 4a3fc5de..00000000 --- a/runner/xdocs/goals.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - Maven Plexus Plug-in Goals - Jason van Zyl - - - -
- - - - - - -
GoalDescription
plexus:runtime - For a given project generate a plexus runtime using the required - components. -
-
- -
diff --git a/runner/xdocs/index.xml b/runner/xdocs/index.xml deleted file mode 100644 index 955c2ad1..00000000 --- a/runner/xdocs/index.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - Maven Ant Plug-in - Jason van Zyl - - - -
-

-

-
- -
diff --git a/runner/xdocs/navigation.xml b/runner/xdocs/navigation.xml deleted file mode 100644 index febe22bc..00000000 --- a/runner/xdocs/navigation.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - Maven Plexus Plugin - - - - - - - - - - - - diff --git a/runner/xdocs/properties.xml b/runner/xdocs/properties.xml deleted file mode 100644 index cfa110cc..00000000 --- a/runner/xdocs/properties.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - Maven Ant Plugin Properties - dIon Gillard - - - -
- - - - - - - - - - - -
Property nameOptional?Description
-
- -