From ecc325ceac2c41ff4267b4107ffb2cc5d3eee5f7 Mon Sep 17 00:00:00 2001
From: strentini <none@none>
Date: Mon, 11 Jul 2011 16:19:08 +0200
Subject: [PATCH] project setup

--HG--
branch : uzhFixes711
---
 olat3/.classpath                                 | 1 +
 olat3/.settings/org.eclipse.wst.common.component | 1 +
 olat3_i18n/.classpath                            | 1 -
 olatcore_i18n/.classpath                         | 1 -
 4 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/olat3/.classpath b/olat3/.classpath
index 212c4aa61dc..7c0fbe7e493 100644
--- a/olat3/.classpath
+++ b/olat3/.classpath
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry excluding="resources/" kind="src" path="webapp/WEB-INF/src"/>
+	<classpathentry kind="src" output="olat/target/olat/static" path="static"/>
 	<classpathentry kind="src" path="coreresources"/>
 	<classpathentry kind="src" path="corejava"/>
 	<classpathentry kind="var" path="M2_REPO/javax/sql/jdbc-stdext/2.0/jdbc-stdext-2.0.jar"/>
diff --git a/olat3/.settings/org.eclipse.wst.common.component b/olat3/.settings/org.eclipse.wst.common.component
index a53a75c0b48..4ed127cbdb3 100644
--- a/olat3/.settings/org.eclipse.wst.common.component
+++ b/olat3/.settings/org.eclipse.wst.common.component
@@ -5,6 +5,7 @@
         <wb-resource deploy-path="/WEB-INF/classes" source-path="/webapp/WEB-INF/src"/>
         <wb-resource deploy-path="/WEB-INF/classes" source-path="/coreresources"/>
         <wb-resource deploy-path="/WEB-INF/classes" source-path="/corejava"/>
+        <wb-resource deploy-path="/WEB-INF/classes" source-path="/static"/>
         <property name="context-root" value="olat3"/>
         <property name="java-output-path"/>
     </wb-module>
diff --git a/olat3_i18n/.classpath b/olat3_i18n/.classpath
index f624b1bd04d..ac37fb2e4bc 100644
--- a/olat3_i18n/.classpath
+++ b/olat3_i18n/.classpath
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="src" path="src/main/java"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>
diff --git a/olatcore_i18n/.classpath b/olatcore_i18n/.classpath
index f624b1bd04d..ac37fb2e4bc 100644
--- a/olatcore_i18n/.classpath
+++ b/olatcore_i18n/.classpath
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="src" path="src/main/java"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>
-- 
GitLab