From 60214d2f93d5f9a9606d323ef024b1fbc98845b9 Mon Sep 17 00:00:00 2001 From: "Maria Odea B. Ching" Date: Fri, 29 Feb 2008 06:44:28 +0000 Subject: [PATCH] -rolled back -r632231. fix version of MRM-688 is in 1.1, not in 1.0.x git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches@632237 13f79535-47bb-0310-9956-ffa450edef68 --- .../archiva-jetty-archetype/pom.xml | 218 ---------- .../src/main/assembly/bin.xml | 117 ----- .../src/main/etc/jetty-logging.xml | 32 -- .../src/main/etc/jetty.xml | 308 -------------- .../src/main/etc/realm.properties | 21 - .../src/main/etc/webdefault.xml | 402 ------------------ 6 files changed, 1098 deletions(-) delete mode 100644 archiva-1.0.x/archiva-web/archiva-standalone/archiva-jetty-archetype/pom.xml delete mode 100644 archiva-1.0.x/archiva-web/archiva-standalone/archiva-jetty-archetype/src/main/assembly/bin.xml delete mode 100644 archiva-1.0.x/archiva-web/archiva-standalone/archiva-jetty-archetype/src/main/etc/jetty-logging.xml delete mode 100644 archiva-1.0.x/archiva-web/archiva-standalone/archiva-jetty-archetype/src/main/etc/jetty.xml delete mode 100644 archiva-1.0.x/archiva-web/archiva-standalone/archiva-jetty-archetype/src/main/etc/realm.properties delete mode 100644 archiva-1.0.x/archiva-web/archiva-standalone/archiva-jetty-archetype/src/main/etc/webdefault.xml diff --git a/archiva-1.0.x/archiva-web/archiva-standalone/archiva-jetty-archetype/pom.xml b/archiva-1.0.x/archiva-web/archiva-standalone/archiva-jetty-archetype/pom.xml deleted file mode 100644 index 2fc061921..000000000 --- a/archiva-1.0.x/archiva-web/archiva-standalone/archiva-jetty-archetype/pom.xml +++ /dev/null @@ -1,218 +0,0 @@ - - 4.0.0 - - org.apache.maven.archiva - archiva-web-standalone - 1.1-SNAPSHOT - - archiva-jetty-archetype - - Archiva Web :: Jetty Archetype - - - org.mortbay.jetty - jetty - 6.1.6 - - - org.mortbay.jetty - start - 6.1.6 - - - - org.apache.maven.archiva - archiva-webapp - - war - - - org.apache.maven.archiva - archiva-docs - zip - docs - - - - org.mortbay.jetty - jetty-naming - 6.1.6 - runtime - - - org.mortbay.jetty - servlet-api-2.5 - 6.1.6 - runtime - - - org.mortbay.jetty - jsp-api-2.0 - 6.1.6 - runtime - - - org.mortbay.jetty - jetty-plus - 6.1.6 - runtime - - - org.apache.derby - derby - 10.1.3.1 - runtime - - - javax.mail - mail - 1.4 - runtime - - - ant - ant - 1.6.5 - runtime - - - commons-el - commons-el - 1.0 - runtime - - - tomcat - jasper-compiler - 5.5.15 - runtime - - - tomcat - jasper-compiler-jdt - 5.5.15 - runtime - - - tomcat - jasper-runtime - 5.5.15 - runtime - - - org.slf4j - jcl104-over-slf4j - 1.0.1 - runtime - - - org.slf4j - slf4j-simple - 1.0.1 - runtime - - - xerces - xercesImpl - 2.6.2 - runtime - - - xerces - xmlParserAPIs - 2.6.2 - runtime - - - - - - org.codehaus.mojo.appassembler - appassembler-maven-plugin - 1.0-SNAPSHOT - - - - archiva - org.mortbay.start.Main - - etc/jetty.xml - etc/jetty-logging.xml - - - jsw - - - - jsw - - - wrapper.console.loglevel - INFO - - - - - - - - flat - target/generated-resources/appassembler/jsw/archiva - - - - - generate-daemons - create-repository - - - - - - org.apache.maven.plugins - maven-assembly-plugin - 2.1 - - - package - - single - - - - - src/main/assembly/bin.xml - apache-archiva-${version} - - - - maven-antrun-plugin - - - config - process-resources - - - - - - - - - - - - - run - - - - - - - diff --git a/archiva-1.0.x/archiva-web/archiva-standalone/archiva-jetty-archetype/src/main/assembly/bin.xml b/archiva-1.0.x/archiva-web/archiva-standalone/archiva-jetty-archetype/src/main/assembly/bin.xml deleted file mode 100644 index c28651673..000000000 --- a/archiva-1.0.x/archiva-web/archiva-standalone/archiva-jetty-archetype/src/main/assembly/bin.xml +++ /dev/null @@ -1,117 +0,0 @@ - - - - bin - - tar.gz - zip - - - - target/generated-resources/appassembler/jsw/archiva/apps - apps - - - target/generated-resources/appassembler/jsw/archiva/conf - conf - - - target/generated-resources/appassembler/jsw/archiva/repo - repo - 0755 - - - target/generated-resources/appassembler/jsw/archiva/lib - lib - 0755 - - - target/generated-resources/appassembler/jsw/archiva/logs - logs - - - target/generated-resources/appassembler/jsw/archiva/services - services - - - target/generated-resources/appassembler/jsw/archiva/etc - etc - - **/jetty.xml - **/jetty-logging.xml - **/webdefault.xml - **/realm.properties - - - - target/generated-resources/appassembler/jsw/archiva/bin - bin - - */wrapper.conf - - - - target/generated-resources/appassembler/jsw/archiva/bin - bin - - **/archiva - **/wrapper-linux-x86-32 - **/wrapper-macosx-universal-32 - **/wrapper-solaris-x86-32 - - 0755 - unix - - - target/generated-resources/appassembler/jsw/archiva/bin - bin - - **/*.bat - **/wrapper-windows-x86-32.exe - - 0755 - dos - - - target/maven-shared-archive-resources/META-INF/ - / - - NOTICE - LICENSE - - - - - - false - apps/archiva - - org.apache.maven.archiva:archiva-webapp - - - - true - - org.apache.maven.archiva:archiva-docs:zip:docs - - - - - diff --git a/archiva-1.0.x/archiva-web/archiva-standalone/archiva-jetty-archetype/src/main/etc/jetty-logging.xml b/archiva-1.0.x/archiva-web/archiva-standalone/archiva-jetty-archetype/src/main/etc/jetty-logging.xml deleted file mode 100644 index 0a1c292d0..000000000 --- a/archiva-1.0.x/archiva-web/archiva-standalone/archiva-jetty-archetype/src/main/etc/jetty-logging.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - /logs/yyyy_mm_dd.stderrout.log - false - 90 - GMT - - - - - - Redirecting stderr/stdout to - - - - - - - diff --git a/archiva-1.0.x/archiva-web/archiva-standalone/archiva-jetty-archetype/src/main/etc/jetty.xml b/archiva-1.0.x/archiva-web/archiva-standalone/archiva-jetty-archetype/src/main/etc/jetty.xml deleted file mode 100644 index 99970df20..000000000 --- a/archiva-1.0.x/archiva-web/archiva-standalone/archiva-jetty-archetype/src/main/etc/jetty.xml +++ /dev/null @@ -1,308 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - 10 - 250 - 25 - - - - - - - - - - - - - - - - - - - - 30000 - 2 - false - 8443 - 5000 - 5000 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - /contexts - 1 - - - - - - - - - - - - - - - - - - - - - - /apps - false - true - false - /etc/webdefault.xml - - - - - - - - - - - - - - - - Test Realm - /etc/realm.properties - 0 - - - - - - - - - - - - - - - - /yyyy_mm_dd.request.log - yyyy_MM_dd - 90 - true - true - false - GMT - - - - - - - - true - true - true - 1000 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - xyzrealm - xyz - - - - - - - - - - - org.mortbay.jetty.webapp.WebInfConfiguration - org.mortbay.jetty.plus.webapp.EnvConfiguration - org.mortbay.jetty.plus.webapp.Configuration - org.mortbay.jetty.webapp.JettyWebXmlConfiguration - org.mortbay.jetty.webapp.TagLibConfiguration - - - - - - - - ./apps - org/mortbay/jetty/webapp/webdefault.xml - - True - False - - - diff --git a/archiva-1.0.x/archiva-web/archiva-standalone/archiva-jetty-archetype/src/main/etc/realm.properties b/archiva-1.0.x/archiva-web/archiva-standalone/archiva-jetty-archetype/src/main/etc/realm.properties deleted file mode 100644 index f9e4e7fa3..000000000 --- a/archiva-1.0.x/archiva-web/archiva-standalone/archiva-jetty-archetype/src/main/etc/realm.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# This file defines users passwords and roles for a HashUserRealm -# -# The format is -# : [, ...] -# -# Passwords may be clear text, obfuscated or checksummed. The class -# org.mortbay.util.Password should be used to generate obfuscated -# passwords or password checksums -# -# If DIGEST Authentication is used, the password must be in a recoverable -# format, either plain text or OBF:. -# -jetty: MD5:164c88b302622e17050af52c89945d44,user -admin: CRYPT:ad1ks..kc.1Ug,server-administrator,content-administrator,admin -other: OBF:1xmk1w261u9r1w1c1xmq -plain: plain -user: password - -# This entry is for digest auth. The credential is a MD5 hash of username:realmname:password -digest: MD5:6e120743ad67abfbc385bc2bb754e297 diff --git a/archiva-1.0.x/archiva-web/archiva-standalone/archiva-jetty-archetype/src/main/etc/webdefault.xml b/archiva-1.0.x/archiva-web/archiva-standalone/archiva-jetty-archetype/src/main/etc/webdefault.xml deleted file mode 100644 index df9fa1739..000000000 --- a/archiva-1.0.x/archiva-web/archiva-standalone/archiva-jetty-archetype/src/main/etc/webdefault.xml +++ /dev/null @@ -1,402 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - Default web.xml file. - This file is applied to a Web application before it's own WEB_INF/web.xml file - - - - - - - - - - org.mortbay.jetty.webapp.NoTLDJarPattern - start.jar|ant-.*\.jar|dojo-.*\.jar|jetty-.*\.jar|jsp-api-.*\.jar|junit-.*\.jar|servlet-api-.*\.jar|dnsns\.jar|rt\.jar|jsse\.jar|tools\.jar|sunpkcs11\.jar|sunjce_provider\.jar|xerces.*\.jar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - default - org.mortbay.jetty.servlet.DefaultServlet - - acceptRanges - true - - - dirAllowed - true - - - redirectWelcome - false - - - maxCacheSize - 256000000 - - - maxCachedFileSize - 10000000 - - - maxCachedFiles - 1000 - - - cacheType - both - - - gzip - true - - - useFileMappedBuffer - true - - - 0 - - - default / - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - jsp - org.apache.jasper.servlet.JspServlet - - logVerbosityLevel - DEBUG - - - fork - false - - - xpoweredBy - false - - - 0 - - - - jsp - *.jsp - *.jspf - *.jspx - *.xsp - *.JSP - *.JSPF - *.JSPX - *.XSP - - - - - - - - - - - - - - - - - - - - - - - - - - - - 30 - - - - - - - - - - - - - index.html - index.htm - index.jsp - - - - - arISO-8859-6 - beISO-8859-5 - bgISO-8859-5 - caISO-8859-1 - csISO-8859-2 - daISO-8859-1 - deISO-8859-1 - elISO-8859-7 - enISO-8859-1 - esISO-8859-1 - etISO-8859-1 - fiISO-8859-1 - frISO-8859-1 - hrISO-8859-2 - huISO-8859-2 - isISO-8859-1 - itISO-8859-1 - iwISO-8859-8 - jaShift_JIS - koEUC-KR - ltISO-8859-2 - lvISO-8859-2 - mkISO-8859-5 - nlISO-8859-1 - noISO-8859-1 - plISO-8859-2 - ptISO-8859-1 - roISO-8859-2 - ruISO-8859-5 - shISO-8859-5 - skISO-8859-2 - slISO-8859-2 - sqISO-8859-2 - srISO-8859-5 - svISO-8859-1 - trISO-8859-9 - ukISO-8859-5 - zhGB2312 - zh_TWBig5 - - - - - Disable TRACE - / - TRACE - - - - - - -- 2.39.5