This commit is contained in:
Maxime Dagnicourt
2007-12-16 15:00:14 +00:00
parent 57b63270f9
commit e445ed5798
3 changed files with 24 additions and 11 deletions

View File

@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.6.0_02"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.generic.runtimeTarget/JBoss v4.2"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry combineaccessrules="false" kind="src" path="/YACOSCore"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>

View File

@@ -0,0 +1,12 @@
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>dispatchArticles</title>
</head>
<body>
</body>
</html>

View File

@@ -7,9 +7,9 @@
</head>
<body>
<a href="<c:url value="submissionArticle.htm"/>"><fmt:message key="submission.title" /></a><br />
<a href="<c:url value="choosePreference.htm"/>"><fmt:message key="preference.title" /></a><br />
<a href="<c:url value="dispatchArticle.htm"/>"><fmt:message key="dispatch.title" /></a><br />
</body>
</html>