Skip to content

Commit

Permalink
project rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Marlon Richert committed Jan 12, 2012
1 parent cd91208 commit 3c2c914
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
/build
2 changes: 1 addition & 1 deletion .project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>GraphExplorer</name>
<name>Graph-Explorer</name>
<comment></comment>
<projects>
</projects>
Expand Down
6 changes: 3 additions & 3 deletions .settings/org.eclipse.wst.common.component
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="GraphExplorer">
<wb-module deploy-name="Graph-Explorer">
<wb-resource deploy-path="/" source-path="/WebContent" tag="defaultRootSource"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src"/>
<property name="context-root" value="GraphExplorer"/>
<property name="java-output-path" value="/GraphExplorer/build/classes"/>
<property name="context-root" value="Graph-Explorer"/>
<property name="java-output-path" value="/Graph-Explorer/build/classes"/>
</wb-module>
</project-modules>
2 changes: 1 addition & 1 deletion WebContent/WEB-INF/web.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
<display-name>GraphExplorer</display-name>
<display-name>Graph-Explorer</display-name>
<context-param>
<description>
Vaadin production mode</description>
Expand Down

0 comments on commit 3c2c914

Please sign in to comment.