Author: wesw Date: Wed Jun 3 21:24:06 2009 New Revision: 781558 URL: http://svn.apache.org/viewvc?rev=781558&view=rev Log: first import, still need to create a struts-plugin.xml file that maps the beans.
Added: struts/sandbox/trunk/struts2-fileupload-plugin.iml Added: struts/sandbox/trunk/struts2-fileupload-plugin.iml URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-fileupload-plugin.iml?rev=781558&view=auto ============================================================================== --- struts/sandbox/trunk/struts2-fileupload-plugin.iml (added) +++ struts/sandbox/trunk/struts2-fileupload-plugin.iml Wed Jun 3 21:24:06 2009 @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module relativePaths="true" MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4"> + <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_5" inherit-compiler-output="false"> + <output url="file://$MODULE_DIR$/target/classes" /> + <output-test url="file://$MODULE_DIR$/target/test-classes" /> + <content url="file://$MODULE_DIR$"> + <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" /> + <sourceFolder url="file://$MODULE_DIR$/src/main/resources" isTestSource="false" /> + <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" /> + <sourceFolder url="file://$MODULE_DIR$/src/test/resources" isTestSource="true" /> + <excludeFolder url="file://$MODULE_DIR$/target" /> + </content> + <orderEntry type="inheritedJdk" /> + <orderEntry type="sourceFolder" forTests="false" /> + <orderEntry type="library" exported="" name="Maven: org.apache.struts:struts2-core:2.1.7-SNAPSHOT" level="project" /> + <orderEntry type="library" exported="" name="Maven: com.opensymphony:xwork-core:2.1.4" level="project" /> + <orderEntry type="library" exported="" name="Maven: commons-lang:commons-lang:2.4" level="project" /> + <orderEntry type="library" exported="" name="Maven: opensymphony:ognl:2.6.11" level="project" /> + <orderEntry type="library" exported="" name="Maven: asm:asm:3.1" level="project" /> + <orderEntry type="library" exported="" name="Maven: asm:asm-commons:3.1" level="project" /> + <orderEntry type="library" exported="" name="Maven: asm:asm-tree:3.1" level="project" /> + <orderEntry type="library" exported="" name="Maven: org.springframework:spring-test:2.5.6" level="project" /> + <orderEntry type="library" exported="" name="Maven: commons-logging:commons-logging:1.1.1" level="project" /> + <orderEntry type="library" name="Maven: junit:junit:4.4" level="project" /> + <orderEntry type="library" exported="" name="Maven: org.freemarker:freemarker:2.3.13" level="project" /> + <orderEntry type="library" exported="" name="Maven: commons-fileupload:commons-fileupload:1.2.1" level="project" /> + <orderEntry type="library" exported="" name="Maven: commons-io:commons-io:1.3.2" level="project" /> + <orderEntry type="library" name="Maven: com.sun:tools:1.5.0" level="project" /> + <orderEntry type="library" name="Maven: javax.servlet:servlet-api:2.4" level="project" /> + <orderEntry type="library" name="Maven: org.springframework:spring:2.5.6" level="project" /> + </component> +</module> +