Refactored Demo.

This commit is contained in:
Christian P. MOMON 2017-05-05 20:12:35 +02:00
parent 191748bac9
commit 521cc2e633
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="demo"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
<classpathentry kind="lib" path="lib/servlet-api.jar"/>

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
<?xml version="1.0" encoding="UTF-8"?>
<project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="xidyn">
<wb-resource deploy-path="/" source-path="/src"/>
<wb-resource deploy-path="/" source-path="/test"/>
<wb-resource deploy-path="/" source-path="/demo"/>
</wb-module>
</project-modules>

View file

@ -1,3 +1,4 @@
package fr.devinsy.xidyn.demo;
/**
* Copyright (C) 2006-2016 Christian Pierre MOMON
*