Skip to content

Commit d254f94

Browse files
committed
updated files on intelliJ
1 parent f70c844 commit d254f94

File tree

662 files changed

+255912
-37
lines changed

Some content is hidden

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

662 files changed

+255912
-37
lines changed

Applets/.idea/workspace.xml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

JDBC-Practice/.idea/workspace.xml

Lines changed: 13 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LoginPage/.classpath

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v9.0">
5+
<attributes>
6+
<attribute name="owner.project.facets" value="jst.web"/>
7+
</attributes>
8+
</classpathentry>
9+
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
10+
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
11+
<classpathentry kind="lib" path="mysql-connector-java-8.0.15/lib/c3p0-0.9.1-pre6.jar"/>
12+
<classpathentry kind="lib" path="mysql-connector-java-8.0.15/lib/c3p0-0.9.1-pre6.src.zip"/>
13+
<classpathentry kind="lib" path="mysql-connector-java-8.0.15/lib/jboss-common-jdbc-wrapper-src.jar"/>
14+
<classpathentry kind="lib" path="mysql-connector-java-8.0.15/lib/jboss-common-jdbc-wrapper.jar"/>
15+
<classpathentry kind="lib" path="mysql-connector-java-8.0.15/lib/protobuf-java-3.6.1.jar"/>
16+
<classpathentry kind="lib" path="mysql-connector-java-8.0.15/lib/slf4j-api-1.6.1.jar"/>
17+
<classpathentry kind="lib" path="mysql-connector-java-8.0.15/.DS_Store"/>
18+
<classpathentry kind="lib" path="mysql-connector-java-8.0.15/build.xml"/>
19+
<classpathentry kind="lib" path="mysql-connector-java-8.0.15/CHANGES"/>
20+
<classpathentry kind="lib" path="mysql-connector-java-8.0.15/INFO_BIN"/>
21+
<classpathentry kind="lib" path="mysql-connector-java-8.0.15/INFO_SRC"/>
22+
<classpathentry kind="lib" path="mysql-connector-java-8.0.15/LICENSE"/>
23+
<classpathentry kind="lib" path="mysql-connector-java-8.0.15/mysql-connector-java-8.0.15.jar"/>
24+
<classpathentry kind="lib" path="mysql-connector-java-8.0.15/README"/>
25+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/Java SE 8 [1.8.0_111]">
26+
<attributes>
27+
<attribute name="owner.project.facets" value="java"/>
28+
</attributes>
29+
</classpathentry>
30+
<classpathentry kind="output" path="build/classes"/>
31+
</classpath>

LoginPage/.project

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>LoginPage</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.wst.common.project.facet.core.builder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
<buildCommand>
19+
<name>org.eclipse.wst.validation.validationbuilder</name>
20+
<arguments>
21+
</arguments>
22+
</buildCommand>
23+
</buildSpec>
24+
<natures>
25+
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
26+
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
27+
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
28+
<nature>org.eclipse.jdt.core.javanature</nature>
29+
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
30+
</natures>
31+
</projectDescription>

LoginPage/.settings/.jsdtscope

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry excluding="**/bower_components/*|**/node_modules/*|**/*.min.js" kind="src" path="WebContent"/>
4+
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/>
5+
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.WebProject">
6+
<attributes>
7+
<attribute name="hide" value="true"/>
8+
</attributes>
9+
</classpathentry>
10+
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/>
11+
<classpathentry kind="output" path=""/>
12+
</classpath>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=11
4+
org.eclipse.jdt.core.compiler.compliance=11
5+
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
6+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
7+
org.eclipse.jdt.core.compiler.release=enabled
8+
org.eclipse.jdt.core.compiler.source=11
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
2+
<wb-module deploy-name="LoginPage">
3+
<wb-resource deploy-path="/" source-path="/WebContent" tag="defaultRootSource"/>
4+
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src"/>
5+
<property name="context-root" value="LoginPage"/>
6+
<property name="java-output-path" value="/LoginPage/build/classes"/>
7+
</wb-module>
8+
</project-modules>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<faceted-project>
3+
<runtime name="Apache Tomcat v9.0"/>
4+
<fixed facet="wst.jsdt.web"/>
5+
<fixed facet="java"/>
6+
<fixed facet="jst.web"/>
7+
<installed facet="java" version="11"/>
8+
<installed facet="jst.web" version="4.0"/>
9+
<installed facet="wst.jsdt.web" version="1.0"/>
10+
</faceted-project>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
org.eclipse.wst.jsdt.launching.baseBrowserLibrary
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Window

0 commit comments

Comments
 (0)