commit
88ca8f69e8
@ -0,0 +1,36 @@
|
||||
|
||||
package ysr.com.teamcenter.jaxws;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
@XmlRootElement(name = "SendAccepComToPLM", namespace = "http://teamcenter.com.ysr/")
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "SendAccepComToPLM", namespace = "http://teamcenter.com.ysr/")
|
||||
public class SendAccepComToPLM {
|
||||
|
||||
@XmlElement(name = "arg0", namespace = "")
|
||||
private String arg0;
|
||||
|
||||
/**
|
||||
*
|
||||
* @return
|
||||
* returns String
|
||||
*/
|
||||
public String getArg0() {
|
||||
return this.arg0;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param arg0
|
||||
* the value for the arg0 property
|
||||
*/
|
||||
public void setArg0(String arg0) {
|
||||
this.arg0 = arg0;
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,36 @@
|
||||
|
||||
package ysr.com.teamcenter.jaxws;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
@XmlRootElement(name = "SendAccepComToPLMResponse", namespace = "http://teamcenter.com.ysr/")
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "SendAccepComToPLMResponse", namespace = "http://teamcenter.com.ysr/")
|
||||
public class SendAccepComToPLMResponse {
|
||||
|
||||
@XmlElement(name = "return", namespace = "")
|
||||
private String _return;
|
||||
|
||||
/**
|
||||
*
|
||||
* @return
|
||||
* returns String
|
||||
*/
|
||||
public String getReturn() {
|
||||
return this._return;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param _return
|
||||
* the value for the _return property
|
||||
*/
|
||||
public void setReturn(String _return) {
|
||||
this._return = _return;
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,36 @@
|
||||
|
||||
package ysr.com.teamcenter.jaxws;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
@XmlRootElement(name = "SendDeliveryDateToPLM", namespace = "http://teamcenter.com.ysr/")
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "SendDeliveryDateToPLM", namespace = "http://teamcenter.com.ysr/")
|
||||
public class SendDeliveryDateToPLM {
|
||||
|
||||
@XmlElement(name = "arg0", namespace = "")
|
||||
private String arg0;
|
||||
|
||||
/**
|
||||
*
|
||||
* @return
|
||||
* returns String
|
||||
*/
|
||||
public String getArg0() {
|
||||
return this.arg0;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param arg0
|
||||
* the value for the arg0 property
|
||||
*/
|
||||
public void setArg0(String arg0) {
|
||||
this.arg0 = arg0;
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,36 @@
|
||||
|
||||
package ysr.com.teamcenter.jaxws;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
@XmlRootElement(name = "SendDeliveryDateToPLMResponse", namespace = "http://teamcenter.com.ysr/")
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "SendDeliveryDateToPLMResponse", namespace = "http://teamcenter.com.ysr/")
|
||||
public class SendDeliveryDateToPLMResponse {
|
||||
|
||||
@XmlElement(name = "return", namespace = "")
|
||||
private String _return;
|
||||
|
||||
/**
|
||||
*
|
||||
* @return
|
||||
* returns String
|
||||
*/
|
||||
public String getReturn() {
|
||||
return this._return;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param _return
|
||||
* the value for the _return property
|
||||
*/
|
||||
public void setReturn(String _return) {
|
||||
this._return = _return;
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,36 @@
|
||||
|
||||
package ysr.com.teamcenter.jaxws;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
@XmlRootElement(name = "SendOrderNoticeToPLM", namespace = "http://teamcenter.com.ysr/")
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "SendOrderNoticeToPLM", namespace = "http://teamcenter.com.ysr/")
|
||||
public class SendOrderNoticeToPLM {
|
||||
|
||||
@XmlElement(name = "arg0", namespace = "")
|
||||
private String arg0;
|
||||
|
||||
/**
|
||||
*
|
||||
* @return
|
||||
* returns String
|
||||
*/
|
||||
public String getArg0() {
|
||||
return this.arg0;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param arg0
|
||||
* the value for the arg0 property
|
||||
*/
|
||||
public void setArg0(String arg0) {
|
||||
this.arg0 = arg0;
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,36 @@
|
||||
|
||||
package ysr.com.teamcenter.jaxws;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
@XmlRootElement(name = "SendOrderNoticeToPLMResponse", namespace = "http://teamcenter.com.ysr/")
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "SendOrderNoticeToPLMResponse", namespace = "http://teamcenter.com.ysr/")
|
||||
public class SendOrderNoticeToPLMResponse {
|
||||
|
||||
@XmlElement(name = "return", namespace = "")
|
||||
private String _return;
|
||||
|
||||
/**
|
||||
*
|
||||
* @return
|
||||
* returns String
|
||||
*/
|
||||
public String getReturn() {
|
||||
return this._return;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param _return
|
||||
* the value for the _return property
|
||||
*/
|
||||
public void setReturn(String _return) {
|
||||
this._return = _return;
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,36 @@
|
||||
|
||||
package ysr.com.teamcenter.jaxws;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
@XmlRootElement(name = "SendPStartNotificationToPLM", namespace = "http://teamcenter.com.ysr/")
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "SendPStartNotificationToPLM", namespace = "http://teamcenter.com.ysr/")
|
||||
public class SendPStartNotificationToPLM {
|
||||
|
||||
@XmlElement(name = "arg0", namespace = "")
|
||||
private String arg0;
|
||||
|
||||
/**
|
||||
*
|
||||
* @return
|
||||
* returns String
|
||||
*/
|
||||
public String getArg0() {
|
||||
return this.arg0;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param arg0
|
||||
* the value for the arg0 property
|
||||
*/
|
||||
public void setArg0(String arg0) {
|
||||
this.arg0 = arg0;
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,36 @@
|
||||
|
||||
package ysr.com.teamcenter.jaxws;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
@XmlRootElement(name = "SendPStartNotificationToPLMResponse", namespace = "http://teamcenter.com.ysr/")
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "SendPStartNotificationToPLMResponse", namespace = "http://teamcenter.com.ysr/")
|
||||
public class SendPStartNotificationToPLMResponse {
|
||||
|
||||
@XmlElement(name = "return", namespace = "")
|
||||
private String _return;
|
||||
|
||||
/**
|
||||
*
|
||||
* @return
|
||||
* returns String
|
||||
*/
|
||||
public String getReturn() {
|
||||
return this._return;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param _return
|
||||
* the value for the _return property
|
||||
*/
|
||||
public void setReturn(String _return) {
|
||||
this._return = _return;
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,36 @@
|
||||
|
||||
package ysr.com.teamcenter.jaxws;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
@XmlRootElement(name = "sendQuotationToPLM", namespace = "http://teamcenter.com.ysr/")
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "sendQuotationToPLM", namespace = "http://teamcenter.com.ysr/")
|
||||
public class SendQuotationToPLM {
|
||||
|
||||
@XmlElement(name = "arg0", namespace = "")
|
||||
private String arg0;
|
||||
|
||||
/**
|
||||
*
|
||||
* @return
|
||||
* returns String
|
||||
*/
|
||||
public String getArg0() {
|
||||
return this.arg0;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param arg0
|
||||
* the value for the arg0 property
|
||||
*/
|
||||
public void setArg0(String arg0) {
|
||||
this.arg0 = arg0;
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,36 @@
|
||||
|
||||
package ysr.com.teamcenter.jaxws;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
@XmlRootElement(name = "sendQuotationToPLMResponse", namespace = "http://teamcenter.com.ysr/")
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "sendQuotationToPLMResponse", namespace = "http://teamcenter.com.ysr/")
|
||||
public class SendQuotationToPLMResponse {
|
||||
|
||||
@XmlElement(name = "return", namespace = "")
|
||||
private String _return;
|
||||
|
||||
/**
|
||||
*
|
||||
* @return
|
||||
* returns String
|
||||
*/
|
||||
public String getReturn() {
|
||||
return this._return;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param _return
|
||||
* the value for the _return property
|
||||
*/
|
||||
public void setReturn(String _return) {
|
||||
this._return = _return;
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,36 @@
|
||||
|
||||
package ysr.com.teamcenter.jaxws;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
@XmlRootElement(name = "SendTravelOrderToPLM", namespace = "http://teamcenter.com.ysr/")
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "SendTravelOrderToPLM", namespace = "http://teamcenter.com.ysr/")
|
||||
public class SendTravelOrderToPLM {
|
||||
|
||||
@XmlElement(name = "arg0", namespace = "")
|
||||
private String arg0;
|
||||
|
||||
/**
|
||||
*
|
||||
* @return
|
||||
* returns String
|
||||
*/
|
||||
public String getArg0() {
|
||||
return this.arg0;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param arg0
|
||||
* the value for the arg0 property
|
||||
*/
|
||||
public void setArg0(String arg0) {
|
||||
this.arg0 = arg0;
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,36 @@
|
||||
|
||||
package ysr.com.teamcenter.jaxws;
|
||||
|
||||
import javax.xml.bind.annotation.XmlAccessType;
|
||||
import javax.xml.bind.annotation.XmlAccessorType;
|
||||
import javax.xml.bind.annotation.XmlElement;
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
import javax.xml.bind.annotation.XmlType;
|
||||
|
||||
@XmlRootElement(name = "SendTravelOrderToPLMResponse", namespace = "http://teamcenter.com.ysr/")
|
||||
@XmlAccessorType(XmlAccessType.FIELD)
|
||||
@XmlType(name = "SendTravelOrderToPLMResponse", namespace = "http://teamcenter.com.ysr/")
|
||||
public class SendTravelOrderToPLMResponse {
|
||||
|
||||
@XmlElement(name = "return", namespace = "")
|
||||
private String _return;
|
||||
|
||||
/**
|
||||
*
|
||||
* @return
|
||||
* returns String
|
||||
*/
|
||||
public String getReturn() {
|
||||
return this._return;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param _return
|
||||
* the value for the _return property
|
||||
*/
|
||||
public void setReturn(String _return) {
|
||||
this._return = _return;
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="src" path=".apt_generated">
|
||||
<attributes>
|
||||
<attribute name="optional" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v9.0"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
|
||||
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/ojdbc8-19.3.0.0.jar"/>
|
||||
<classpathentry kind="output" path="WebRoot/WEB-INF/classes"/>
|
||||
</classpath>
|
@ -0,0 +1,3 @@
|
||||
<factorypath>
|
||||
<factorypathentry kind="VARJAR" id="MYECLIPSE_WS_TOOLS_HOME/webservices-tools.jar" enabled="true" runInBatchMode="true"/>
|
||||
</factorypath>
|
@ -0,0 +1,8 @@
|
||||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_11" project-jdk-name="11" project-jdk-type="JavaSDK">
|
||||
<output url="file://$PROJECT_DIR$/classes" />
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/ECLM2TC.iml" filepath="$PROJECT_DIR$/ECLM2TC.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project-module
|
||||
type="WEB"
|
||||
name="YSRWebservices"
|
||||
id="myeclipse.1505370735982"
|
||||
context-root="/YSRWebservices"
|
||||
j2ee-spec="5.0"
|
||||
archive="YSRWebservices.war">
|
||||
<attributes>
|
||||
<attribute name="webrootdir" value="WebRoot" />
|
||||
</attributes>
|
||||
</project-module>
|
||||
|
@ -0,0 +1,58 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>ECLM2TC</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.wst.common.project.facet.core.builder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>com.genuitec.eclipse.j2eedt.core.WebClasspathBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>com.genuitec.eclipse.j2eedt.core.J2EEProjectValidator</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>com.genuitec.eclipse.j2eedt.core.DeploymentDescriptorValidator</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.wst.validation.validationbuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>com.genuitec.eclipse.ast.deploy.core.DeploymentBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
|
||||
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
|
||||
<nature>com.genuitec.eclipse.ast.deploy.core.deploymentnature</nature>
|
||||
<nature>com.genuitec.eclipse.j2eedt.core.webnature</nature>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
|
||||
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<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="src" path="WebRoot"/>
|
||||
<classpathentry kind="output" path=""/>
|
||||
</classpath>
|
@ -0,0 +1,4 @@
|
||||
#Thu Sep 14 15:06:52 CST 2017
|
||||
eclipse.preferences.version=1
|
||||
validator.Checked=.myeclipse/wsgeneration
|
||||
validator.Unchecked=
|
@ -0,0 +1,3 @@
|
||||
#Thu Sep 14 14:32:16 CST 2017
|
||||
eclipse.preferences.version=1
|
||||
ws.framework.id=com.genuitec.eclipse.ws.jaxws
|
@ -0,0 +1,5 @@
|
||||
_hiddenCategory_\:HTML=false
|
||||
_hiddenCategory_\:ManagedBeans=false
|
||||
_hiddenCategory_\:PageVariables=false
|
||||
_hiddenCategory_\:jsp11=false
|
||||
eclipse.preferences.version=1
|
@ -0,0 +1,3 @@
|
||||
#Thu Sep 14 15:06:51 CST 2017
|
||||
eclipse.preferences.version=1
|
||||
org.eclipse.jdt.apt.aptEnabled=true
|
@ -0,0 +1,8 @@
|
||||
eclipse.preferences.version=1
|
||||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
|
||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
|
||||
org.eclipse.jdt.core.compiler.compliance=1.8
|
||||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.processAnnotations=enabled
|
||||
org.eclipse.jdt.core.compiler.source=1.8
|
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
|
||||
<wb-module deploy-name="ECLM2TC">
|
||||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src"/>
|
||||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/.apt_generated"/>
|
||||
<wb-resource deploy-path="/" source-path="/WebRoot"/>
|
||||
<property name="java-output-path" value="/ECLM2TC/WebRoot/WEB-INF/classes"/>
|
||||
<property name="context-root" value="ECLM2TC"/>
|
||||
</wb-module>
|
||||
</project-modules>
|
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<faceted-project>
|
||||
<installed facet="java" version="1.8"/>
|
||||
<installed facet="jst.web" version="3.0"/>
|
||||
<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,35 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="JAVA_MODULE" version="4">
|
||||
<component name="EclipseModuleManager">
|
||||
<libelement value="jar://$MODULE_DIR$/WebRoot/WEB-INF/lib/ojdbc8-19.3.0.0.jar!/" />
|
||||
<conelement value="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v9.0" />
|
||||
<conelement value="org.eclipse.jst.j2ee.internal.web.container" />
|
||||
<conelement value="org.eclipse.jst.j2ee.internal.module.container" />
|
||||
<src_description expected_position="1">
|
||||
<src_folder value="file://$MODULE_DIR$/src" expected_position="0" />
|
||||
<src_folder value="file://$MODULE_DIR$/.apt_generated" expected_position="2" />
|
||||
</src_description>
|
||||
</component>
|
||||
<component name="NewModuleRootManager">
|
||||
<output url="file://$MODULE_DIR$/WebRoot/WEB-INF/classes" />
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/.apt_generated" isTestSource="false" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="library" name="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v9.0" level="application" />
|
||||
<orderEntry type="library" name="org.eclipse.jst.j2ee.internal.web.container" level="application" />
|
||||
<orderEntry type="library" name="org.eclipse.jst.j2ee.internal.module.container" level="application" />
|
||||
<orderEntry type="module-library">
|
||||
<library name="ojdbc8-19.3.0.0.jar">
|
||||
<CLASSES>
|
||||
<root url="jar://$MODULE_DIR$/WebRoot/WEB-INF/lib/ojdbc8-19.3.0.0.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
</library>
|
||||
</orderEntry>
|
||||
</component>
|
||||
</module>
|
@ -0,0 +1,3 @@
|
||||
Manifest-Version: 1.0
|
||||
Class-Path:
|
||||
|
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.
@ -0,0 +1,9 @@
|
||||
TC_SERVER_URL=http\://192.168.0.39\:7001/tc
|
||||
TC_USER_NAME=admin
|
||||
TC_USER_PASSWORD=admin
|
||||
LOG_PATH=D:\\logs\\ECLM
|
||||
SQL_URL=
|
||||
SQL_USER=
|
||||
SQL_PASSWORD=
|
||||
FMS_URL=
|
||||
FMS_CACHE=
|
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.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue