Basic working annotation project

This commit is contained in:
Rachel Walker
2012-11-15 15:23:46 -08:00
commit 067decf8d9
108 changed files with 2985 additions and 0 deletions

27
SpringMVC/.idea/artifacts/SpringMVC.xml generated Normal file
View File

@@ -0,0 +1,27 @@
<component name="ArtifactManager">
<artifact type="exploded-war" name="SpringMVC">
<output-path>$PROJECT_DIR$/target/web</output-path>
<root id="root">
<element id="javaee-facet-resources" facet="SpringMVC/web/Web" />
<element id="directory" name="WEB-INF">
<element id="directory" name="classes">
<element id="module-output" name="SpringMVC" />
</element>
<element id="directory" name="lib">
<element id="library" level="project" name="Maven: org.springframework:spring-core:3.1.1.RELEASE" />
<element id="library" level="project" name="Maven: org.springframework:spring-asm:3.1.1.RELEASE" />
<element id="library" level="project" name="Maven: commons-logging:commons-logging:1.1.1" />
<element id="library" level="project" name="Maven: org.springframework:spring-web:3.1.1.RELEASE" />
<element id="library" level="project" name="Maven: aopalliance:aopalliance:1.0" />
<element id="library" level="project" name="Maven: org.springframework:spring-beans:3.1.1.RELEASE" />
<element id="library" level="project" name="Maven: org.springframework:spring-context:3.1.1.RELEASE" />
<element id="library" level="project" name="Maven: org.springframework:spring-aop:3.1.1.RELEASE" />
<element id="library" level="project" name="Maven: org.springframework:spring-expression:3.1.1.RELEASE" />
<element id="library" level="project" name="Maven: org.springframework:spring-webmvc:3.1.1.RELEASE" />
<element id="library" level="project" name="Maven: org.springframework:spring-context-support:3.1.1.RELEASE" />
</element>
</element>
<element id="dir-copy" path="$PROJECT_DIR$/src/webapp" />
</root>
</artifact>
</component>

View File

@@ -0,0 +1,8 @@
<component name="ArtifactManager">
<artifact type="war" name="SpringMVC:war">
<output-path>$PROJECT_DIR$/target</output-path>
<root id="archive" name="SpringMVC.war">
<element id="artifact" artifact-name="SpringMVC:war exploded" />
</root>
</artifact>
</component>

View File

@@ -0,0 +1,27 @@
<component name="ArtifactManager">
<artifact type="exploded-war" name="SpringMVC:war exploded">
<output-path>$PROJECT_DIR$/target/SpringMVC</output-path>
<root id="root">
<element id="javaee-facet-resources" facet="SpringMVC/web/Web" />
<element id="directory" name="WEB-INF">
<element id="directory" name="classes">
<element id="module-output" name="SpringMVC" />
</element>
<element id="directory" name="lib">
<element id="library" level="project" name="Maven: org.springframework:spring-core:3.1.1.RELEASE" />
<element id="library" level="project" name="Maven: org.springframework:spring-asm:3.1.1.RELEASE" />
<element id="library" level="project" name="Maven: commons-logging:commons-logging:1.1.1" />
<element id="library" level="project" name="Maven: org.springframework:spring-web:3.1.1.RELEASE" />
<element id="library" level="project" name="Maven: aopalliance:aopalliance:1.0" />
<element id="library" level="project" name="Maven: org.springframework:spring-beans:3.1.1.RELEASE" />
<element id="library" level="project" name="Maven: org.springframework:spring-context:3.1.1.RELEASE" />
<element id="library" level="project" name="Maven: org.springframework:spring-aop:3.1.1.RELEASE" />
<element id="library" level="project" name="Maven: org.springframework:spring-expression:3.1.1.RELEASE" />
<element id="library" level="project" name="Maven: org.springframework:spring-webmvc:3.1.1.RELEASE" />
<element id="library" level="project" name="Maven: org.springframework:spring-context-support:3.1.1.RELEASE" />
<element id="library" level="project" name="Maven: javax.servlet:servlet-api:2.5" />
</element>
</element>
</root>
</artifact>
</component>