commit
f60d2c1251
@ -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,14 @@
|
||||
<?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="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,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>YSRWebservices</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="YSRWebservices">
|
||||
<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="context-root" value="YSRWebservices"/>
|
||||
<property name="java-output-path" value="/YSRWebservices/WebRoot/WEB-INF/classes"/>
|
||||
</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,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.
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.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue