First Commit - Source Code from Reply
This commit is contained in:
12
dbcmnpsrc/FE/mnpdev/mnp/.settings/.jsdtscope
Normal file
12
dbcmnpsrc/FE/mnpdev/mnp/.settings/.jsdtscope
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry excluding="**/bower_components/*|**/node_modules/*|**/*.min.js" kind="src" path="WebContent"/>
|
||||
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.WebProject">
|
||||
<attributes>
|
||||
<attribute name="hide" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/>
|
||||
<classpathentry kind="output" path=""/>
|
||||
</classpath>
|
||||
@@ -0,0 +1,17 @@
|
||||
//_hiddenCategory_\:http\://java.sun.com/jsp/jstl/core=false
|
||||
//_hiddenCategory_\:http\://java.sun.com/jsp/jstl/fmt=false
|
||||
//_hiddenCategory_\:http\://java.sun.com/jsp/jstl/sql=false
|
||||
//_hiddenCategory_\:http\://java.sun.com/jsp/jstl/xml=false
|
||||
//_hiddenCategory_\:http\://java.sun.com/jstl/core=false
|
||||
//_hiddenCategory_\:http\://java.sun.com/jstl/core_rt=false
|
||||
//_hiddenCategory_\:http\://java.sun.com/jstl/fmt=false
|
||||
//_hiddenCategory_\:http\://java.sun.com/jstl/fmt_rt=false
|
||||
//_hiddenCategory_\:http\://java.sun.com/jstl/sql=false
|
||||
//_hiddenCategory_\:http\://java.sun.com/jstl/sql_rt=false
|
||||
//_hiddenCategory_\:http\://java.sun.com/jstl/xml=false
|
||||
//_hiddenCategory_\:http\://java.sun.com/jstl/xml_rt=false
|
||||
_hiddenCategory_\:HTML=false
|
||||
_hiddenCategory_\:ManagedBeans=false
|
||||
_hiddenCategory_\:PageVariables=false
|
||||
_hiddenCategory_\:jsp11=false
|
||||
eclipse.preferences.version=1
|
||||
13
dbcmnpsrc/FE/mnpdev/mnp/.settings/org.eclipse.jdt.core.prefs
Normal file
13
dbcmnpsrc/FE/mnpdev/mnp/.settings/org.eclipse.jdt.core.prefs
Normal file
@@ -0,0 +1,13 @@
|
||||
eclipse.preferences.version=1
|
||||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
|
||||
org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
|
||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
|
||||
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
|
||||
org.eclipse.jdt.core.compiler.compliance=1.6
|
||||
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
|
||||
org.eclipse.jdt.core.compiler.debug.localVariable=generate
|
||||
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
|
||||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.release=disabled
|
||||
org.eclipse.jdt.core.compiler.source=1.6
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
|
||||
<wb-module deploy-name="mnp">
|
||||
<wb-resource deploy-path="/" source-path="/WebContent" tag="defaultRootSource"/>
|
||||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src"/>
|
||||
<property name="context-root" value="mnp"/>
|
||||
<property name="java-output-path" value="/mnp/build/classes"/>
|
||||
</wb-module>
|
||||
</project-modules>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<faceted-project>
|
||||
<runtime name="Oracle WebLogic Server 11gR1 (10.3.6)"/>
|
||||
<fixed facet="jst.web"/>
|
||||
<fixed facet="java"/>
|
||||
<fixed facet="wst.jsdt.web"/>
|
||||
<installed facet="java" version="1.6"/>
|
||||
<installed facet="jst.web" version="2.5"/>
|
||||
<installed facet="wls.web" version="10.3.6"/>
|
||||
<installed facet="wst.jsdt.web" version="1.0"/>
|
||||
</faceted-project>
|
||||
@@ -0,0 +1 @@
|
||||
org.eclipse.wst.jsdt.launching.baseBrowserLibrary
|
||||
@@ -0,0 +1 @@
|
||||
Window
|
||||
@@ -0,0 +1,9 @@
|
||||
DELEGATES_PREFERENCE=delegateValidatorList
|
||||
USER_BUILD_PREFERENCE=enabledBuildValidatorListorg.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyValidator;
|
||||
USER_MANUAL_PREFERENCE=enabledManualValidatorListorg.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyValidator;
|
||||
USER_PREFERENCE=overrideGlobalPreferencesfalse
|
||||
eclipse.preferences.version=1
|
||||
override=true
|
||||
suspend=false
|
||||
vals/org.eclipse.wst.wsdl.validation.wsdl/global=TF02158org.eclipse.wst.wsdl.validation.internal.eclipse.Validator
|
||||
vf.version=3
|
||||
3
dbcmnpsrc/FE/mnpdev/mnp/WebContent/META-INF/MANIFEST.MF
Normal file
3
dbcmnpsrc/FE/mnpdev/mnp/WebContent/META-INF/MANIFEST.MF
Normal file
@@ -0,0 +1,3 @@
|
||||
Manifest-Version: 1.0
|
||||
Class-Path:
|
||||
|
||||
12
dbcmnpsrc/FE/mnpdev/mnp/WebContent/WEB-INF/web.xml
Normal file
12
dbcmnpsrc/FE/mnpdev/mnp/WebContent/WEB-INF/web.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">
|
||||
<display-name>mnp</display-name>
|
||||
<welcome-file-list>
|
||||
<welcome-file>index.html</welcome-file>
|
||||
<welcome-file>index.htm</welcome-file>
|
||||
<welcome-file>index.jsp</welcome-file>
|
||||
<welcome-file>default.html</welcome-file>
|
||||
<welcome-file>default.htm</welcome-file>
|
||||
<welcome-file>default.jsp</welcome-file>
|
||||
</welcome-file-list>
|
||||
</web-app>
|
||||
5
dbcmnpsrc/FE/mnpdev/mnp/WebContent/WEB-INF/weblogic.xml
Normal file
5
dbcmnpsrc/FE/mnpdev/mnp/WebContent/WEB-INF/weblogic.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<wls:weblogic-web-app xmlns:wls="http://xmlns.oracle.com/weblogic/weblogic-web-app" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd http://xmlns.oracle.com/weblogic/weblogic-web-app http://xmlns.oracle.com/weblogic/weblogic-web-app/1.3/weblogic-web-app.xsd">
|
||||
<wls:weblogic-version>10.3.6</wls:weblogic-version>
|
||||
<wls:context-root>mnp</wls:context-root>
|
||||
</wls:weblogic-web-app>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
dbcmnpsrc/FE/mnpdev/mnp/build/classes/mnp/Request/Request.class
Normal file
BIN
dbcmnpsrc/FE/mnpdev/mnp/build/classes/mnp/Request/Request.class
Normal file
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.
BIN
dbcmnpsrc/FE/mnpdev/mnp/build/classes/mnp/bo/BoFactory.class
Normal file
BIN
dbcmnpsrc/FE/mnpdev/mnp/build/classes/mnp/bo/BoFactory.class
Normal file
Binary file not shown.
BIN
dbcmnpsrc/FE/mnpdev/mnp/build/classes/mnp/bo/RequestIF.class
Normal file
BIN
dbcmnpsrc/FE/mnpdev/mnp/build/classes/mnp/bo/RequestIF.class
Normal file
Binary file not shown.
BIN
dbcmnpsrc/FE/mnpdev/mnp/build/classes/mnp/bo/RequestTcIF.class
Normal file
BIN
dbcmnpsrc/FE/mnpdev/mnp/build/classes/mnp/bo/RequestTcIF.class
Normal file
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
dbcmnpsrc/FE/mnpdev/mnp/build/classes/mnp/command/Login.class
Normal file
BIN
dbcmnpsrc/FE/mnpdev/mnp/build/classes/mnp/command/Login.class
Normal file
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.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user