Skip to content

Commit 090777a

Browse files
committed
Modified Source code
Modified code by Surya as per comments from Rodger.
1 parent 9f2bb8b commit 090777a

File tree

399 files changed

+573
-38904
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

399 files changed

+573
-38904
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
5+
<attributes>
6+
<attribute name="owner.project.facets" value="java"/>
7+
</attributes>
8+
</classpathentry>
49
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0">
510
<attributes>
611
<attribute name="owner.project.facets" value="jst.web"/>
712
</attributes>
813
</classpathentry>
914
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
1015
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
11-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
12-
<classpathentry kind="output" path="build/classes"/>
16+
<classpathentry kind="output" path="WebContent/WEB-INF/classes"/>
1317
</classpath>

Source code/OpenHMIS UI/.project Source code/.project

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>Open-HMIS-UI</name>
3+
<name>ClientIntake</name>
44
<comment></comment>
55
<projects>
66
</projects>
@@ -11,7 +11,7 @@
1111
</arguments>
1212
</buildCommand>
1313
<buildCommand>
14-
<name>org.eclipse.ajdt.core.ajbuilder</name>
14+
<name>org.eclipse.jdt.core.javabuilder</name>
1515
<arguments>
1616
</arguments>
1717
</buildCommand>
@@ -25,9 +25,18 @@
2525
<arguments>
2626
</arguments>
2727
</buildCommand>
28+
<buildCommand>
29+
<name>com.genuitec.eclipse.j2eedt.core.DeploymentDescriptorValidator</name>
30+
<arguments>
31+
</arguments>
32+
</buildCommand>
33+
<buildCommand>
34+
<name>com.genuitec.eclipse.ast.deploy.core.DeploymentBuilder</name>
35+
<arguments>
36+
</arguments>
37+
</buildCommand>
2838
</buildSpec>
2939
<natures>
30-
<nature>org.eclipse.ajdt.ui.ajnature</nature>
3140
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
3241
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
3342
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>

Source code/OpenHMIS UI/.settings/.jsdtscope Source code/.settings/.jsdtscope

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
<attribute name="hide" value="true"/>
88
</attributes>
99
</classpathentry>
10-
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/>
10+
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary/StandardBrowser/html5"/>
1111
<classpathentry kind="output" path=""/>
1212
</classpath>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
4+
org.eclipse.jdt.core.compiler.compliance=1.7
5+
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
6+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
7+
org.eclipse.jdt.core.compiler.source=1.7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
2-
<wb-module deploy-name="Open-HMIS-UI">
2+
<wb-module deploy-name="ClientIntake">
33
<wb-resource deploy-path="/" source-path="/WebContent" tag="defaultRootSource"/>
44
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src"/>
5-
<property name="context-root" value="Open-HMIS-UI"/>
6-
<property name="java-output-path" value="/Open-HMIS-UI/build/classes"/>
5+
<property name="context-root" value="ClientIntake"/>
6+
<property name="java-output-path" value="/ClientIntake/WebContent/WEB-INF/classes"/>
77
</wb-module>
88
</project-modules>

Source code/OpenHMIS UI/.settings/org.eclipse.wst.common.project.facet.core.xml Source code/.settings/org.eclipse.wst.common.project.facet.core.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<fixed facet="java"/>
55
<fixed facet="jst.web"/>
66
<fixed facet="wst.jsdt.web"/>
7-
<installed facet="java" version="1.8"/>
7+
<installed facet="java" version="1.7"/>
88
<installed facet="jst.web" version="3.0"/>
99
<installed facet="wst.jsdt.web" version="1.0"/>
1010
</faceted-project>

Source code/OpenHMIS UI/.settings/org.eclipse.jdt.core.prefs

-11
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Source code/OpenHMIS UI/WebContent/WEB-INF/spring/appServlet/servlet-context.xml

-65
This file was deleted.

Source code/OpenHMIS UI/WebContent/WEB-INF/spring/root-context.xml

-8
This file was deleted.

Source code/OpenHMIS UI/WebContent/WEB-INF/web.xml

-26
This file was deleted.

Source code/OpenHMIS UI/WebContent/resources/css/jquery.mobile-1.4.5.min.css

-3
This file was deleted.

Source code/OpenHMIS UI/WebContent/resources/css/jquery.mobile.datepicker.css

-19
This file was deleted.

Source code/OpenHMIS UI/WebContent/resources/css/main.css

-99
This file was deleted.

0 commit comments

Comments
 (0)