From ac0da55b52910a5335ca8f79ab1ed3edf074a05e Mon Sep 17 00:00:00 2001 From: jvanzyl Date: Mon, 2 Feb 2004 13:15:06 +0000 Subject: [PATCH] o removing summit plugin git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114651 13f79535-47bb-0310-9956-ffa450edef68 --- summit/.cvsignore | 3 -- summit/NOTES.txt | 45 ----------------- summit/plugin.jelly | 78 ----------------------------- summit/plugin.properties | 20 -------- summit/project.properties | 5 -- summit/project.xml | 97 ------------------------------------- summit/xdocs/.cvsignore | 1 - summit/xdocs/changes.xml | 34 ------------- summit/xdocs/goals.xml | 23 --------- summit/xdocs/index.xml | 15 ------ summit/xdocs/navigation.xml | 16 ------ summit/xdocs/properties.xml | 25 ---------- 12 files changed, 362 deletions(-) delete mode 100644 summit/.cvsignore delete mode 100644 summit/NOTES.txt delete mode 100644 summit/plugin.jelly delete mode 100644 summit/plugin.properties delete mode 100644 summit/project.properties delete mode 100644 summit/project.xml delete mode 100644 summit/xdocs/.cvsignore delete mode 100644 summit/xdocs/changes.xml delete mode 100644 summit/xdocs/goals.xml delete mode 100644 summit/xdocs/index.xml delete mode 100644 summit/xdocs/navigation.xml delete mode 100644 summit/xdocs/properties.xml diff --git a/summit/.cvsignore b/summit/.cvsignore deleted file mode 100644 index e5e33942..00000000 --- a/summit/.cvsignore +++ /dev/null @@ -1,3 +0,0 @@ -target -velocity.log -maven.log diff --git a/summit/NOTES.txt b/summit/NOTES.txt deleted file mode 100644 index d5212ee1..00000000 --- a/summit/NOTES.txt +++ /dev/null @@ -1,45 +0,0 @@ -An application view consists of: - -o application-view.xml -o pipeline.xml -o templates.jar - -The WAR looks like this: - -. -|-- WEB-INF -| |-- application-views -| | `-- tiny.jar -| |-- turbine-configuration.xml -| `-- web.xml -|-- css -| |-- maven.css -| |-- ns4_only.css -| |-- print.css -| `-- tigris.css -|-- images -| |-- icon_alert.gif -| |-- icon_alertsml.gif -| |-- icon_confirmsml.gif -| |-- logo-80p.jpg -| |-- logo.jpg -| |-- nw_min.gif -| |-- strich.gif -| |-- sw_min.gif -| `-- zen_logo2.gif -+-- js - `-- main.js - -ISSUES - -o So we have a problem with static content for each view. There isn't much - point in having some things in the JAR and some not. - -o Having the templates in a JAR for development will be a PITA. We're going - to need to use the file resource loader during development. - -o Being able to retrieve run-time dependencies. - -o How to determine the dependencies. - -o Document classloader behaviour in the Jetty component. diff --git a/summit/plugin.jelly b/summit/plugin.jelly deleted file mode 100644 index 0aa097c2..00000000 --- a/summit/plugin.jelly +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/summit/plugin.properties b/summit/plugin.properties deleted file mode 100644 index 36f824bf..00000000 --- a/summit/plugin.properties +++ /dev/null @@ -1,20 +0,0 @@ -# ------------------------------------------------------------------- -# Default Maven properties for the Summit plugin. -# ------------------------------------------------------------------- -# These are the properties that we believe are immutable so we -# keep them apart from the project specific properties. -# ------------------------------------------------------------------- - -maven.plexus.runtimeDirectory = ${basedir}/runtime -maven.plexus.bin = ${maven.plexus.runtimeDirectory}/bin -maven.plexus.conf = ${maven.plexus.runtimeDirectory}/conf -maven.plexus.log = ${maven.plexus.runtimeDirectory}/log -maven.plexus.lib = ${maven.plexus.runtimeDirectory}/lib -maven.plexus.appLib = ${maven.plexus.runtimeDirectory}/app-lib -maven.plexus.components = ${maven.plexus.runtimeDirectory}/components -maven.plexus.work = ${maven.plexus.runtimeDirectory}/work - -maven.plexus.componentBuilds = ${basedir}/component-builds -maven.plexus.templatePath = ${plugin.dir}/templates -maven.plexus.launcherConfigurationTemplate = classworlds.vm -maven.plexus.launcherConfiguration = classworlds.conf diff --git a/summit/project.properties b/summit/project.properties deleted file mode 100644 index 39f28911..00000000 --- a/summit/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/summit/project.xml b/summit/project.xml deleted file mode 100644 index f3906272..00000000 --- a/summit/project.xml +++ /dev/null @@ -1,97 +0,0 @@ - - - - ../project.xml - 3 - maven-summit-plugin - Maven Summit Plug-in - 1.1 - Various goals for making development with Plexus easy. - Plexus Tools - http://maven.apache.org/reference/plugins/summit/ - /www/maven.apache.org/reference/plugins/summit/ - - scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/summit/ - http://cvs.apache.org/viewcvs/maven-plugins/summit/ - - - - - commons-jelly - commons-jelly-tags-velocity - 20030303.205659 - - - velocity - velocity - 1.4-dev - - - commons-beanutils - commons-beanutils - 1.6.1 - - - commons-logging - commons-logging - 1.0.3 - - - 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 - - - - - commons-collections - commons-collections - 2.1 - - - commons-digester - commons-digester - 1.4.1 - - - commons-lang - commons-lang - 1.0.1 - - - commons-betwixt - commons-betwixt - 20030211.133854 - - - - - xerces - xerces - 2.4.0 - - - xml-apis - xml-apis - 1.0.b2 - - - diff --git a/summit/xdocs/.cvsignore b/summit/xdocs/.cvsignore deleted file mode 100644 index cb6131bb..00000000 --- a/summit/xdocs/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -stylesheets diff --git a/summit/xdocs/changes.xml b/summit/xdocs/changes.xml deleted file mode 100644 index cba57f21..00000000 --- a/summit/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 - - - Update to commons-collections 2.1 - - - - - Original release for Maven 1.0-beta8 - - - - - diff --git a/summit/xdocs/goals.xml b/summit/xdocs/goals.xml deleted file mode 100644 index 4a3fc5de..00000000 --- a/summit/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/summit/xdocs/index.xml b/summit/xdocs/index.xml deleted file mode 100644 index 955c2ad1..00000000 --- a/summit/xdocs/index.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - Maven Ant Plug-in - Jason van Zyl - - - -
-

-

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