From e8fee5b48903a043c9ecfdce86a2450f5f53b3b8 Mon Sep 17 00:00:00 2001 From: Christian Corsano Date: Thu, 13 Dec 2007 14:14:11 +0000 Subject: [PATCH] Removed the trunk folder, moved the YACOSWeb directory --- {trunk/YACOSWeb => YACOSWeb}/.classpath | 0 {trunk/YACOSWeb => YACOSWeb}/.project | 0 .../.settings/org.eclipse.jdt.core.prefs | 0 .../org.eclipse.jst.common.project.facet.core.prefs | 0 .../.settings/org.eclipse.wst.common.component | 0 .../org.eclipse.wst.common.project.facet.core.xml | 0 .../WebContent/META-INF/MANIFEST.MF | 0 .../WebContent/WEB-INF/classes/messages.properties | 0 .../WebContent/WEB-INF/jsp/include.jsp | 0 .../WebContent/WEB-INF/jsp/main.jsp | 0 .../WebContent/WEB-INF/jsp/submissionArticle.jsp | 0 .../WebContent/WEB-INF/lib/commons-logging.jar | Bin .../WebContent/WEB-INF/lib/jstl.jar | Bin .../WebContent/WEB-INF/lib/junit-3.8.2.jar | Bin .../WebContent/WEB-INF/lib/spring-webmvc.jar | Bin .../WebContent/WEB-INF/lib/spring.jar | Bin .../WebContent/WEB-INF/lib/standard.jar | Bin .../WebContent/WEB-INF/web.xml | 0 .../WebContent/WEB-INF/yacos-servlet.xml | 0 {trunk/YACOSWeb => YACOSWeb}/WebContent/index.jsp | 0 20 files changed, 0 insertions(+), 0 deletions(-) rename {trunk/YACOSWeb => YACOSWeb}/.classpath (100%) rename {trunk/YACOSWeb => YACOSWeb}/.project (100%) rename {trunk/YACOSWeb => YACOSWeb}/.settings/org.eclipse.jdt.core.prefs (100%) rename {trunk/YACOSWeb => YACOSWeb}/.settings/org.eclipse.jst.common.project.facet.core.prefs (100%) rename {trunk/YACOSWeb => YACOSWeb}/.settings/org.eclipse.wst.common.component (100%) rename {trunk/YACOSWeb => YACOSWeb}/.settings/org.eclipse.wst.common.project.facet.core.xml (100%) rename {trunk/YACOSWeb => YACOSWeb}/WebContent/META-INF/MANIFEST.MF (100%) rename {trunk/YACOSWeb => YACOSWeb}/WebContent/WEB-INF/classes/messages.properties (100%) rename {trunk/YACOSWeb => YACOSWeb}/WebContent/WEB-INF/jsp/include.jsp (100%) rename {trunk/YACOSWeb => YACOSWeb}/WebContent/WEB-INF/jsp/main.jsp (100%) rename {trunk/YACOSWeb => YACOSWeb}/WebContent/WEB-INF/jsp/submissionArticle.jsp (100%) rename {trunk/YACOSWeb => YACOSWeb}/WebContent/WEB-INF/lib/commons-logging.jar (100%) rename {trunk/YACOSWeb => YACOSWeb}/WebContent/WEB-INF/lib/jstl.jar (100%) rename {trunk/YACOSWeb => YACOSWeb}/WebContent/WEB-INF/lib/junit-3.8.2.jar (100%) rename {trunk/YACOSWeb => YACOSWeb}/WebContent/WEB-INF/lib/spring-webmvc.jar (100%) rename {trunk/YACOSWeb => YACOSWeb}/WebContent/WEB-INF/lib/spring.jar (100%) rename {trunk/YACOSWeb => YACOSWeb}/WebContent/WEB-INF/lib/standard.jar (100%) rename {trunk/YACOSWeb => YACOSWeb}/WebContent/WEB-INF/web.xml (100%) rename {trunk/YACOSWeb => YACOSWeb}/WebContent/WEB-INF/yacos-servlet.xml (100%) rename {trunk/YACOSWeb => YACOSWeb}/WebContent/index.jsp (100%) diff --git a/trunk/YACOSWeb/.classpath b/YACOSWeb/.classpath similarity index 100% rename from trunk/YACOSWeb/.classpath rename to YACOSWeb/.classpath diff --git a/trunk/YACOSWeb/.project b/YACOSWeb/.project similarity index 100% rename from trunk/YACOSWeb/.project rename to YACOSWeb/.project diff --git a/trunk/YACOSWeb/.settings/org.eclipse.jdt.core.prefs b/YACOSWeb/.settings/org.eclipse.jdt.core.prefs similarity index 100% rename from trunk/YACOSWeb/.settings/org.eclipse.jdt.core.prefs rename to YACOSWeb/.settings/org.eclipse.jdt.core.prefs diff --git a/trunk/YACOSWeb/.settings/org.eclipse.jst.common.project.facet.core.prefs b/YACOSWeb/.settings/org.eclipse.jst.common.project.facet.core.prefs similarity index 100% rename from trunk/YACOSWeb/.settings/org.eclipse.jst.common.project.facet.core.prefs rename to YACOSWeb/.settings/org.eclipse.jst.common.project.facet.core.prefs diff --git a/trunk/YACOSWeb/.settings/org.eclipse.wst.common.component b/YACOSWeb/.settings/org.eclipse.wst.common.component similarity index 100% rename from trunk/YACOSWeb/.settings/org.eclipse.wst.common.component rename to YACOSWeb/.settings/org.eclipse.wst.common.component diff --git a/trunk/YACOSWeb/.settings/org.eclipse.wst.common.project.facet.core.xml b/YACOSWeb/.settings/org.eclipse.wst.common.project.facet.core.xml similarity index 100% rename from trunk/YACOSWeb/.settings/org.eclipse.wst.common.project.facet.core.xml rename to YACOSWeb/.settings/org.eclipse.wst.common.project.facet.core.xml diff --git a/trunk/YACOSWeb/WebContent/META-INF/MANIFEST.MF b/YACOSWeb/WebContent/META-INF/MANIFEST.MF similarity index 100% rename from trunk/YACOSWeb/WebContent/META-INF/MANIFEST.MF rename to YACOSWeb/WebContent/META-INF/MANIFEST.MF diff --git a/trunk/YACOSWeb/WebContent/WEB-INF/classes/messages.properties b/YACOSWeb/WebContent/WEB-INF/classes/messages.properties similarity index 100% rename from trunk/YACOSWeb/WebContent/WEB-INF/classes/messages.properties rename to YACOSWeb/WebContent/WEB-INF/classes/messages.properties diff --git a/trunk/YACOSWeb/WebContent/WEB-INF/jsp/include.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/include.jsp similarity index 100% rename from trunk/YACOSWeb/WebContent/WEB-INF/jsp/include.jsp rename to YACOSWeb/WebContent/WEB-INF/jsp/include.jsp diff --git a/trunk/YACOSWeb/WebContent/WEB-INF/jsp/main.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/main.jsp similarity index 100% rename from trunk/YACOSWeb/WebContent/WEB-INF/jsp/main.jsp rename to YACOSWeb/WebContent/WEB-INF/jsp/main.jsp diff --git a/trunk/YACOSWeb/WebContent/WEB-INF/jsp/submissionArticle.jsp b/YACOSWeb/WebContent/WEB-INF/jsp/submissionArticle.jsp similarity index 100% rename from trunk/YACOSWeb/WebContent/WEB-INF/jsp/submissionArticle.jsp rename to YACOSWeb/WebContent/WEB-INF/jsp/submissionArticle.jsp diff --git a/trunk/YACOSWeb/WebContent/WEB-INF/lib/commons-logging.jar b/YACOSWeb/WebContent/WEB-INF/lib/commons-logging.jar similarity index 100% rename from trunk/YACOSWeb/WebContent/WEB-INF/lib/commons-logging.jar rename to YACOSWeb/WebContent/WEB-INF/lib/commons-logging.jar diff --git a/trunk/YACOSWeb/WebContent/WEB-INF/lib/jstl.jar b/YACOSWeb/WebContent/WEB-INF/lib/jstl.jar similarity index 100% rename from trunk/YACOSWeb/WebContent/WEB-INF/lib/jstl.jar rename to YACOSWeb/WebContent/WEB-INF/lib/jstl.jar diff --git a/trunk/YACOSWeb/WebContent/WEB-INF/lib/junit-3.8.2.jar b/YACOSWeb/WebContent/WEB-INF/lib/junit-3.8.2.jar similarity index 100% rename from trunk/YACOSWeb/WebContent/WEB-INF/lib/junit-3.8.2.jar rename to YACOSWeb/WebContent/WEB-INF/lib/junit-3.8.2.jar diff --git a/trunk/YACOSWeb/WebContent/WEB-INF/lib/spring-webmvc.jar b/YACOSWeb/WebContent/WEB-INF/lib/spring-webmvc.jar similarity index 100% rename from trunk/YACOSWeb/WebContent/WEB-INF/lib/spring-webmvc.jar rename to YACOSWeb/WebContent/WEB-INF/lib/spring-webmvc.jar diff --git a/trunk/YACOSWeb/WebContent/WEB-INF/lib/spring.jar b/YACOSWeb/WebContent/WEB-INF/lib/spring.jar similarity index 100% rename from trunk/YACOSWeb/WebContent/WEB-INF/lib/spring.jar rename to YACOSWeb/WebContent/WEB-INF/lib/spring.jar diff --git a/trunk/YACOSWeb/WebContent/WEB-INF/lib/standard.jar b/YACOSWeb/WebContent/WEB-INF/lib/standard.jar similarity index 100% rename from trunk/YACOSWeb/WebContent/WEB-INF/lib/standard.jar rename to YACOSWeb/WebContent/WEB-INF/lib/standard.jar diff --git a/trunk/YACOSWeb/WebContent/WEB-INF/web.xml b/YACOSWeb/WebContent/WEB-INF/web.xml similarity index 100% rename from trunk/YACOSWeb/WebContent/WEB-INF/web.xml rename to YACOSWeb/WebContent/WEB-INF/web.xml diff --git a/trunk/YACOSWeb/WebContent/WEB-INF/yacos-servlet.xml b/YACOSWeb/WebContent/WEB-INF/yacos-servlet.xml similarity index 100% rename from trunk/YACOSWeb/WebContent/WEB-INF/yacos-servlet.xml rename to YACOSWeb/WebContent/WEB-INF/yacos-servlet.xml diff --git a/trunk/YACOSWeb/WebContent/index.jsp b/YACOSWeb/WebContent/index.jsp similarity index 100% rename from trunk/YACOSWeb/WebContent/index.jsp rename to YACOSWeb/WebContent/index.jsp