From 1569a22310a22ebf73bcd391c2b9d3b4a71f3456 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Thu, 27 Dec 2012 14:55:45 +0000 Subject: [PATCH] others fix due to module rename git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1426215 13f79535-47bb-0310-9956-ffa450edef68 --- .gitignore | 2 +- README.txt | 4 ++-- archiva-docs/src/site/apt/adminguide/customising-security.apt | 2 +- .../src/site/apt/adminguide/repositories-content-storage.apt | 2 +- archiva-jetty/pom.xml | 2 +- archiva-jetty/src/main/assembly/bin.xml | 2 +- archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml | 4 ++-- archiva-modules/archiva-web/archiva-webapp/pom.xml | 2 +- pom.xml | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 7de059f6f..7f0316658 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,7 @@ archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/redback/ archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/lib/ archiva-modules/archiva-web/archiva-webapp-test/cargo-installs/ -archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/WEB-INF/classes/ +archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/classes/ *.ipr *.iws diff --git a/README.txt b/README.txt index aca5e0022..220bcb58d 100644 --- a/README.txt +++ b/README.txt @@ -10,9 +10,9 @@ Running from Source Code ======================== As webapp js is in dev and won't probably be released soon, the module is not activated by default and it's included only in a profile -mvn tomcat7:run -pl :archiva-webapp-js -am (to save fingers :-) use sh ./t7.sh ) +mvn tomcat7:run -pl :archiva-webapp -am (to save fingers :-) use sh ./t7.sh ) or -mvn tomcat6:run -pl :archiva-webapp-js -am +mvn tomcat6:run -pl :archiva-webapp -am hit your browser: http://localhost:9091/archiva/index.html diff --git a/archiva-docs/src/site/apt/adminguide/customising-security.apt b/archiva-docs/src/site/apt/adminguide/customising-security.apt index 8ef592736..ec3846069 100644 --- a/archiva-docs/src/site/apt/adminguide/customising-security.apt +++ b/archiva-docs/src/site/apt/adminguide/customising-security.apt @@ -74,7 +74,7 @@ security.policy.password.rule.nowhitespace.enabled=true Values from sources -%{snippet|id=configuration-files-list|ignoreDownloadError=true|url=http://svn.apache.org/repos/asf/archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/WEB-INF/applicationContext.xml} +%{snippet|id=configuration-files-list|ignoreDownloadError=true|url=http://svn.apache.org/repos/asf/archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml} diff --git a/archiva-docs/src/site/apt/adminguide/repositories-content-storage.apt b/archiva-docs/src/site/apt/adminguide/repositories-content-storage.apt index 176e2bc64..fee2bce51 100644 --- a/archiva-docs/src/site/apt/adminguide/repositories-content-storage.apt +++ b/archiva-docs/src/site/apt/adminguide/repositories-content-storage.apt @@ -40,4 +40,4 @@ Repositories Content Storage If you want to change this default location, you must edit the file WEB-INF/applicationContext.xml, uncomment/edit lines and change with your values: -%{snippet|id=jcr-location|ignoreDownloadError=true|url=http://svn.apache.org/repos/asf/archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/WEB-INF/applicationContext.xml} \ No newline at end of file +%{snippet|id=jcr-location|ignoreDownloadError=true|url=http://svn.apache.org/repos/asf/archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml} \ No newline at end of file diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml index 71daa7815..e098c51f7 100644 --- a/archiva-jetty/pom.xml +++ b/archiva-jetty/pom.xml @@ -37,7 +37,7 @@ org.apache.archiva - archiva-webapp-js + archiva-webapp war diff --git a/archiva-jetty/src/main/assembly/bin.xml b/archiva-jetty/src/main/assembly/bin.xml index d3d93a4ba..23fe710f2 100644 --- a/archiva-jetty/src/main/assembly/bin.xml +++ b/archiva-jetty/src/main/assembly/bin.xml @@ -114,7 +114,7 @@ true apps/archiva - org.apache.archiva:archiva-webapp-js + org.apache.archiva:archiva-webapp 0755 0755 diff --git a/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml b/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml index 8907c32cb..30deb637a 100644 --- a/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml @@ -43,7 +43,7 @@ org.apache.archiva - archiva-webapp-js + archiva-webapp war @@ -271,7 +271,7 @@ ${project.groupId} - archiva-webapp-js + archiva-webapp ${project.version} war diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index 59c622256..733d6a7b7 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -24,7 +24,7 @@ archiva-web 1.4-M4-SNAPSHOT - archiva-webapp-js + archiva-webapp war Archiva Web :: Javascript Application diff --git a/pom.xml b/pom.xml index ee0333c5e..a1fde5ed3 100644 --- a/pom.xml +++ b/pom.xml @@ -419,7 +419,7 @@ org.apache.archiva - archiva-webapp-js + archiva-webapp ${project.version} war -- 2.39.5