Commit 8415570c1c3e69985cbe5004aae5d1f9ffc67dd2

Authored by Ione Oliveira
0 parents
Exists in master

Submissão Inicial

Showing 119 changed files with 1102 additions and 0 deletions   Show diff stats

Too many changes.

To preserve performance only 100 of 119 files displayed.

Manual_AndroMDA_Instalacao.pdf 0 → 100644
No preview for this file type
maven-1.0.2/bin/forehead.conf 0 → 100755
  1 +++ a/maven-1.0.2/bin/forehead.conf
... ... @@ -0,0 +1,35 @@
  1 +# -------------------------------------------------------------------
  2 +# Copyright 2001-2004 The Apache Software Foundation.
  3 +#
  4 +# Licensed under the Apache License, Version 2.0 (the "License");
  5 +# you may not use this file except in compliance with the License.
  6 +# You may obtain a copy of the License at
  7 +#
  8 +# http://www.apache.org/licenses/LICENSE-2.0
  9 +#
  10 +# Unless required by applicable law or agreed to in writing, software
  11 +# distributed under the License is distributed on an "AS IS" BASIS,
  12 +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13 +# See the License for the specific language governing permissions and
  14 +# limitations under the License.
  15 +# -------------------------------------------------------------------
  16 +
  17 ++maven.home
  18 ++java.home
  19 ++tools.jar
  20 +
  21 +=[root.maven] org.apache.maven.cli.App
  22 +
  23 +[root]
  24 + ${tools.jar}
  25 + ${maven.home}/lib/commons-grant-1.0-beta-4.jar
  26 + ${maven.home}/lib/ant-1.5.3-1.jar
  27 + ${maven.home}/lib/endorsed/xml-apis-1.0.b2.jar
  28 + ${maven.home}/lib/ant-optional-1.5.3-1.jar
  29 + ${maven.home}/lib/endorsed/xerces-2.4.0.jar
  30 + ${maven.home}/lib/commons-logging-1.0.3.jar
  31 + ${maven.home}/lib/log4j-1.2.8.jar
  32 +
  33 +[root.maven]
  34 + ${maven.home}/lib/*.jar
  35 + ${maven.home}/lib/endorsed/*.jar
... ...
maven-1.0.2/bin/install_repo.bat 0 → 100755
  1 +++ a/maven-1.0.2/bin/install_repo.bat
... ... @@ -0,0 +1,103 @@
  1 +@ECHO OFF
  2 +if %1a==a goto usage
  3 +if "%MAVEN_HOME%"=="" goto MHusage
  4 +set REPO_DIR=%1
  5 +:start
  6 +shift
  7 +if %1a==a goto parsed
  8 +set REPO_DIR=%REPO_DIR% %1
  9 +goto start
  10 +:parsed
  11 +echo copying to repository %REPO_DIR%
  12 +REM this warns but works on WinNT+, should work on Win9x too
  13 +if not exist "%REPO_DIR%\nul" mkdir "%REPO_DIR%"
  14 +if not exist "%REPO_DIR%\dom4j\nul" mkdir "%REPO_DIR%\dom4j"
  15 +if not exist "%REPO_DIR%\dom4j\jars\nul" mkdir "%REPO_DIR%\dom4j\jars"
  16 +if not exist "%REPO_DIR%\dom4j\jars\dom4j-1.4-dev-8.jar" copy "%MAVEN_HOME%\lib\dom4j-1.4-dev-8.jar" "%REPO_DIR%\dom4j\jars"
  17 +if not exist "%REPO_DIR%\ant\nul" mkdir "%REPO_DIR%\ant"
  18 +if not exist "%REPO_DIR%\ant\jars\nul" mkdir "%REPO_DIR%\ant\jars"
  19 +if not exist "%REPO_DIR%\ant\jars\ant-1.5.3-1.jar" copy "%MAVEN_HOME%\lib\ant-1.5.3-1.jar" "%REPO_DIR%\ant\jars"
  20 +if not exist "%REPO_DIR%\ant\nul" mkdir "%REPO_DIR%\ant"
  21 +if not exist "%REPO_DIR%\ant\jars\nul" mkdir "%REPO_DIR%\ant\jars"
  22 +if not exist "%REPO_DIR%\ant\jars\ant-optional-1.5.3-1.jar" copy "%MAVEN_HOME%\lib\ant-optional-1.5.3-1.jar" "%REPO_DIR%\ant\jars"
  23 +if not exist "%REPO_DIR%\commons-betwixt\nul" mkdir "%REPO_DIR%\commons-betwixt"
  24 +if not exist "%REPO_DIR%\commons-betwixt\jars\nul" mkdir "%REPO_DIR%\commons-betwixt\jars"
  25 +if not exist "%REPO_DIR%\commons-betwixt\jars\commons-betwixt-1.0-beta-1.20030111.103454.jar" copy "%MAVEN_HOME%\lib\commons-betwixt-1.0-beta-1.20030111.103454.jar" "%REPO_DIR%\commons-betwixt\jars"
  26 +if not exist "%REPO_DIR%\commons-digester\nul" mkdir "%REPO_DIR%\commons-digester"
  27 +if not exist "%REPO_DIR%\commons-digester\jars\nul" mkdir "%REPO_DIR%\commons-digester\jars"
  28 +if not exist "%REPO_DIR%\commons-digester\jars\commons-digester-1.4.1.jar" copy "%MAVEN_HOME%\lib\commons-digester-1.4.1.jar" "%REPO_DIR%\commons-digester\jars"
  29 +if not exist "%REPO_DIR%\commons-jelly\nul" mkdir "%REPO_DIR%\commons-jelly"
  30 +if not exist "%REPO_DIR%\commons-jelly\jars\nul" mkdir "%REPO_DIR%\commons-jelly\jars"
  31 +if not exist "%REPO_DIR%\commons-jelly\jars\commons-jelly-20030902.160215.jar" copy "%MAVEN_HOME%\lib\commons-jelly-20030902.160215.jar" "%REPO_DIR%\commons-jelly\jars"
  32 +if not exist "%REPO_DIR%\commons-jelly\nul" mkdir "%REPO_DIR%\commons-jelly"
  33 +if not exist "%REPO_DIR%\commons-jelly\jars\nul" mkdir "%REPO_DIR%\commons-jelly\jars"
  34 +if not exist "%REPO_DIR%\commons-jelly\jars\commons-jelly-tags-ant-1.0.jar" copy "%MAVEN_HOME%\lib\commons-jelly-tags-ant-1.0.jar" "%REPO_DIR%\commons-jelly\jars"
  35 +if not exist "%REPO_DIR%\commons-jelly\nul" mkdir "%REPO_DIR%\commons-jelly"
  36 +if not exist "%REPO_DIR%\commons-jelly\jars\nul" mkdir "%REPO_DIR%\commons-jelly\jars"
  37 +if not exist "%REPO_DIR%\commons-jelly\jars\commons-jelly-tags-define-20030211.142932.jar" copy "%MAVEN_HOME%\lib\commons-jelly-tags-define-20030211.142932.jar" "%REPO_DIR%\commons-jelly\jars"
  38 +if not exist "%REPO_DIR%\commons-jelly\nul" mkdir "%REPO_DIR%\commons-jelly"
  39 +if not exist "%REPO_DIR%\commons-jelly\jars\nul" mkdir "%REPO_DIR%\commons-jelly\jars"
  40 +if not exist "%REPO_DIR%\commons-jelly\jars\commons-jelly-tags-util-20030211.141939.jar" copy "%MAVEN_HOME%\lib\commons-jelly-tags-util-20030211.141939.jar" "%REPO_DIR%\commons-jelly\jars"
  41 +if not exist "%REPO_DIR%\commons-jelly\nul" mkdir "%REPO_DIR%\commons-jelly"
  42 +if not exist "%REPO_DIR%\commons-jelly\jars\nul" mkdir "%REPO_DIR%\commons-jelly\jars"
  43 +if not exist "%REPO_DIR%\commons-jelly\jars\commons-jelly-tags-xml-20040613.030723.jar" copy "%MAVEN_HOME%\lib\commons-jelly-tags-xml-20040613.030723.jar" "%REPO_DIR%\commons-jelly\jars"
  44 +if not exist "%REPO_DIR%\commons-graph\nul" mkdir "%REPO_DIR%\commons-graph"
  45 +if not exist "%REPO_DIR%\commons-graph\jars\nul" mkdir "%REPO_DIR%\commons-graph\jars"
  46 +if not exist "%REPO_DIR%\commons-graph\jars\commons-graph-0.8.1.jar" copy "%MAVEN_HOME%\lib\commons-graph-0.8.1.jar" "%REPO_DIR%\commons-graph\jars"
  47 +if not exist "%REPO_DIR%\commons-jexl\nul" mkdir "%REPO_DIR%\commons-jexl"
  48 +if not exist "%REPO_DIR%\commons-jexl\jars\nul" mkdir "%REPO_DIR%\commons-jexl\jars"
  49 +if not exist "%REPO_DIR%\commons-jexl\jars\commons-jexl-1.0-beta-1.jar" copy "%MAVEN_HOME%\lib\commons-jexl-1.0-beta-1.jar" "%REPO_DIR%\commons-jexl\jars"
  50 +if not exist "%REPO_DIR%\commons-logging\nul" mkdir "%REPO_DIR%\commons-logging"
  51 +if not exist "%REPO_DIR%\commons-logging\jars\nul" mkdir "%REPO_DIR%\commons-logging\jars"
  52 +if not exist "%REPO_DIR%\commons-logging\jars\commons-logging-1.0.3.jar" copy "%MAVEN_HOME%\lib\commons-logging-1.0.3.jar" "%REPO_DIR%\commons-logging\jars"
  53 +if not exist "%REPO_DIR%\commons-httpclient\nul" mkdir "%REPO_DIR%\commons-httpclient"
  54 +if not exist "%REPO_DIR%\commons-httpclient\jars\nul" mkdir "%REPO_DIR%\commons-httpclient\jars"
  55 +if not exist "%REPO_DIR%\commons-httpclient\jars\commons-httpclient-2.0.jar" copy "%MAVEN_HOME%\lib\commons-httpclient-2.0.jar" "%REPO_DIR%\commons-httpclient\jars"
  56 +if not exist "%REPO_DIR%\werkz\nul" mkdir "%REPO_DIR%\werkz"
  57 +if not exist "%REPO_DIR%\werkz\jars\nul" mkdir "%REPO_DIR%\werkz\jars"
  58 +if not exist "%REPO_DIR%\werkz\jars\werkz-20040426.222000.jar" copy "%MAVEN_HOME%\lib\werkz-20040426.222000.jar" "%REPO_DIR%\werkz\jars"
  59 +if not exist "%REPO_DIR%\commons-beanutils\nul" mkdir "%REPO_DIR%\commons-beanutils"
  60 +if not exist "%REPO_DIR%\commons-beanutils\jars\nul" mkdir "%REPO_DIR%\commons-beanutils\jars"
  61 +if not exist "%REPO_DIR%\commons-beanutils\jars\commons-beanutils-1.6.1.jar" copy "%MAVEN_HOME%\lib\commons-beanutils-1.6.1.jar" "%REPO_DIR%\commons-beanutils\jars"
  62 +if not exist "%REPO_DIR%\commons-cli\nul" mkdir "%REPO_DIR%\commons-cli"
  63 +if not exist "%REPO_DIR%\commons-cli\jars\nul" mkdir "%REPO_DIR%\commons-cli\jars"
  64 +if not exist "%REPO_DIR%\commons-cli\jars\commons-cli-1.0-beta-2.jar" copy "%MAVEN_HOME%\lib\commons-cli-1.0-beta-2.jar" "%REPO_DIR%\commons-cli\jars"
  65 +if not exist "%REPO_DIR%\commons-collections\nul" mkdir "%REPO_DIR%\commons-collections"
  66 +if not exist "%REPO_DIR%\commons-collections\jars\nul" mkdir "%REPO_DIR%\commons-collections\jars"
  67 +if not exist "%REPO_DIR%\commons-collections\jars\commons-collections-2.1.jar" copy "%MAVEN_HOME%\lib\commons-collections-2.1.jar" "%REPO_DIR%\commons-collections\jars"
  68 +if not exist "%REPO_DIR%\commons-grant\nul" mkdir "%REPO_DIR%\commons-grant"
  69 +if not exist "%REPO_DIR%\commons-grant\jars\nul" mkdir "%REPO_DIR%\commons-grant\jars"
  70 +if not exist "%REPO_DIR%\commons-grant\jars\commons-grant-1.0-beta-4.jar" copy "%MAVEN_HOME%\lib\commons-grant-1.0-beta-4.jar" "%REPO_DIR%\commons-grant\jars"
  71 +if not exist "%REPO_DIR%\commons-io\nul" mkdir "%REPO_DIR%\commons-io"
  72 +if not exist "%REPO_DIR%\commons-io\jars\nul" mkdir "%REPO_DIR%\commons-io\jars"
  73 +if not exist "%REPO_DIR%\commons-io\jars\commons-io-20030203.000550.jar" copy "%MAVEN_HOME%\lib\commons-io-20030203.000550.jar" "%REPO_DIR%\commons-io\jars"
  74 +if not exist "%REPO_DIR%\commons-lang\nul" mkdir "%REPO_DIR%\commons-lang"
  75 +if not exist "%REPO_DIR%\commons-lang\jars\nul" mkdir "%REPO_DIR%\commons-lang\jars"
  76 +if not exist "%REPO_DIR%\commons-lang\jars\commons-lang-2.0.jar" copy "%MAVEN_HOME%\lib\commons-lang-2.0.jar" "%REPO_DIR%\commons-lang\jars"
  77 +if not exist "%REPO_DIR%\forehead\nul" mkdir "%REPO_DIR%\forehead"
  78 +if not exist "%REPO_DIR%\forehead\jars\nul" mkdir "%REPO_DIR%\forehead\jars"
  79 +if not exist "%REPO_DIR%\forehead\jars\forehead-1.0-beta-5.jar" copy "%MAVEN_HOME%\lib\forehead-1.0-beta-5.jar" "%REPO_DIR%\forehead\jars"
  80 +if not exist "%REPO_DIR%\log4j\nul" mkdir "%REPO_DIR%\log4j"
  81 +if not exist "%REPO_DIR%\log4j\jars\nul" mkdir "%REPO_DIR%\log4j\jars"
  82 +if not exist "%REPO_DIR%\log4j\jars\log4j-1.2.8.jar" copy "%MAVEN_HOME%\lib\log4j-1.2.8.jar" "%REPO_DIR%\log4j\jars"
  83 +if not exist "%REPO_DIR%\which\nul" mkdir "%REPO_DIR%\which"
  84 +if not exist "%REPO_DIR%\which\jars\nul" mkdir "%REPO_DIR%\which\jars"
  85 +if not exist "%REPO_DIR%\which\jars\which-1.0.jar" copy "%MAVEN_HOME%\lib\which-1.0.jar" "%REPO_DIR%\which\jars"
  86 +if not exist "%REPO_DIR%\xml-apis\nul" mkdir "%REPO_DIR%\xml-apis"
  87 +if not exist "%REPO_DIR%\xml-apis\jars\nul" mkdir "%REPO_DIR%\xml-apis\jars"
  88 +if not exist "%REPO_DIR%\xml-apis\jars\xml-apis-1.0.b2.jar" copy "%MAVEN_HOME%\lib\endorsed\xml-apis-1.0.b2.jar" "%REPO_DIR%\xml-apis\jars"
  89 +if not exist "%REPO_DIR%\xerces\nul" mkdir "%REPO_DIR%\xerces"
  90 +if not exist "%REPO_DIR%\xerces\jars\nul" mkdir "%REPO_DIR%\xerces\jars"
  91 +if not exist "%REPO_DIR%\xerces\jars\xerces-2.4.0.jar" copy "%MAVEN_HOME%\lib\endorsed\xerces-2.4.0.jar" "%REPO_DIR%\xerces\jars"
  92 +if not exist "%REPO_DIR%\plexus\nul" mkdir "%REPO_DIR%\plexus"
  93 +if not exist "%REPO_DIR%\plexus\jars\nul" mkdir "%REPO_DIR%\plexus\jars"
  94 +if not exist "%REPO_DIR%\plexus\jars\plexus-0.6.jar" copy "%MAVEN_HOME%\lib\plexus-0.6.jar" "%REPO_DIR%\plexus\jars"
  95 +if not exist "%REPO_DIR%\maven\nul" mkdir "%REPO_DIR%\maven"
  96 +if not exist "%REPO_DIR%\maven\jars\nul" mkdir "%REPO_DIR%\maven\jars"
  97 +if not exist "%REPO_DIR%\maven\jars\maven-jelly-tags-1.0.1.jar" copy "%MAVEN_HOME%\lib\maven-jelly-tags-1.0.1.jar" "%REPO_DIR%\maven\jars"
  98 +goto end
  99 +:MHusage
  100 +echo MAVEN_HOME must be set
  101 +:usage
  102 +echo usage: %0 [repository directory]
  103 +:end
... ...
maven-1.0.2/bin/install_repo.sh 0 → 100755
  1 +++ a/maven-1.0.2/bin/install_repo.sh
... ... @@ -0,0 +1,116 @@
  1 +#!/bin/sh
  2 +REPO_DIR=$1
  3 +if [ -z "$REPO_DIR" ]; then echo "usage: $0 [repository directory]"; exit; fi
  4 +if [ -z "$MAVEN_HOME" ]; then echo "MAVEN_HOME must be set"; exit; fi
  5 +if [ ! -f $REPO_DIR/dom4j/jars/dom4j-1.4-dev-8.jar ]; then
  6 + mkdir -p $REPO_DIR/dom4j/jars
  7 + cp $MAVEN_HOME/lib/dom4j-1.4-dev-8.jar $REPO_DIR/dom4j/jars
  8 +fi
  9 +if [ ! -f $REPO_DIR/ant/jars/ant-1.5.3-1.jar ]; then
  10 + mkdir -p $REPO_DIR/ant/jars
  11 + cp $MAVEN_HOME/lib/ant-1.5.3-1.jar $REPO_DIR/ant/jars
  12 +fi
  13 +if [ ! -f $REPO_DIR/ant/jars/ant-optional-1.5.3-1.jar ]; then
  14 + mkdir -p $REPO_DIR/ant/jars
  15 + cp $MAVEN_HOME/lib/ant-optional-1.5.3-1.jar $REPO_DIR/ant/jars
  16 +fi
  17 +if [ ! -f $REPO_DIR/commons-betwixt/jars/commons-betwixt-1.0-beta-1.20030111.103454.jar ]; then
  18 + mkdir -p $REPO_DIR/commons-betwixt/jars
  19 + cp $MAVEN_HOME/lib/commons-betwixt-1.0-beta-1.20030111.103454.jar $REPO_DIR/commons-betwixt/jars
  20 +fi
  21 +if [ ! -f $REPO_DIR/commons-digester/jars/commons-digester-1.4.1.jar ]; then
  22 + mkdir -p $REPO_DIR/commons-digester/jars
  23 + cp $MAVEN_HOME/lib/commons-digester-1.4.1.jar $REPO_DIR/commons-digester/jars
  24 +fi
  25 +if [ ! -f $REPO_DIR/commons-jelly/jars/commons-jelly-20030902.160215.jar ]; then
  26 + mkdir -p $REPO_DIR/commons-jelly/jars
  27 + cp $MAVEN_HOME/lib/commons-jelly-20030902.160215.jar $REPO_DIR/commons-jelly/jars
  28 +fi
  29 +if [ ! -f $REPO_DIR/commons-jelly/jars/commons-jelly-tags-ant-1.0.jar ]; then
  30 + mkdir -p $REPO_DIR/commons-jelly/jars
  31 + cp $MAVEN_HOME/lib/commons-jelly-tags-ant-1.0.jar $REPO_DIR/commons-jelly/jars
  32 +fi
  33 +if [ ! -f $REPO_DIR/commons-jelly/jars/commons-jelly-tags-define-20030211.142932.jar ]; then
  34 + mkdir -p $REPO_DIR/commons-jelly/jars
  35 + cp $MAVEN_HOME/lib/commons-jelly-tags-define-20030211.142932.jar $REPO_DIR/commons-jelly/jars
  36 +fi
  37 +if [ ! -f $REPO_DIR/commons-jelly/jars/commons-jelly-tags-util-20030211.141939.jar ]; then
  38 + mkdir -p $REPO_DIR/commons-jelly/jars
  39 + cp $MAVEN_HOME/lib/commons-jelly-tags-util-20030211.141939.jar $REPO_DIR/commons-jelly/jars
  40 +fi
  41 +if [ ! -f $REPO_DIR/commons-jelly/jars/commons-jelly-tags-xml-20040613.030723.jar ]; then
  42 + mkdir -p $REPO_DIR/commons-jelly/jars
  43 + cp $MAVEN_HOME/lib/commons-jelly-tags-xml-20040613.030723.jar $REPO_DIR/commons-jelly/jars
  44 +fi
  45 +if [ ! -f $REPO_DIR/commons-graph/jars/commons-graph-0.8.1.jar ]; then
  46 + mkdir -p $REPO_DIR/commons-graph/jars
  47 + cp $MAVEN_HOME/lib/commons-graph-0.8.1.jar $REPO_DIR/commons-graph/jars
  48 +fi
  49 +if [ ! -f $REPO_DIR/commons-jexl/jars/commons-jexl-1.0-beta-1.jar ]; then
  50 + mkdir -p $REPO_DIR/commons-jexl/jars
  51 + cp $MAVEN_HOME/lib/commons-jexl-1.0-beta-1.jar $REPO_DIR/commons-jexl/jars
  52 +fi
  53 +if [ ! -f $REPO_DIR/commons-logging/jars/commons-logging-1.0.3.jar ]; then
  54 + mkdir -p $REPO_DIR/commons-logging/jars
  55 + cp $MAVEN_HOME/lib/commons-logging-1.0.3.jar $REPO_DIR/commons-logging/jars
  56 +fi
  57 +if [ ! -f $REPO_DIR/commons-httpclient/jars/commons-httpclient-2.0.jar ]; then
  58 + mkdir -p $REPO_DIR/commons-httpclient/jars
  59 + cp $MAVEN_HOME/lib/commons-httpclient-2.0.jar $REPO_DIR/commons-httpclient/jars
  60 +fi
  61 +if [ ! -f $REPO_DIR/werkz/jars/werkz-20040426.222000.jar ]; then
  62 + mkdir -p $REPO_DIR/werkz/jars
  63 + cp $MAVEN_HOME/lib/werkz-20040426.222000.jar $REPO_DIR/werkz/jars
  64 +fi
  65 +if [ ! -f $REPO_DIR/commons-beanutils/jars/commons-beanutils-1.6.1.jar ]; then
  66 + mkdir -p $REPO_DIR/commons-beanutils/jars
  67 + cp $MAVEN_HOME/lib/commons-beanutils-1.6.1.jar $REPO_DIR/commons-beanutils/jars
  68 +fi
  69 +if [ ! -f $REPO_DIR/commons-cli/jars/commons-cli-1.0-beta-2.jar ]; then
  70 + mkdir -p $REPO_DIR/commons-cli/jars
  71 + cp $MAVEN_HOME/lib/commons-cli-1.0-beta-2.jar $REPO_DIR/commons-cli/jars
  72 +fi
  73 +if [ ! -f $REPO_DIR/commons-collections/jars/commons-collections-2.1.jar ]; then
  74 + mkdir -p $REPO_DIR/commons-collections/jars
  75 + cp $MAVEN_HOME/lib/commons-collections-2.1.jar $REPO_DIR/commons-collections/jars
  76 +fi
  77 +if [ ! -f $REPO_DIR/commons-grant/jars/commons-grant-1.0-beta-4.jar ]; then
  78 + mkdir -p $REPO_DIR/commons-grant/jars
  79 + cp $MAVEN_HOME/lib/commons-grant-1.0-beta-4.jar $REPO_DIR/commons-grant/jars
  80 +fi
  81 +if [ ! -f $REPO_DIR/commons-io/jars/commons-io-20030203.000550.jar ]; then
  82 + mkdir -p $REPO_DIR/commons-io/jars
  83 + cp $MAVEN_HOME/lib/commons-io-20030203.000550.jar $REPO_DIR/commons-io/jars
  84 +fi
  85 +if [ ! -f $REPO_DIR/commons-lang/jars/commons-lang-2.0.jar ]; then
  86 + mkdir -p $REPO_DIR/commons-lang/jars
  87 + cp $MAVEN_HOME/lib/commons-lang-2.0.jar $REPO_DIR/commons-lang/jars
  88 +fi
  89 +if [ ! -f $REPO_DIR/forehead/jars/forehead-1.0-beta-5.jar ]; then
  90 + mkdir -p $REPO_DIR/forehead/jars
  91 + cp $MAVEN_HOME/lib/forehead-1.0-beta-5.jar $REPO_DIR/forehead/jars
  92 +fi
  93 +if [ ! -f $REPO_DIR/log4j/jars/log4j-1.2.8.jar ]; then
  94 + mkdir -p $REPO_DIR/log4j/jars
  95 + cp $MAVEN_HOME/lib/log4j-1.2.8.jar $REPO_DIR/log4j/jars
  96 +fi
  97 +if [ ! -f $REPO_DIR/which/jars/which-1.0.jar ]; then
  98 + mkdir -p $REPO_DIR/which/jars
  99 + cp $MAVEN_HOME/lib/which-1.0.jar $REPO_DIR/which/jars
  100 +fi
  101 +if [ ! -f $REPO_DIR/xml-apis/jars/xml-apis-1.0.b2.jar ]; then
  102 + mkdir -p $REPO_DIR/xml-apis/jars
  103 + cp $MAVEN_HOME/lib/endorsed/xml-apis-1.0.b2.jar $REPO_DIR/xml-apis/jars
  104 +fi
  105 +if [ ! -f $REPO_DIR/xerces/jars/xerces-2.4.0.jar ]; then
  106 + mkdir -p $REPO_DIR/xerces/jars
  107 + cp $MAVEN_HOME/lib/endorsed/xerces-2.4.0.jar $REPO_DIR/xerces/jars
  108 +fi
  109 +if [ ! -f $REPO_DIR/plexus/jars/plexus-0.6.jar ]; then
  110 + mkdir -p $REPO_DIR/plexus/jars
  111 + cp $MAVEN_HOME/lib/plexus-0.6.jar $REPO_DIR/plexus/jars
  112 +fi
  113 +if [ ! -f $REPO_DIR/maven/jars/maven-jelly-tags-1.0.1.jar ]; then
  114 + mkdir -p $REPO_DIR/maven/jars
  115 + cp $MAVEN_HOME/lib/maven-jelly-tags-1.0.1.jar $REPO_DIR/maven/jars
  116 +fi
... ...
maven-1.0.2/bin/maven 0 → 100755
  1 +++ a/maven-1.0.2/bin/maven
... ... @@ -0,0 +1,163 @@
  1 +#!/bin/sh
  2 +# ----------------------------------------------------------------------------
  3 +# Copyright 2001-2004 The Apache Software Foundation.
  4 +#
  5 +# Licensed under the Apache License, Version 2.0 (the "License");
  6 +# you may not use this file except in compliance with the License.
  7 +# You may obtain a copy of the License at
  8 +#
  9 +# http://www.apache.org/licenses/LICENSE-2.0
  10 +#
  11 +# Unless required by applicable law or agreed to in writing, software
  12 +# distributed under the License is distributed on an "AS IS" BASIS,
  13 +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14 +# See the License for the specific language governing permissions and
  15 +# limitations under the License.
  16 +# ----------------------------------------------------------------------------
  17 +
  18 +# Copyright (c) 2001-2002 The Apache Software Foundation. All rights
  19 +# reserved.
  20 +
  21 +FOREHEAD_VERSION=1.0-beta-5
  22 +
  23 +if [ -z "$MAVEN_OPTS" ] ; then
  24 + MAVEN_OPTS="-Xmx256m"
  25 +fi
  26 +
  27 +if [ -f /etc/mavenrc ] ; then
  28 + . /etc/mavenrc
  29 +fi
  30 +
  31 +if [ -f "$HOME/.mavenrc" ] ; then
  32 + . "$HOME/.mavenrc"
  33 +fi
  34 +
  35 +# OS specific support. $var _must_ be set to either true or false.
  36 +cygwin=false;
  37 +darwin=false;
  38 +case "`uname`" in
  39 + CYGWIN*) cygwin=true ;;
  40 + Darwin*) darwin=true
  41 + if [ -z "$JAVA_VERSION" ] ; then
  42 + JAVA_VERSION="CurrentJDK"
  43 + else
  44 + echo "Using Java version: $JAVA_VERSION"
  45 + fi
  46 + if [ -z "$JAVA_HOME" ] ; then
  47 + JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/${JAVA_VERSION}/Home
  48 + fi
  49 + ;;
  50 +esac
  51 +
  52 +if [ -z "$MAVEN_HOME" ] ; then
  53 + # try to find MAVEN
  54 + if [ -d /opt/maven ] ; then
  55 + MAVEN_HOME=/opt/maven
  56 + fi
  57 +
  58 + if [ -d "$HOME/maven" ] ; then
  59 + MAVEN_HOME="$HOME/maven"
  60 + fi
  61 +
  62 + ## resolve links - $0 may be a link to maven's home
  63 + PRG=$0
  64 + saveddir=`pwd`
  65 +
  66 + # need this for relative symlinks
  67 + PRGDIR=`dirname "$PRG"`
  68 + cd "$PRGDIR"
  69 +
  70 + while [ -h "$PRG" ] ; do
  71 + ls=`ls -ld "$PRG"`
  72 + link=`expr "$ls" : '.*-> \(.*\)$'`
  73 + if expr "$link" : '.*/.*' > /dev/null; then
  74 + PRG="$link"
  75 + else
  76 + PRG="$PRGDIR/$link"
  77 + fi
  78 + done
  79 +
  80 + MAVEN_HOME="$PRGDIR/.."
  81 +
  82 + # make it fully qualified
  83 + MAVEN_HOME=`cd "$MAVEN_HOME" && pwd`
  84 +
  85 + cd "$saveddir"
  86 +fi
  87 +
  88 +# For Cygwin, ensure paths are in UNIX format before anything is touched
  89 +if $cygwin ; then
  90 + [ -n "$MAVEN_HOME" ] &&
  91 + MAVEN_HOME=`cygpath --unix "$MAVEN_HOME"`
  92 + [ -n "$MAVEN_HOME_LOCAL" ] &&
  93 + MAVEN_HOME_LOCAL=`cygpath --unix "$MAVEN_HOME_LOCAL"`
  94 + [ -n "$JAVA_HOME" ] &&
  95 + JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
  96 + [ -n "$CLASSPATH" ] &&
  97 + CLASSPATH=`cygpath --path --unix "$CLASSPATH"`
  98 +fi
  99 +
  100 +if [ -z "$JAVACMD" ] ; then
  101 + if [ -n "$JAVA_HOME" ] ; then
  102 + if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
  103 + # IBM's JDK on AIX uses strange locations for the executables
  104 + JAVACMD="$JAVA_HOME/jre/sh/java"
  105 + else
  106 + JAVACMD="$JAVA_HOME/bin/java"
  107 + fi
  108 + else
  109 + JAVACMD=java
  110 + fi
  111 +fi
  112 +
  113 +if [ ! -x "$JAVACMD" ] ; then
  114 + echo "Error: JAVA_HOME is not defined correctly."
  115 + echo " We cannot execute $JAVACMD"
  116 + exit 1
  117 +fi
  118 +
  119 +if [ -z "$JAVA_HOME" ] ; then
  120 + echo "Warning: JAVA_HOME environment variable is not set."
  121 + echo " If build fails because sun.* classes could not be found"
  122 + echo " you will need to set the JAVA_HOME environment variable"
  123 + echo " to the installation directory of java."
  124 +fi
  125 +
  126 +MAVEN_ENDORSED="${JAVA_HOME}/lib/endorsed:${MAVEN_HOME}/lib/endorsed"
  127 +
  128 +# For Cygwin, switch paths to Windows format before running java
  129 +if $cygwin; then
  130 + [ -n "$MAVEN_HOME" ] &&
  131 + MAVEN_HOME=`cygpath --path --windows "$MAVEN_HOME"`
  132 + [ -n "$MAVEN_HOME_LOCAL" ] &&
  133 + MAVEN_HOME_LOCAL=`cygpath --path --windows "$MAVEN_HOME_LOCAL"`
  134 + [ -n "$JAVA_HOME" ] &&
  135 + JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"`
  136 + [ -n "$HOME" ] &&
  137 + HOME=`cygpath --path --windows "$HOME"`
  138 + [ -n "$MAVEN_ENDORSED" ] &&
  139 + MAVEN_ENDORSED=`cygpath --path --windows "$MAVEN_ENDORSED"`
  140 +fi
  141 +
  142 +# For Darwin, use classes.jar for TOOLS_JAR
  143 +TOOLS_JAR="${JAVA_HOME}/lib/tools.jar"
  144 +if $darwin; then
  145 + TOOLS_JAR="/System/Library/Frameworks/JavaVM.framework/Versions/${JAVA_VERSION}/Classes/classes.jar"
  146 +fi
  147 +
  148 +MAIN_CLASS=com.werken.forehead.Forehead
  149 +if [ -n "$MAVEN_HOME_LOCAL" ]; then
  150 + MAVEN_OPTS="$MAVEN_OPTS -Dmaven.home.local=${MAVEN_HOME_LOCAL}"
  151 +fi
  152 +
  153 +"$JAVACMD" \
  154 + $MAVEN_OPTS \
  155 + -Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl \
  156 + -Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl \
  157 + "-Djava.endorsed.dirs=${MAVEN_ENDORSED}" \
  158 + -classpath "${MAVEN_HOME}/lib/forehead-${FOREHEAD_VERSION}.jar" \
  159 + "-Dforehead.conf.file=${MAVEN_HOME}/bin/forehead.conf" \
  160 + "-Dtools.jar=$TOOLS_JAR" \
  161 + "-Dmaven.home=${MAVEN_HOME}" \
  162 + $MAIN_CLASS "$@"
  163 +
... ...
maven-1.0.2/bin/maven.bat 0 → 100755
  1 +++ a/maven-1.0.2/bin/maven.bat
... ... @@ -0,0 +1,154 @@
  1 +@REM ----------------------------------------------------------------------------
  2 +@REM Copyright 2001-2004 The Apache Software Foundation.
  3 +@REM
  4 +@REM Licensed under the Apache License, Version 2.0 (the "License");
  5 +@REM you may not use this file except in compliance with the License.
  6 +@REM You may obtain a copy of the License at
  7 +@REM
  8 +@REM http://www.apache.org/licenses/LICENSE-2.0
  9 +@REM
  10 +@REM Unless required by applicable law or agreed to in writing, software
  11 +@REM distributed under the License is distributed on an "AS IS" BASIS,
  12 +@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13 +@REM See the License for the specific language governing permissions and
  14 +@REM limitations under the License.
  15 +@REM ----------------------------------------------------------------------------
  16 +@REM
  17 +
  18 +@REM ----------------------------------------------------------------------------
  19 +@REM Maven Start Up Batch script
  20 +@REM
  21 +@REM Required ENV vars:
  22 +@REM JAVA_HOME - location of a JDK home dir
  23 +@REM MAVEN_HOME - location of maven's installed home dir
  24 +@REM
  25 +@REM Optional ENV vars
  26 +@REM MAVEN_HOME_LOCAL - may override default dir Maven writes work files
  27 +@REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands
  28 +@REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a key stroke before ending
  29 +@REM MAVEN_OPTS - parameters passed to the Java VM when running Maven
  30 +@REM e.g. to debug Maven itself, use
  31 +@REM set MAVEN_OPTS=-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
  32 +@REM ----------------------------------------------------------------------------
  33 +
  34 +@REM Begin all REM lines with '@' in case MAVEN_BATCH_ECHO is 'on'
  35 +@echo off
  36 +@REM enable echoing my setting MAVEN_BATCH_ECHO to 'on'
  37 +@if "%MAVEN_BATCH_ECHO%" == "on" echo %MAVEN_BATCH_ECHO%
  38 +
  39 +@REM Execute a user defined script before this one
  40 +if exist "%HOME%\mavenrc_pre.bat" call "%HOME%\mavenrc_pre.bat"
  41 +
  42 +@REM set local scope for the variables with windows NT shell
  43 +if "%OS%"=="Windows_NT" @setlocal
  44 +
  45 +@REM ==== START VALIDATION ====
  46 +if not "%JAVA_HOME%" == "" goto OkJHome
  47 +
  48 +echo.
  49 +echo ERROR: JAVA_HOME not found in your environment.
  50 +echo Please set the JAVA_HOME variable in your environment to match the
  51 +echo location of your Java installation
  52 +echo.
  53 +goto end
  54 +
  55 +:OkJHome
  56 +if exist "%JAVA_HOME%\bin\java.exe" goto chkMHome
  57 +
  58 +echo.
  59 +echo ERROR: JAVA_HOME is set to an invalid directory.
  60 +echo JAVA_HOME = %JAVA_HOME%
  61 +echo Please set the JAVA_HOME variable in your environment to match the
  62 +echo location of your Java installation
  63 +echo.
  64 +goto end
  65 +
  66 +:chkMHome
  67 +if not "%MAVEN_HOME%"=="" goto valMHome
  68 +
  69 +echo.
  70 +echo ERROR: MAVEN_HOME not found in your environment.
  71 +echo Please set the MAVEN_HOME variable in your environment to match the
  72 +echo location of the Maven installation
  73 +echo.
  74 +goto end
  75 +
  76 +:valMHome
  77 +if exist "%MAVEN_HOME%\bin\maven.bat" goto init
  78 +
  79 +echo.
  80 +echo ERROR: MAVEN_HOME is set to an invalid directory.
  81 +echo MAVEN_HOME = %MAVEN_HOME%
  82 +echo Please set the MAVEN_HOME variable in your environment to match the
  83 +echo location of the Maven installation
  84 +echo.
  85 +goto end
  86 +@REM ==== END VALIDATION ====
  87 +
  88 +:init
  89 +@REM Decide how to startup depending on the version of windows
  90 +
  91 +@REM -- Win98ME
  92 +if NOT "%OS%"=="Windows_NT" goto Win9xArg
  93 +
  94 +@REM -- 4NT shell
  95 +if "%eval[2+2]" == "4" goto 4NTArgs
  96 +
  97 +@REM -- Regular WinNT shell
  98 +set MAVEN_CMD_LINE_ARGS=%*
  99 +goto endInit
  100 +
  101 +@REM The 4NT Shell from jp software
  102 +:4NTArgs
  103 +set MAVEN_CMD_LINE_ARGS=%$
  104 +goto endInit
  105 +
  106 +:Win9xArg
  107 +@REM Slurp the command line arguments. This loop allows for an unlimited number
  108 +@REM of agruments (up to the command line limit, anyway).
  109 +set MAVEN_CMD_LINE_ARGS=
  110 +:Win9xApp
  111 +if %1a==a goto endInit
  112 +set MAVEN_CMD_LINE_ARGS=%MAVEN_CMD_LINE_ARGS% %1
  113 +shift
  114 +goto Win9xApp
  115 +
  116 +@REM Reaching here means variables are defined and arguments have been captured
  117 +:endInit
  118 +if "%MAVEN_OPTS%"=="" SET MAVEN_OPTS="-Xmx256m"
  119 +SET MAVEN_JAVA_EXE="%JAVA_HOME%\bin\java.exe"
  120 +SET MAVEN_CLASSPATH="%MAVEN_HOME%\lib\forehead-1.0-beta-5.jar"
  121 +SET MAVEN_MAIN_CLASS="com.werken.forehead.Forehead"
  122 +SET MAVEN_ENDORSED="%JAVA_HOME%\lib\endorsed;%MAVEN_HOME%\lib\endorsed"
  123 +if not "%MAVEN_HOME_LOCAL%" == "" goto StartMHL
  124 +
  125 +@REM Start MAVEN without MAVEN_HOME_LOCAL override
  126 +%MAVEN_JAVA_EXE% -Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl -Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl "-Dmaven.home=%MAVEN_HOME%" "-Dtools.jar=%JAVA_HOME%\lib\tools.jar" "-Dforehead.conf.file=%MAVEN_HOME%\bin\forehead.conf" -Djava.endorsed.dirs=%MAVEN_ENDORSED% %MAVEN_OPTS% -classpath %MAVEN_CLASSPATH% %MAVEN_MAIN_CLASS% %MAVEN_CMD_LINE_ARGS%
  127 +@REM %MAVEN_JAVA_EXE% -Dorg.xml.sax.driver=org.apache.xerces.parsers.SAXParser -Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl -Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl "-Dmaven.home=%MAVEN_HOME%" "-Dtools.jar=%JAVA_HOME%\lib\tools.jar" "-Dforehead.conf.file=%MAVEN_HOME%\bin\forehead.conf" -Djava.endorsed.dirs=%MAVEN_ENDORSED% %MAVEN_OPTS% -classpath %MAVEN_CLASSPATH% %MAVEN_MAIN_CLASS% %MAVEN_CMD_LINE_ARGS%
  128 +goto :end
  129 +
  130 +@REM Start MAVEN with MAVEN_HOME_LOCAL override
  131 +:StartMHL
  132 +%MAVEN_JAVA_EXE% -Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl -Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl "-Dmaven.home=%MAVEN_HOME%" "-Dmaven.home.local=%MAVEN_HOME_LOCAL%" "-Dtools.jar=%JAVA_HOME%\lib\tools.jar" "-Dforehead.conf.file=%MAVEN_HOME%\bin\forehead.conf" -Djava.endorsed.dirs=%MAVEN_ENDORSED% %MAVEN_OPTS% -classpath %MAVEN_CLASSPATH% %MAVEN_MAIN_CLASS% %MAVEN_CMD_LINE_ARGS%
  133 +@REM %MAVEN_JAVA_EXE% -Dorg.xml.sax.driver=org.apache.xerces.parsers.SAXParser -Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl -Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl "-Dmaven.home=%MAVEN_HOME%" "-Dmaven.home.local=%MAVEN_HOME_LOCAL%" "-Dtools.jar=%JAVA_HOME%\lib\tools.jar" "-Dforehead.conf.file=%MAVEN_HOME%\bin\forehead.conf" -Djava.endorsed.dirs=%MAVEN_ENDORSED% %MAVEN_OPTS% -classpath %MAVEN_CLASSPATH% %MAVEN_MAIN_CLASS% %MAVEN_CMD_LINE_ARGS%
  134 +
  135 +:end
  136 +@REM set local scope for the variables with windows NT shell
  137 +if "%OS%"=="Windows_NT" goto endNT
  138 +
  139 +@REM For old DOS remove the set variables from ENV - we assume they were not set
  140 +@REM before we started - at least we don't leave any baggage around
  141 +set MAVEN_JAVA_EXE=
  142 +set MAVEN_CLASSPATH=
  143 +set MAVEN_MAIN_CLASS=
  144 +set MAVEN_CMD_LINE_ARGS=
  145 +goto postExec
  146 +
  147 +:endNT
  148 +@endlocal
  149 +
  150 +:postExec
  151 +if exist "%HOME%\mavenrc_post.bat" call "%HOME%\mavenrc_post.bat"
  152 +@REM pause the batch file if MAVEN_BATCH_PAUSE is set to 'on'
  153 +if "%MAVEN_BATCH_PAUSE%" == "on" pause
  154 +
... ...
maven-1.0.2/lib/ant-1.5.3-1.jar 0 → 100755
No preview for this file type
maven-1.0.2/lib/ant-optional-1.5.3-1.jar 0 → 100755
No preview for this file type
maven-1.0.2/lib/commons-beanutils-1.6.1.jar 0 → 100755
No preview for this file type
maven-1.0.2/lib/commons-betwixt-1.0-beta-1.20030111.103454.jar 0 → 100755
No preview for this file type
maven-1.0.2/lib/commons-cli-1.0-beta-2.jar 0 → 100755
No preview for this file type
maven-1.0.2/lib/commons-collections-2.1.jar 0 → 100755
No preview for this file type
maven-1.0.2/lib/commons-digester-1.4.1.jar 0 → 100755
No preview for this file type
maven-1.0.2/lib/commons-grant-1.0-beta-4.jar 0 → 100755
No preview for this file type
maven-1.0.2/lib/commons-graph-0.8.1.jar 0 → 100755
No preview for this file type
maven-1.0.2/lib/commons-httpclient-2.0.jar 0 → 100755
No preview for this file type
maven-1.0.2/lib/commons-io-20030203.000550.jar 0 → 100755
No preview for this file type
maven-1.0.2/lib/commons-jelly-20030902.160215.jar 0 → 100755
No preview for this file type
maven-1.0.2/lib/commons-jelly-tags-ant-1.0.jar 0 → 100755
No preview for this file type
maven-1.0.2/lib/commons-jelly-tags-define-20030211.142932.jar 0 → 100755
No preview for this file type
maven-1.0.2/lib/commons-jelly-tags-util-20030211.141939.jar 0 → 100755
No preview for this file type
maven-1.0.2/lib/commons-jelly-tags-xml-20040613.030723.jar 0 → 100755
No preview for this file type
maven-1.0.2/lib/commons-jexl-1.0-beta-1.jar 0 → 100755
No preview for this file type
maven-1.0.2/lib/commons-lang-2.0.jar 0 → 100755
No preview for this file type
maven-1.0.2/lib/commons-logging-1.0.3.jar 0 → 100755
No preview for this file type
maven-1.0.2/lib/dom4j-1.4-dev-8.jar 0 → 100755
No preview for this file type
maven-1.0.2/lib/endorsed/xerces-2.4.0.jar 0 → 100755
No preview for this file type
maven-1.0.2/lib/endorsed/xml-apis-1.0.b2.jar 0 → 100755
No preview for this file type
maven-1.0.2/lib/forehead-1.0-beta-5.jar 0 → 100755
No preview for this file type
maven-1.0.2/lib/log4j-1.2.8.jar 0 → 100755
No preview for this file type
maven-1.0.2/lib/maven-jelly-tags-1.0.1.jar 0 → 100755
No preview for this file type
maven-1.0.2/lib/maven.jar 0 → 100755
No preview for this file type
maven-1.0.2/lib/plexus-0.6.jar 0 → 100755
No preview for this file type
maven-1.0.2/lib/werkz-20040426.222000.jar 0 → 100755
No preview for this file type
maven-1.0.2/lib/which-1.0.jar 0 → 100755
No preview for this file type
maven-1.0.2/maven-navigation-1.0.xsd 0 → 100755
  1 +++ a/maven-1.0.2/maven-navigation-1.0.xsd
... ... @@ -0,0 +1,80 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<!--
  3 +/*
  4 + * Copyright 2001-2004 The Apache Software Foundation.
  5 + *
  6 + * Licensed under the Apache License, Version 2.0 (the "License");
  7 + * you may not use this file except in compliance with the License.
  8 + * You may obtain a copy of the License at
  9 + *
  10 + * http://www.apache.org/licenses/LICENSE-2.0
  11 + *
  12 + * Unless required by applicable law or agreed to in writing, software
  13 + * distributed under the License is distributed on an "AS IS" BASIS,
  14 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15 + * See the License for the specific language governing permissions and
  16 + * limitations under the License.
  17 + */
  18 + -->
  19 +
  20 +<xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema'>
  21 +
  22 + <xs:element name="project">
  23 + <xs:complexType>
  24 + <xs:sequence>
  25 + <xs:element ref="title"/>
  26 + <xs:element ref="head" minOccurs="0"/>
  27 + <xs:element ref="body"/>
  28 + </xs:sequence>
  29 + <xs:attribute name="name" type="xs:string" />
  30 + </xs:complexType>
  31 + </xs:element>
  32 +
  33 + <xs:element name="title" type="xs:string"/>
  34 +
  35 + <xs:element name="head">
  36 + </xs:element>
  37 +
  38 + <xs:element name="body">
  39 + <xs:complexType>
  40 + <xs:sequence>
  41 + <xs:element ref="links" minOccurs="0" />
  42 + <xs:element ref="menu" minOccurs="0" maxOccurs="unbounded" />
  43 + </xs:sequence>
  44 + </xs:complexType>
  45 + </xs:element>
  46 +
  47 + <xs:element name="links">
  48 + <xs:complexType>
  49 + <xs:sequence>
  50 + <xs:element ref="item" minOccurs="0" maxOccurs="unbounded"/>
  51 + </xs:sequence>
  52 + </xs:complexType>
  53 + </xs:element>
  54 +
  55 + <xs:element name="menu">
  56 + <xs:complexType>
  57 + <xs:sequence>
  58 + <xs:element ref="item" minOccurs="0" maxOccurs="unbounded"/>
  59 + </xs:sequence>
  60 + <xs:attribute name="name" type="xs:string" />
  61 + <!-- type is an optional entry that defines where the menu is destined for.
  62 + Values - left-header (default), left-footer -->
  63 + <xs:attribute name="type" type="xs:string" />
  64 + </xs:complexType>
  65 + </xs:element>
  66 +
  67 + <xs:element name="item">
  68 + <xs:complexType>
  69 + <xs:sequence>
  70 + <!-- items can have other items -->
  71 + <xs:element ref="item" minOccurs="0" maxOccurs="unbounded"/>
  72 + </xs:sequence>
  73 + <xs:attribute name="name" type="xs:string" />
  74 + <xs:attribute name="href" type="xs:string" />
  75 + <!-- img is an href that will be used as the image for link -->
  76 + <xs:attribute name="img" type="xs:string" />
  77 + </xs:complexType>
  78 + </xs:element>
  79 +
  80 +</xs:schema>
... ...
maven-1.0.2/maven-project.xsd 0 → 100755
  1 +++ a/maven-1.0.2/maven-project.xsd
... ... @@ -0,0 +1,451 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<!--
  3 +/*
  4 + * Copyright 2001-2004 The Apache Software Foundation.
  5 + *
  6 + * Licensed under the Apache License, Version 2.0 (the "License");
  7 + * you may not use this file except in compliance with the License.
  8 + * You may obtain a copy of the License at
  9 + *
  10 + * http://www.apache.org/licenses/LICENSE-2.0
  11 + *
  12 + * Unless required by applicable law or agreed to in writing, software
  13 + * distributed under the License is distributed on an "AS IS" BASIS,
  14 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15 + * See the License for the specific language governing permissions and
  16 + * limitations under the License.
  17 + */
  18 + -->
  19 +
  20 +<xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema'
  21 + elementFormDefault="qualified">
  22 + <xs:element name="project">
  23 + <xs:complexType>
  24 + <xs:sequence>
  25 + <xs:element ref="extend" minOccurs="0"/>
  26 + <xs:element ref="pomVersion"/>
  27 + <xs:element ref="id"/>
  28 + <xs:element ref="name"/>
  29 + <xs:element ref="groupId" minOccurs="0"/>
  30 + <xs:element ref="currentVersion"/>
  31 + <xs:element ref="organization"/>
  32 + <xs:element ref="inceptionYear"/>
  33 + <xs:element ref="package" minOccurs="0"/>
  34 + <xs:element ref="logo" minOccurs="0"/>
  35 + <xs:element ref="gumpRepositoryId" minOccurs="0"/>
  36 + <xs:element ref="description" minOccurs="0"/>
  37 + <xs:element ref="shortDescription"/>
  38 + <xs:element ref="url" minOccurs="0" />
  39 + <xs:element ref="issueTrackingUrl" minOccurs="0"/>
  40 + <xs:element ref="siteAddress" minOccurs="0"/>
  41 + <xs:element ref="siteDirectory" minOccurs="0"/>
  42 + <xs:element ref="distributionSite" minOccurs="0"/>
  43 + <xs:element ref="distributionDirectory" minOccurs="0"/>
  44 + <xs:element ref="repository" minOccurs="0"/>
  45 + <xs:element ref="versions" minOccurs="0"/>
  46 + <xs:element ref="branches" minOccurs="0"/>
  47 + <xs:element ref="mailingLists" minOccurs="0"/>
  48 + <xs:element ref="developers"/>
  49 + <xs:element ref="contributors" minOccurs="0"/>
  50 + <xs:element ref="licenses" minOccurs="0"/>
  51 + <xs:element ref="dependencies" minOccurs="0"/>
  52 + <xs:element ref="build"/>
  53 + <xs:element ref="reports" minOccurs="0"/>
  54 + <xs:element ref="properties" minOccurs="0"/>
  55 + </xs:sequence>
  56 + </xs:complexType>
  57 + </xs:element>
  58 +
  59 + <xs:element name="extend" type='xs:string'/>
  60 + <xs:element name="connection" type='xs:string'/>
  61 + <xs:element name="developerConnection" type='xs:string'/>
  62 + <xs:element name="currentVersion" type='xs:string'/>
  63 + <xs:element name="description" type='xs:string'/>
  64 + <xs:element name="distributionSite" type='xs:string'/>
  65 + <xs:element name="distributionDirectory" type='xs:string'/>
  66 + <xs:element name="name" type='xs:string'/>
  67 + <xs:element name="groupId" type='xs:string'/>
  68 + <xs:element name="artifactId" type='xs:string'/>
  69 + <xs:element name="gumpRepositoryId" type='xs:string'/>
  70 + <xs:element name="id" type='xs:string'/>
  71 + <xs:element name="inceptionYear" type='xs:gYear'/>
  72 + <!-- not anyURI as it can contain ${pom....} -->
  73 + <xs:element name="issueTrackingUrl" type='xs:string'/>
  74 + <xs:element name="logo" type='xs:string'/>
  75 + <xs:element name="package" type='xs:string'/>
  76 + <xs:element name="pomVersion" type='xs:string'/>
  77 + <xs:element name="shortDescription" type='xs:string'/>
  78 + <xs:element name="siteAddress" type='xs:string'/>
  79 + <xs:element name="siteDirectory" type='xs:string'/>
  80 + <!-- not anyURI as it can contain ${pom....} -->
  81 + <xs:element name="url" type='xs:string'/>
  82 +
  83 + <!-- /repository element -->
  84 + <xs:element name="repository">
  85 + <xs:complexType>
  86 + <xs:sequence>
  87 + <xs:element ref="connection"/>
  88 + <xs:element ref="developerConnection" minOccurs="0"/>
  89 + <xs:element ref="url" minOccurs="0"/>
  90 + </xs:sequence>
  91 + </xs:complexType>
  92 + </xs:element>
  93 +
  94 + <!-- /organization element -->
  95 + <xs:element name="organization">
  96 + <xs:complexType>
  97 + <xs:sequence>
  98 + <xs:element ref="name"/>
  99 + <xs:element ref="url" minOccurs="0" />
  100 + <xs:element ref="logo" minOccurs="0" />
  101 + </xs:sequence>
  102 + </xs:complexType>
  103 + </xs:element>
  104 +
  105 + <!-- /versions element -->
  106 + <xs:element name="versions">
  107 + <xs:complexType>
  108 + <xs:sequence>
  109 + <xs:element ref="version" minOccurs="0" maxOccurs="unbounded"/>
  110 + </xs:sequence>
  111 + </xs:complexType>
  112 + </xs:element>
  113 +
  114 + <!-- /versions/version element -->
  115 + <xs:element name="version">
  116 + <xs:complexType>
  117 + <xs:sequence>
  118 + <xs:element ref="id"/>
  119 + <xs:element ref="name"/>
  120 + <xs:element ref="tag"/>
  121 + </xs:sequence>
  122 + </xs:complexType>
  123 + </xs:element>
  124 +
  125 + <!-- /versions/version/tag and branches/branch/tag-->
  126 + <xs:element name="tag" type='xs:string'/>
  127 +
  128 + <!-- /branches element -->
  129 + <xs:element name="branches">
  130 + <xs:complexType>
  131 + <xs:sequence>
  132 + <xs:element ref="branch" minOccurs="0" maxOccurs="unbounded"/>
  133 + </xs:sequence>
  134 + </xs:complexType>
  135 + </xs:element>
  136 +
  137 + <!-- /branches/branch element -->
  138 + <xs:element name="branch">
  139 + <xs:complexType>
  140 + <xs:sequence>
  141 + <xs:element ref="tag"/>
  142 + </xs:sequence>
  143 + </xs:complexType>
  144 + </xs:element>
  145 +
  146 + <!-- /mailingLists element -->
  147 + <xs:element name="mailingLists">
  148 + <xs:complexType>
  149 + <xs:sequence>
  150 + <xs:element ref="mailingList" minOccurs="0" maxOccurs="unbounded"/>
  151 + </xs:sequence>
  152 + </xs:complexType>
  153 + </xs:element>
  154 +
  155 + <!-- /mailingLists/mailingList element -->
  156 + <xs:element name="mailingList">
  157 + <xs:complexType>
  158 + <xs:sequence>
  159 + <xs:element ref="name"/>
  160 + <xs:element ref="subscribe"/>
  161 + <xs:element ref="unsubscribe"/>
  162 + <xs:element ref="archive" minOccurs="0"/>
  163 + </xs:sequence>
  164 + </xs:complexType>
  165 + </xs:element>
  166 +
  167 + <!-- /mailingLists/mailingList/subscribe element -->
  168 + <xs:element name="subscribe" type='xs:string'/>
  169 + <!-- /mailingLists/mailingList/unsubscribe element -->
  170 + <xs:element name="unsubscribe" type='xs:string'/>
  171 + <!-- /mailingLists/mailingList/archive element -->
  172 + <xs:element name="archive" type='xs:string'/>
  173 +
  174 + <!-- /developers element -->
  175 + <xs:element name="developers">
  176 + <xs:complexType>
  177 + <xs:sequence>
  178 + <xs:element ref="developer" minOccurs="0" maxOccurs="unbounded"/>
  179 + </xs:sequence>
  180 + </xs:complexType>
  181 + </xs:element>
  182 +
  183 + <!-- /developers/developer element -->
  184 + <xs:element name="developer">
  185 + <xs:complexType>
  186 + <xs:sequence>
  187 + <xs:element ref="name"/>
  188 + <xs:element ref="id"/>
  189 + <xs:group ref="contactDetails" />
  190 + </xs:sequence>
  191 + </xs:complexType>
  192 + </xs:element>
  193 +
  194 + <!-- /developers/developer/contactDetails group and
  195 + /contributors/contributor/contactDetails group -->
  196 + <xs:group name="contactDetails">
  197 + <xs:sequence>
  198 + <xs:element ref="email"/>
  199 + <xs:element name="organization" type='xs:string' minOccurs="0"/>
  200 + <xs:element ref="roles" minOccurs="0" />
  201 + <xs:element ref="url" minOccurs="0" />
  202 + <xs:element ref="timezone" minOccurs="0" />
  203 + </xs:sequence>
  204 + </xs:group>
  205 +
  206 + <!-- contactDetails/email element -->
  207 + <xs:element name="email" type='xs:string'/>
  208 +
  209 + <!-- contactDetails/roles element -->
  210 + <xs:element name="roles">
  211 + <xs:complexType>
  212 + <xs:sequence>
  213 + <xs:element ref="role" minOccurs="0" maxOccurs="unbounded"/>
  214 + </xs:sequence>
  215 + </xs:complexType>
  216 + </xs:element>
  217 +
  218 + <!-- contactDetails/roles/role element -->
  219 + <xs:element name="role" type='xs:string'/>
  220 +
  221 + <!-- type for contactDetails/roles/timezone element -->
  222 + <xs:simpleType name="timezoneType">
  223 + <xs:restriction base="xs:decimal">
  224 + <xs:minInclusive value="-14"/>
  225 + <xs:maxInclusive value="+14"/>
  226 + </xs:restriction>
  227 + </xs:simpleType>
  228 +
  229 + <!-- contactDetails/roles/timezone element
  230 + Stores a decimal that is the offset to GMT.
  231 + -->
  232 + <xs:element name="timezone" type='timezoneType'/>
  233 +
  234 + <!-- /contributors element -->
  235 + <xs:element name="contributors">
  236 + <xs:complexType>
  237 + <xs:sequence>
  238 + <xs:element ref="contributor" minOccurs="0" maxOccurs="unbounded"/>
  239 + </xs:sequence>
  240 + </xs:complexType>
  241 + </xs:element>
  242 +
  243 + <!-- /contributors/contributor element -->
  244 + <xs:element name="contributor">
  245 + <xs:complexType>
  246 + <xs:sequence>
  247 + <xs:element ref="name"/>
  248 + <xs:group ref="contactDetails" />
  249 + </xs:sequence>
  250 + </xs:complexType>
  251 + </xs:element>
  252 +
  253 + <!-- /licenses element -->
  254 + <xs:element name="licenses">
  255 + <xs:complexType>
  256 + <xs:sequence>
  257 + <xs:element ref="license" minOccurs="0" maxOccurs="unbounded"/>
  258 + </xs:sequence>
  259 + </xs:complexType>
  260 + </xs:element>
  261 +
  262 + <!-- /licenses/license element -->
  263 + <xs:element name="license">
  264 + <xs:complexType>
  265 + <xs:sequence>
  266 + <!-- name of the license, e.g. ASL 1.1 -->
  267 + <xs:element ref="name" minOccurs="0"/>
  268 + <!-- fetchable version of the license -->
  269 + <xs:element ref="url" minOccurs="0" />
  270 + <!-- 'manual' or 'repo' -->
  271 + <xs:element ref="distribution" minOccurs="0" />
  272 + </xs:sequence>
  273 + </xs:complexType>
  274 + </xs:element>
  275 +
  276 + <!-- /licenses/license/distribution element -->
  277 + <xs:element name="distribution">
  278 + <xs:simpleType>
  279 + <xs:restriction base="xs:string">
  280 + <xs:pattern value="manual|repo"/>
  281 + </xs:restriction>
  282 + </xs:simpleType>
  283 + </xs:element>
  284 +
  285 + <!-- /dependencies element -->
  286 + <xs:element name="dependencies">
  287 + <xs:complexType>
  288 + <xs:sequence>
  289 + <xs:element ref="dependency" minOccurs="0" maxOccurs="unbounded"/>
  290 + </xs:sequence>
  291 + </xs:complexType>
  292 + </xs:element>
  293 +
  294 + <!-- /dependencies/dependency element -->
  295 + <xs:element name="dependency">
  296 + <xs:complexType>
  297 + <xs:sequence>
  298 + <xs:element ref="id" minOccurs="0" />
  299 + <xs:element ref="groupId" minOccurs="0" />
  300 + <xs:element ref="artifactId" minOccurs="0" />
  301 + <xs:element name="version" type="xs:string" />
  302 + <xs:element ref="jar" minOccurs="0"/>
  303 + <xs:element ref="type" minOccurs="0"/>
  304 + <xs:element ref="url" minOccurs="0"/>
  305 + <xs:element ref="properties" minOccurs="0" />
  306 + </xs:sequence>
  307 + </xs:complexType>
  308 + </xs:element>
  309 +
  310 + <!-- /dependencies/dependency/type element -->
  311 + <xs:element name="type" type='xs:string'/>
  312 + <!-- /dependencies/dependency/jar element -->
  313 + <xs:element name="jar" type='xs:string'/>
  314 +
  315 + <!-- /build element -->
  316 + <xs:element name="build">
  317 + <xs:complexType>
  318 + <xs:sequence>
  319 + <xs:element ref="nagEmailAddress" minOccurs="0"/>
  320 + <xs:element ref="sourceDirectory" minOccurs="0"/>
  321 + <xs:element ref="sourceModifications" minOccurs="0"/>
  322 + <xs:element ref="unitTestSourceDirectory" minOccurs="0"/>
  323 + <xs:element ref="integrationUnitTestSourceDirectory" minOccurs="0"/>
  324 + <xs:element ref="aspectSourceDirectory" minOccurs="0"/>
  325 + <xs:element ref="unitTest" minOccurs="0"/>
  326 + <!-- no longer appears in build.java
  327 + <xs:element ref="integrationUnitTest" minOccurs="0"/>
  328 + -->
  329 + <xs:element ref="resources" minOccurs="0"/>
  330 + </xs:sequence>
  331 + </xs:complexType>
  332 + </xs:element>
  333 +
  334 + <xs:element name="nagEmailAddress" type='xs:string'/>
  335 +
  336 + <xs:element name="sourceDirectory" type='xs:string'/>
  337 +
  338 + <xs:element name="sourceModifications">
  339 + <xs:complexType>
  340 + <xs:sequence>
  341 + <xs:element ref="sourceModification" minOccurs="0" maxOccurs="unbounded"/>
  342 + </xs:sequence>
  343 + </xs:complexType>
  344 + </xs:element>
  345 +
  346 +
  347 + <xs:element name="sourceModification">
  348 + <xs:complexType>
  349 + <xs:sequence>
  350 + <xs:element name="className" type='xs:string'/>
  351 + <xs:element ref="includes" minOccurs="0" maxOccurs="unbounded"/>
  352 + <xs:element ref="excludes" minOccurs="0" maxOccurs="unbounded"/>
  353 + </xs:sequence>
  354 + </xs:complexType>
  355 + </xs:element>
  356 +
  357 +
  358 + <xs:element name="unitTestSourceDirectory" type='xs:string'/>
  359 + <xs:element name="integrationUnitTestSourceDirectory" type='xs:string'/>
  360 + <xs:element name="aspectSourceDirectory" type='xs:string'/>
  361 +
  362 + <xs:element name="unitTest">
  363 + <xs:complexType>
  364 + <xs:sequence>
  365 + <xs:element ref="includes" minOccurs="0" maxOccurs="unbounded"/>
  366 + <xs:element ref="excludes" minOccurs="0" maxOccurs="unbounded"/>
  367 + <xs:element ref="resources" minOccurs="0" />
  368 + </xs:sequence>
  369 + </xs:complexType>
  370 + </xs:element>
  371 +
  372 + <xs:element name="includes">
  373 + <xs:complexType>
  374 + <xs:sequence>
  375 + <xs:element ref="include" minOccurs="0" maxOccurs="unbounded"/>
  376 + </xs:sequence>
  377 + </xs:complexType>
  378 + </xs:element>
  379 +
  380 + <xs:element name="excludes">
  381 + <xs:complexType>
  382 + <xs:sequence>
  383 + <xs:element ref="exclude" minOccurs="0" maxOccurs="unbounded"/>
  384 + </xs:sequence>
  385 + </xs:complexType>
  386 + </xs:element>
  387 +
  388 + <xs:element name="include" type='xs:string'/>
  389 + <xs:element name="exclude" type='xs:string'/>
  390 +
  391 + <!-- no longer appears in build.java
  392 + <xs:element name="integrationUnitTest">
  393 + <xs:complexType>
  394 + <xs:sequence>
  395 + <xs:element ref="includes" minOccurs="0" maxOccurs="unbounded"/>
  396 + <xs:element ref="excludes" minOccurs="0" maxOccurs="unbounded"/>
  397 + </xs:sequence>
  398 + </xs:complexType>
  399 + </xs:element>
  400 + -->
  401 + <xs:element name="resources">
  402 + <xs:complexType>
  403 + <xs:sequence>
  404 + <xs:element ref="resource" minOccurs="0" maxOccurs="unbounded"/>
  405 + </xs:sequence>
  406 + </xs:complexType>
  407 + </xs:element>
  408 +
  409 + <xs:element name="directory" type='xs:string'/>
  410 + <xs:element name="targetPath" type='xs:string'/>
  411 + <xs:element name="filtering" type="xs:boolean" />
  412 +
  413 + <xs:element name="resource">
  414 + <xs:complexType>
  415 + <xs:sequence>
  416 + <!-- FIXME: I think that this defaults to basedir, need a check -->
  417 + <xs:element ref="directory" minOccurs="0"/>
  418 + <xs:element ref="targetPath" minOccurs="0"/>
  419 + <xs:element ref="includes" minOccurs="0" maxOccurs="unbounded"/>
  420 + <xs:element ref="excludes" minOccurs="0" maxOccurs="unbounded"/>
  421 + <xs:element ref="filtering" minOccurs="0" maxOccurs="1"/>
  422 + </xs:sequence>
  423 + </xs:complexType>
  424 + </xs:element>
  425 +
  426 + <xs:element name="reports">
  427 + <xs:complexType>
  428 + <xs:sequence>
  429 + <xs:element name="report" minOccurs="0" maxOccurs="unbounded"
  430 + type="xs:string"/>
  431 + </xs:sequence>
  432 + </xs:complexType>
  433 + </xs:element>
  434 +
  435 + <xs:element name="properties">
  436 + <xs:complexType>
  437 + <xs:sequence>
  438 + <xs:any minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
  439 + </xs:sequence>
  440 + </xs:complexType>
  441 + </xs:element>
  442 +
  443 + <xs:element name="classloader">
  444 + <xs:simpleType>
  445 + <xs:restriction base="xs:string">
  446 + <xs:pattern value="root|root.maven"/>
  447 + </xs:restriction>
  448 + </xs:simpleType>
  449 + </xs:element>
  450 +
  451 +</xs:schema>
... ...
maven-1.0.2/plugins/maven-abbot-plugin-1.1.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-announcement-plugin-1.3.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-ant-plugin-1.8.1.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-antlr-plugin-1.2.1.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-appserver-plugin-2.0.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-artifact-plugin-1.4.1.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-ashkelon-plugin-1.2.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-aspectj-plugin-3.2.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-aspectwerkz-plugin-1.2.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-caller-plugin-1.1.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-castor-plugin-1.2.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-changelog-plugin-1.7.1.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-changes-plugin-1.5.1.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-checkstyle-plugin-2.5.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-clean-plugin-1.3.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-clover-plugin-1.6.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-console-plugin-1.1.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-cruisecontrol-plugin-1.6.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-dashboard-plugin-1.6.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-developer-activity-plugin-1.5.1.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-dist-plugin-1.6.1.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-docbook-plugin-1.2.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-ear-plugin-1.6.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-eclipse-plugin-1.9.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-ejb-plugin-1.5.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-faq-plugin-1.4.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-file-activity-plugin-1.5.1.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-genapp-plugin-2.2.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-gump-plugin-1.4.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-hibernate-plugin-1.2.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-html2xdoc-plugin-1.3.1.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-idea-plugin-1.5.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-j2ee-plugin-1.5.1.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-jalopy-plugin-1.3.1.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-jar-plugin-1.6.1.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-java-plugin-1.5.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-javacc-plugin-1.1.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-javadoc-plugin-1.7.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-jboss-plugin-1.5.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-jbuilder-plugin-1.5.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-jcoverage-plugin-1.0.9.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-jdee-plugin-1.1.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-jdepend-plugin-1.5.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-jdeveloper-plugin-1.4.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-jdiff-plugin-1.4.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-jellydoc-plugin-1.3.1.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-jetty-plugin-1.1.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-jira-plugin-1.1.2.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-jnlp-plugin-1.4.1.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-junit-doclet-plugin-1.2.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-junit-report-plugin-1.5.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-jxr-plugin-1.4.2.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-latex-plugin-1.4.1.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-latka-plugin-1.4.1.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-license-plugin-1.2.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-linkcheck-plugin-1.3.4.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-multichanges-plugin-1.1.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-multiproject-plugin-1.3.1.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-native-plugin-1.1.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-nsis-plugin-1.1.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-pdf-plugin-2.2.1.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-plugin-plugin-1.5.2.jar 0 → 100755
No preview for this file type
maven-1.0.2/plugins/maven-pmd-plugin-1.6.jar 0 → 100755
No preview for this file type