Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions .classpath
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
<?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/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-16">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/classes" path="src">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="module" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
Expand Down
17 changes: 12 additions & 5 deletions .settings/org.eclipse.wst.common.component
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">



<wb-module deploy-name="ShoppingListWeb">
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>

<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>


<property name="context-root" value="ShoppingListWeb"/>



<property name="java-output-path" value="/ShoppingListWeb/target/classes"/>

</wb-module>


</wb-module>


</project-modules>
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion target/classes/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Manifest-Version: 1.0
Built-By: eliz2
Built-By: kellikleindorfer
Build-Jdk: 16.0.2
Created-By: Maven Integration for Eclipse

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Generated by Maven Integration for Eclipse
#Tue Sep 28 17:47:35 CDT 2021
m2e.projectLocation=D\:\\0_Folders\\DMACC\\3_Fall_2021\\eclipse-workspace\\ShoppingListWeb
m2e.projectName=ShoppingListWeb
#Tue Sep 28 21:18:25 CDT 2021
m2e.projectLocation=/Users/kellikleindorfer/Documents/GitHub/ShoppingListWebElizabeth
m2e.projectName=ShoppingListWebElizabeth
groupId=shoppinglist
artifactId=shoppinglist
version=0.0.1-SNAPSHOT
3 changes: 0 additions & 3 deletions target/classes/main/webapp/META-INF/MANIFEST.MF

This file was deleted.

12 changes: 0 additions & 12 deletions target/classes/main/webapp/WEB-INF/web.xml

This file was deleted.

15 changes: 0 additions & 15 deletions target/classes/main/webapp/index.html

This file was deleted.