Added EclipseLink 2.3.1 SharedLib
Added EAR and WAR projects to demonstrate usage in JavaEE
diff --git a/.gitignore b/.gitignore
index 319506c..a8ce8e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 
 /Temporal Entity Example/classes
-/Temporal Tests/classes
\ No newline at end of file
+/Temporal Tests/classes
+/Temporal WAR/build
\ No newline at end of file
diff --git a/EclipseLink 2.3.1 SharedLib/.project b/EclipseLink 2.3.1 SharedLib/.project
new file mode 100644
index 0000000..ea2b6cd
--- /dev/null
+++ b/EclipseLink 2.3.1 SharedLib/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>EclipseLink 2.3.1 SharedLib</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.wst.common.project.facet.core.builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.wst.validation.validationbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>oracle.eclipse.tools.weblogic.sharedLibraryFrameworkValidator</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
+		<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
+	</natures>
+</projectDescription>
diff --git a/EclipseLink 2.3.1 SharedLib/.settings/org.eclipse.wst.common.component b/EclipseLink 2.3.1 SharedLib/.settings/org.eclipse.wst.common.component
new file mode 100644
index 0000000..db68f59
--- /dev/null
+++ b/EclipseLink 2.3.1 SharedLib/.settings/org.eclipse.wst.common.component
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project-modules id="moduleCoreId" project-version="1.5.0">
+    <wb-module deploy-name="EclipseLink 2.3.1 SharedLib">
+        <wb-resource deploy-path="/" source-path="/EarContent" tag="defaultRootSource"/>
+    </wb-module>
+</project-modules>
diff --git a/EclipseLink 2.3.1 SharedLib/.settings/org.eclipse.wst.common.project.facet.core.xml b/EclipseLink 2.3.1 SharedLib/.settings/org.eclipse.wst.common.project.facet.core.xml
new file mode 100644
index 0000000..0096e72
--- /dev/null
+++ b/EclipseLink 2.3.1 SharedLib/.settings/org.eclipse.wst.common.project.facet.core.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<faceted-project>
+  <runtime name="Oracle WebLogic Server 11gR1 (10.3.4)"/>
+  <fixed facet="jst.ear"/>
+  <installed facet="jst.ear" version="5.0"/>
+  <installed facet="wls.ear" version="10.3.4"/>
+</faceted-project>
diff --git a/EclipseLink 2.3.1 SharedLib/EarContent/META-INF/MANIFEST.MF b/EclipseLink 2.3.1 SharedLib/EarContent/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..9803c3d
--- /dev/null
+++ b/EclipseLink 2.3.1 SharedLib/EarContent/META-INF/MANIFEST.MF
@@ -0,0 +1,7 @@
+Manifest-Version: 1.0
+Ant-Version: Apache Ant 1.7.1
+Created-By: 20.1-b02 (Sun Microsystems Inc.)
+Extension-Name: org.eclipse.persistence
+Specification-Version: 2.3
+Implementation-Version: 2.3.1.v20111018-r10243
+
diff --git a/EclipseLink 2.3.1 SharedLib/EarContent/META-INF/application.xml b/EclipseLink 2.3.1 SharedLib/EarContent/META-INF/application.xml
new file mode 100644
index 0000000..fc73005
--- /dev/null
+++ b/EclipseLink 2.3.1 SharedLib/EarContent/META-INF/application.xml
@@ -0,0 +1,6 @@
+<application>
+    <display-name>org.eclipse.persistence2_3_1_v20111018-r10243-shared-lib</display-name>
+    <module>
+        <java></java>
+    </module>
+</application>
diff --git a/EclipseLink 2.3.1 SharedLib/EarContent/META-INF/weblogic-application.xml b/EclipseLink 2.3.1 SharedLib/EarContent/META-INF/weblogic-application.xml
new file mode 100644
index 0000000..dc8b468
--- /dev/null
+++ b/EclipseLink 2.3.1 SharedLib/EarContent/META-INF/weblogic-application.xml
@@ -0,0 +1,6 @@
+<weblogic-application>
+    <prefer-application-packages>
+        <package-name>org.eclipse.persistence.*</package-name>
+        <package-name>commonj.sdo.*</package-name>
+    </prefer-application-packages>
+</weblogic-application>
diff --git a/EclipseLink 2.3.1 SharedLib/EarContent/lib/eclipselink.jar b/EclipseLink 2.3.1 SharedLib/EarContent/lib/eclipselink.jar
new file mode 100644
index 0000000..233ebc6
--- /dev/null
+++ b/EclipseLink 2.3.1 SharedLib/EarContent/lib/eclipselink.jar
Binary files differ
diff --git a/Temporal EAR/.project b/Temporal EAR/.project
new file mode 100644
index 0000000..8e5d32a
--- /dev/null
+++ b/Temporal EAR/.project
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>Temporal EAR</name>
+	<comment></comment>
+	<projects>
+		<project>Temporal Entity Example</project>
+		<project>Temporal WAR</project>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.wst.common.project.facet.core.builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.wst.validation.validationbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>oracle.eclipse.tools.weblogic.sharedLibraryFrameworkValidator</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
+		<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
+	</natures>
+</projectDescription>
diff --git a/Temporal EAR/.settings/org.eclipse.wst.common.component b/Temporal EAR/.settings/org.eclipse.wst.common.component
new file mode 100644
index 0000000..f8cbec2
--- /dev/null
+++ b/Temporal EAR/.settings/org.eclipse.wst.common.component
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project-modules id="moduleCoreId" project-version="1.5.0">
+    <wb-module deploy-name="Temporal EAR">
+        <wb-resource deploy-path="/" source-path="/EarContent" tag="defaultRootSource"/>
+        <dependent-module archiveName="Temporal_Entity_Example.jar" deploy-path="/lib" handle="module:/resource/Temporal Entity Example/Temporal Entity Example">
+            <dependency-type>uses</dependency-type>
+        </dependent-module>
+        <dependent-module archiveName="Temporal_WAR.war" deploy-path="/" handle="module:/resource/Temporal WAR/Temporal WAR">
+            <dependent-object/>
+            <dependency-type>uses</dependency-type>
+        </dependent-module>
+    </wb-module>
+</project-modules>
diff --git a/Temporal EAR/.settings/org.eclipse.wst.common.project.facet.core.xml b/Temporal EAR/.settings/org.eclipse.wst.common.project.facet.core.xml
new file mode 100644
index 0000000..0096e72
--- /dev/null
+++ b/Temporal EAR/.settings/org.eclipse.wst.common.project.facet.core.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<faceted-project>
+  <runtime name="Oracle WebLogic Server 11gR1 (10.3.4)"/>
+  <fixed facet="jst.ear"/>
+  <installed facet="jst.ear" version="5.0"/>
+  <installed facet="wls.ear" version="10.3.4"/>
+</faceted-project>
diff --git a/weblogic.application.xml b/Temporal EAR/EarContent/META-INF/weblogic-application.xml
similarity index 78%
rename from weblogic.application.xml
rename to Temporal EAR/EarContent/META-INF/weblogic-application.xml
index 153405b..3e724ad 100644
--- a/weblogic.application.xml
+++ b/Temporal EAR/EarContent/META-INF/weblogic-application.xml
@@ -5,9 +5,8 @@
         <wls:param-value>UTF-8</wls:param-value>
     </wls:application-param>
     <wls:library-ref>
-        <wls:library-name>eclipselink</wls:library-name>
-        <wls:specification-version>2.0</wls:specification-version>
-        <wls:implementation-version>2.3.2</wls:implementation-version>
+        <wls:library-name>org.eclipse.persistence</wls:library-name>
+        <wls:specification-version>2.3</wls:specification-version>
         <wls:exact-match>true</wls:exact-match>
     </wls:library-ref>
 </wls:weblogic-application>
\ No newline at end of file
diff --git a/Temporal Entity Example/.classpath b/Temporal Entity Example/.classpath
index 04bb888..2fc7de3 100644
--- a/Temporal Entity Example/.classpath
+++ b/Temporal Entity Example/.classpath
@@ -3,15 +3,23 @@
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
 	<classpathentry kind="con" path="org.eclipse.datatools.connectivity.jdt.DRIVERLIBRARY/MySQL JDBC Driver"/>
+	<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/EclipseLink 2.3.1">
 		<attributes>
+			<attribute name="org.eclipse.jst.component.nondependency" value=""/>
 			<attribute name="owner.project.facets" value="jpt.jpa"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
+	<classpathentry kind="con" path="oracle.eclipse.tools.weblogic.lib.system">
+		<attributes>
+			<attribute name="owner.project.facets" value="jst.utility"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/Oracle WebLogic Server 11gR1 (10.3.4) JRE">
 		<attributes>
 			<attribute name="owner.project.facets" value="java"/>
 		</attributes>
 	</classpathentry>
+	<classpathentry kind="con" path="oracle.eclipse.tools.weblogic.lib.application/Temporal EAR"/>
 	<classpathentry kind="output" path="classes"/>
 </classpath>
diff --git a/Temporal Entity Example/.project b/Temporal Entity Example/.project
index 60ac656..22d9e51 100644
--- a/Temporal Entity Example/.project
+++ b/Temporal Entity Example/.project
@@ -22,6 +22,8 @@
 		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
+		<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
 		<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 	</natures>
diff --git a/Temporal Entity Example/.settings/org.eclipse.wst.common.component b/Temporal Entity Example/.settings/org.eclipse.wst.common.component
new file mode 100644
index 0000000..6c9b7c3
--- /dev/null
+++ b/Temporal Entity Example/.settings/org.eclipse.wst.common.component
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project-modules id="moduleCoreId" project-version="1.5.0">
+    <wb-module deploy-name="Temporal Entity Example">
+        <wb-resource deploy-path="/" source-path="/src"/>
+    </wb-module>
+</project-modules>
diff --git a/Temporal Entity Example/.settings/org.eclipse.wst.common.project.facet.core.xml b/Temporal Entity Example/.settings/org.eclipse.wst.common.project.facet.core.xml
index b488517..08b8ad3 100644
--- a/Temporal Entity Example/.settings/org.eclipse.wst.common.project.facet.core.xml
+++ b/Temporal Entity Example/.settings/org.eclipse.wst.common.project.facet.core.xml
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <faceted-project>
-  <fixed facet="java"/>
-  <fixed facet="jpt.jpa"/>
+  <runtime name="Oracle WebLogic Server 11gR1 (10.3.4)"/>
+  <fixed facet="jst.utility"/>
   <installed facet="jpt.jpa" version="2.0"/>
   <installed facet="java" version="1.6"/>
+  <installed facet="jst.utility" version="1.0"/>
 </faceted-project>
diff --git a/Temporal Entity Example/src/META-INF/MANIFEST.MF b/Temporal Entity Example/src/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..254272e
--- /dev/null
+++ b/Temporal Entity Example/src/META-INF/MANIFEST.MF
@@ -0,0 +1,3 @@
+Manifest-Version: 1.0
+Class-Path: 
+
diff --git a/Temporal Tests.zip b/Temporal Tests.zip
deleted file mode 100644
index 0d18520..0000000
--- a/Temporal Tests.zip
+++ /dev/null
Binary files differ
diff --git a/Temporal WAR/.classpath b/Temporal WAR/.classpath
new file mode 100644
index 0000000..e60fcbf
--- /dev/null
+++ b/Temporal WAR/.classpath
@@ -0,0 +1,19 @@
+<?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/Oracle WebLogic Server 11gR1 (10.3.4) JRE">
+		<attributes>
+			<attribute name="owner.project.facets" value="java"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="con" path="oracle.eclipse.tools.weblogic.lib.system">
+		<attributes>
+			<attribute name="owner.project.facets" value="jst.web"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
+	<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
+	<classpathentry kind="con" path="oracle.eclipse.tools.weblogic.lib.application/Temporal EAR"/>
+	<classpathentry kind="con" path="oracle.eclipse.tools.weblogic.lib.shared/jsf/exact/2.0"/>
+	<classpathentry kind="output" path="build/classes"/>
+</classpath>
diff --git a/Temporal WAR/.project b/Temporal WAR/.project
new file mode 100644
index 0000000..cc813a0
--- /dev/null
+++ b/Temporal WAR/.project
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>Temporal WAR</name>
+	<comment></comment>
+	<projects>
+		<project>Temporal Entity Example</project>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.wst.common.project.facet.core.builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.wst.validation.validationbuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>oracle.eclipse.tools.weblogic.sharedLibraryFrameworkValidator</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
+		<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
+		<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
+	</natures>
+</projectDescription>
diff --git a/Temporal WAR/.settings/.jsdtscope b/Temporal WAR/.settings/.jsdtscope
new file mode 100644
index 0000000..3a28de0
--- /dev/null
+++ b/Temporal WAR/.settings/.jsdtscope
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="WebContent"/>
+	<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.WebProject">
+		<attributes>
+			<attribute name="hide" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/>
+	<classpathentry kind="output" path=""/>
+</classpath>
diff --git a/Temporal WAR/.settings/oracle.eclipse.tools.webtier.ui.prefs b/Temporal WAR/.settings/oracle.eclipse.tools.webtier.ui.prefs
new file mode 100644
index 0000000..d9fee7f
--- /dev/null
+++ b/Temporal WAR/.settings/oracle.eclipse.tools.webtier.ui.prefs
@@ -0,0 +1,9 @@
+//_hiddenCategory_\:http\://java.sun.com/jsf/composite=false
+//_hiddenCategory_\:http\://java.sun.com/jsf/core=false
+//_hiddenCategory_\:http\://java.sun.com/jsf/facelets=false
+//_hiddenCategory_\:http\://java.sun.com/jsf/html=false
+//_hiddenCategory_\:http\://java.sun.com/jsp/jstl/core=false
+//_hiddenCategory_\:http\://mojarra.dev.java.net/mojarra_ext=true
+_hiddenCategory_\:DataPalette=false
+_hiddenCategory_\:HTML=false
+eclipse.preferences.version=1
diff --git a/Temporal WAR/.settings/org.eclipse.jdt.core.prefs b/Temporal WAR/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 0000000..c537b63
--- /dev/null
+++ b/Temporal WAR/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,7 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.6
diff --git a/Temporal WAR/.settings/org.eclipse.wst.common.component b/Temporal WAR/.settings/org.eclipse.wst.common.component
new file mode 100644
index 0000000..3b718ec
--- /dev/null
+++ b/Temporal WAR/.settings/org.eclipse.wst.common.component
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project-modules id="moduleCoreId" project-version="1.5.0">
+    <wb-module deploy-name="Temporal WAR">
+        <wb-resource deploy-path="/" source-path="/WebContent" tag="defaultRootSource"/>
+        <wb-resource deploy-path="/WEB-INF/classes" source-path="/src"/>
+        <property name="context-root" value="temporal"/>
+        <property name="java-output-path" value="/Temporal WAR/build/classes"/>
+    </wb-module>
+</project-modules>
diff --git a/Temporal WAR/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml b/Temporal WAR/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
new file mode 100644
index 0000000..bc262d6
--- /dev/null
+++ b/Temporal WAR/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
@@ -0,0 +1,7 @@
+<root>
+  <facet id="jst.jsf">
+    <node name="libprov">
+      <attribute name="provider-id" value="wls-shared-library-provider-jsf-2.0"/>
+    </node>
+  </facet>
+</root>
diff --git a/Temporal WAR/.settings/org.eclipse.wst.common.project.facet.core.xml b/Temporal WAR/.settings/org.eclipse.wst.common.project.facet.core.xml
new file mode 100644
index 0000000..32a11c2
--- /dev/null
+++ b/Temporal WAR/.settings/org.eclipse.wst.common.project.facet.core.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<faceted-project>
+  <runtime name="Oracle WebLogic Server 11gR1 (10.3.4)"/>
+  <fixed facet="jst.web"/>
+  <fixed facet="java"/>
+  <fixed facet="wst.jsdt.web"/>
+  <installed facet="java" version="1.6"/>
+  <installed facet="jst.web" version="2.5"/>
+  <installed facet="wls.web" version="10.3.4"/>
+  <installed facet="wst.jsdt.web" version="1.0"/>
+  <installed facet="jst.jsf" version="2.0"/>
+</faceted-project>
diff --git a/Temporal WAR/.settings/org.eclipse.wst.jsdt.ui.superType.container b/Temporal WAR/.settings/org.eclipse.wst.jsdt.ui.superType.container
new file mode 100644
index 0000000..3bd5d0a
--- /dev/null
+++ b/Temporal WAR/.settings/org.eclipse.wst.jsdt.ui.superType.container
@@ -0,0 +1 @@
+org.eclipse.wst.jsdt.launching.baseBrowserLibrary
\ No newline at end of file
diff --git a/Temporal WAR/.settings/org.eclipse.wst.jsdt.ui.superType.name b/Temporal WAR/.settings/org.eclipse.wst.jsdt.ui.superType.name
new file mode 100644
index 0000000..05bd71b
--- /dev/null
+++ b/Temporal WAR/.settings/org.eclipse.wst.jsdt.ui.superType.name
@@ -0,0 +1 @@
+Window
\ No newline at end of file
diff --git a/Temporal WAR/.settings/org.eclipse.wst.validation.prefs b/Temporal WAR/.settings/org.eclipse.wst.validation.prefs
new file mode 100644
index 0000000..c99b476
--- /dev/null
+++ b/Temporal WAR/.settings/org.eclipse.wst.validation.prefs
@@ -0,0 +1,9 @@
+DELEGATES_PREFERENCE=delegateValidatorList
+USER_BUILD_PREFERENCE=enabledBuildValidatorListorg.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyValidator;
+USER_MANUAL_PREFERENCE=enabledManualValidatorListorg.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyValidator;
+USER_PREFERENCE=overrideGlobalPreferencesfalse
+eclipse.preferences.version=1
+override=true
+suspend=false
+vals/org.eclipse.wst.wsdl.validation.wsdl/global=TF02158org.eclipse.wst.wsdl.validation.internal.eclipse.Validator
+vf.version=3
diff --git a/Temporal WAR/WebContent/META-INF/MANIFEST.MF b/Temporal WAR/WebContent/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..254272e
--- /dev/null
+++ b/Temporal WAR/WebContent/META-INF/MANIFEST.MF
@@ -0,0 +1,3 @@
+Manifest-Version: 1.0
+Class-Path: 
+
diff --git a/Temporal WAR/WebContent/WEB-INF/faces-config.xml b/Temporal WAR/WebContent/WEB-INF/faces-config.xml
new file mode 100644
index 0000000..f711d93
--- /dev/null
+++ b/Temporal WAR/WebContent/WEB-INF/faces-config.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<faces-config
+    xmlns="http://java.sun.com/xml/ns/javaee"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd"
+    version="2.0">
+
+</faces-config>
diff --git a/Temporal WAR/WebContent/WEB-INF/web.xml b/Temporal WAR/WebContent/WEB-INF/web.xml
new file mode 100644
index 0000000..2e1fb1a
--- /dev/null
+++ b/Temporal WAR/WebContent/WEB-INF/web.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">
+  <display-name>Temporal WAR</display-name>
+  <welcome-file-list>
+    <welcome-file>index.html</welcome-file>
+    <welcome-file>index.htm</welcome-file>
+    <welcome-file>index.jsp</welcome-file>
+    <welcome-file>default.html</welcome-file>
+    <welcome-file>default.htm</welcome-file>
+    <welcome-file>default.jsp</welcome-file>
+  </welcome-file-list>
+  <servlet>
+    <servlet-name>Faces Servlet</servlet-name>
+    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
+    <load-on-startup>1</load-on-startup>
+  </servlet>
+  <servlet-mapping>
+    <servlet-name>Faces Servlet</servlet-name>
+    <url-pattern>/faces/*</url-pattern>
+  </servlet-mapping>
+</web-app>
\ No newline at end of file
diff --git a/Temporal WAR/WebContent/WEB-INF/weblogic.xml b/Temporal WAR/WebContent/WEB-INF/weblogic.xml
new file mode 100644
index 0000000..a495f85
--- /dev/null
+++ b/Temporal WAR/WebContent/WEB-INF/weblogic.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<wls:weblogic-web-app xmlns:wls="http://xmlns.oracle.com/weblogic/weblogic-web-app" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd http://xmlns.oracle.com/weblogic/weblogic-web-app http://xmlns.oracle.com/weblogic/weblogic-web-app/1.2/weblogic-web-app.xsd">
+    <wls:weblogic-version>10.3.4</wls:weblogic-version>
+    <wls:context-root>temporal</wls:context-root>
+    <wls:library-ref>
+        <wls:library-name>jsf</wls:library-name>
+        <wls:specification-version>2.0</wls:specification-version>
+        <wls:exact-match>true</wls:exact-match>
+    </wls:library-ref>
+</wls:weblogic-web-app>
\ No newline at end of file
diff --git a/Temporal WAR/WebContent/index.xhtml b/Temporal WAR/WebContent/index.xhtml
new file mode 100644
index 0000000..14aa8fe
--- /dev/null
+++ b/Temporal WAR/WebContent/index.xhtml
@@ -0,0 +1,19 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:ui="http://java.sun.com/jsf/facelets"
+    xmlns:h="http://java.sun.com/jsf/html"
+    xmlns:f="http://java.sun.com/jsf/core">
+
+<f:loadBundle basename="resources.application" var="msg"/>
+
+<head>
+    <title>Temporal Example</title>
+</head>
+
+<body>
+<h1>Temporal Example</h1>
+<p></p>
+</body>
+</html>
diff --git a/Temporal WAR/src/resources/application.properties b/Temporal WAR/src/resources/application.properties
new file mode 100644
index 0000000..66eed33
--- /dev/null
+++ b/Temporal WAR/src/resources/application.properties
@@ -0,0 +1,7 @@
+# -- welcome --
+welcomeTitle=JSF Blank Application
+
+welcomeHeading=Welcome!
+
+welcomeMessage=This is a JSF blank application. \
+	You can find the application.properties file with this message in the src/resources folder.
diff --git a/eclipselink2_3_1_v20111018-r10243-shared-lib.zip b/eclipselink2_3_1_v20111018-r10243-shared-lib.zip
deleted file mode 100644
index 84504bd..0000000
--- a/eclipselink2_3_1_v20111018-r10243-shared-lib.zip
+++ /dev/null
Binary files differ