commit
085abcb349
@ -0,0 +1,23 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<classpath>
|
||||||
|
<classpathentry exported="true" kind="lib" path="lib/jacob.jar"/>
|
||||||
|
<classpathentry exported="true" kind="lib" path="lib/gson-2.9.0.jar" sourcepath="C:/Users/cyh/AppData/Local/Temp/.org.sf.feeling.decompiler1647480299715/source/gson-2.9.0-sources.jar"/>
|
||||||
|
<classpathentry exported="true" kind="lib" path="lib/ojdbc8.jar"/>
|
||||||
|
<classpathentry exported="true" kind="lib" path="lib/jdom.jar"/>
|
||||||
|
<classpathentry exported="true" kind="lib" path="lib/commons-collections-3.2.2.jar"/>
|
||||||
|
<classpathentry exported="true" kind="lib" path="lib/commons-lang-2.6.jar"/>
|
||||||
|
<classpathentry exported="true" kind="lib" path="lib/commons-beanutils-1.9.4.jar"/>
|
||||||
|
<classpathentry exported="true" kind="lib" path="lib/commons-logging-1.2.jar"/>
|
||||||
|
<classpathentry exported="true" kind="lib" path="lib/ezmorph-1.0.6.jar"/>
|
||||||
|
<classpathentry exported="true" kind="lib" path="lib/httpclient-4.2.1.jar"/>
|
||||||
|
<classpathentry exported="true" kind="lib" path="lib/httpcore-4.2.1.jar"/>
|
||||||
|
<classpathentry exported="true" kind="lib" path="lib/json-lib-2.4-jdk15.jar" sourcepath="C:/Users/cyh/AppData/Local/Temp/.org.sf.feeling.decompiler1647480299715/source/json-lib-2.4-sources-1647571252410.jar"/>
|
||||||
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
|
||||||
|
<attributes>
|
||||||
|
<attribute name="module" value="true"/>
|
||||||
|
</attributes>
|
||||||
|
</classpathentry>
|
||||||
|
<classpathentry exported="true" kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||||
|
<classpathentry kind="src" path="src"/>
|
||||||
|
<classpathentry kind="output" path="bin"/>
|
||||||
|
</classpath>
|
||||||
@ -0,0 +1,39 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<projectDescription>
|
||||||
|
<name>com.connor.erpintegration</name>
|
||||||
|
<comment></comment>
|
||||||
|
<projects>
|
||||||
|
</projects>
|
||||||
|
<buildSpec>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.eclipse.pde.ManifestBuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.eclipse.pde.SchemaBuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
</buildSpec>
|
||||||
|
<natures>
|
||||||
|
<nature>org.eclipse.pde.PluginNature</nature>
|
||||||
|
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||||
|
</natures>
|
||||||
|
<filteredResources>
|
||||||
|
<filter>
|
||||||
|
<id>1668058720322</id>
|
||||||
|
<name></name>
|
||||||
|
<type>30</type>
|
||||||
|
<matcher>
|
||||||
|
<id>org.eclipse.core.resources.regexFilterMatcher</id>
|
||||||
|
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
|
||||||
|
</matcher>
|
||||||
|
</filter>
|
||||||
|
</filteredResources>
|
||||||
|
</projectDescription>
|
||||||
@ -0,0 +1,15 @@
|
|||||||
|
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.8
|
||||||
|
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
|
||||||
|
org.eclipse.jdt.core.compiler.compliance=1.8
|
||||||
|
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.enablePreviewFeatures=disabled
|
||||||
|
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
||||||
|
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
|
||||||
|
org.eclipse.jdt.core.compiler.release=disabled
|
||||||
|
org.eclipse.jdt.core.compiler.source=1.8
|
||||||
@ -0,0 +1,52 @@
|
|||||||
|
Manifest-Version: 1.0
|
||||||
|
Bundle-ManifestVersion: 2
|
||||||
|
Bundle-Name: Erpintegration
|
||||||
|
Bundle-SymbolicName: com.connor.erpintegration;singleton:=true
|
||||||
|
Bundle-Version: 1.0.0
|
||||||
|
Require-Bundle: org.eclipse.ui,
|
||||||
|
org.eclipse.core.runtime;bundle-version="3.15.100",
|
||||||
|
org.apache.poi.39;bundle-version="3.9.0",
|
||||||
|
com.teamcenter.rac.aifrcp;bundle-version="13000.1.0",
|
||||||
|
com.teamcenter.rac.common;bundle-version="13000.1.0",
|
||||||
|
com.teamcenter.rac.kernel;bundle-version="13000.1.0",
|
||||||
|
com.teamcenter.rac.tcapps;bundle-version="13000.1.0",
|
||||||
|
com.teamcenter.rac.util;bundle-version="13000.1.0",
|
||||||
|
cn.com.origin.autocode;bundle-version="1.0.0",
|
||||||
|
cn.com.origin.autocodemanager;bundle-version="1.0.0",
|
||||||
|
com.teamcenter.rac.workflow;bundle-version="13000.1.0",
|
||||||
|
com.teamcenter.rac.workflow.processdesigner;bundle-version="13000.1.0",
|
||||||
|
com.teamcenter.rac.workflow.processviewer;bundle-version="13000.1.0",
|
||||||
|
cn.net.connor.std.aifrcp;bundle-version="13000.1.0",
|
||||||
|
com.connor.nhjs.gy;bundle-version="1.0.0",
|
||||||
|
cn.net.connor.std.word;bundle-version="13000.1.0",
|
||||||
|
cn.net.connor.std.gdtex;bundle-version="12000.3.0"
|
||||||
|
Automatic-Module-Name: com.origin.erpintegration
|
||||||
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||||
|
Bundle-ClassPath: .,
|
||||||
|
lib/commons-beanutils-1.9.4.jar,
|
||||||
|
lib/commons-logging-1.2.jar,
|
||||||
|
lib/ezmorph-1.0.6.jar,
|
||||||
|
lib/httpclient-4.2.1.jar,
|
||||||
|
lib/httpcore-4.2.1.jar,
|
||||||
|
lib/json-lib-2.4-jdk15.jar,
|
||||||
|
lib/commons-collections-3.2.2.jar,
|
||||||
|
lib/commons-lang-2.6.jar,
|
||||||
|
lib/jdom.jar,
|
||||||
|
lib/ojdbc8.jar,
|
||||||
|
lib/gson-2.9.0.jar,
|
||||||
|
lib/jacob.jar
|
||||||
|
Export-Package: com.connor.erp.BomAddTransferToERP,
|
||||||
|
com.connor.erp.BomChgTransferToERP,
|
||||||
|
com.connor.erp.BomImport,
|
||||||
|
com.connor.erp.ItemAddTransferSendToERP,
|
||||||
|
com.connor.erp.ItemImport,
|
||||||
|
com.connor.erp.ProcessImport,
|
||||||
|
com.connor.erp.ProcessImport.ProcessAddTransferToERP,
|
||||||
|
com.connor.erp.ProcessImport.ProcessChgTransferToERP,
|
||||||
|
com.connor.erp.materialquery,
|
||||||
|
com.connor.erp.materialquery.ViewStockOfERP,
|
||||||
|
com.connor.erp.materialquery.ViewWorkInProcessOfERP,
|
||||||
|
com.connor.erp.processresource.EquipmentAcquiredFromERP,
|
||||||
|
com.connor.erp.searchImpResult,
|
||||||
|
com.connor.erp.toolkit,
|
||||||
|
com.connor.erpintegration.entity
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,7 @@
|
|||||||
|
op.Name=\u751F\u6210\u5DE5\u827A\u5361\u7247
|
||||||
|
novalidconfig.Error=\u6CA1\u6709\u627E\u5230\u6709\u6548\u7684\u914D\u7F6E\uFF0C\u8BF7\u68C0\u67E5\u3002
|
||||||
|
exporting=\u6B63\u5728\u5BFC\u51FA
|
||||||
|
unsupportedtargets.Error1=\u4EE5\u4E0B\u5BF9\u8C61\u4E0D\u652F\u6301\u5BFC\u51FA\uFF1A\n%s
|
||||||
|
init.Name=\u51C6\u5907\u5BFC\u51FA...
|
||||||
|
notowner.Error=\u975E\u5F53\u524D\u5BF9\u8C61\u7684\u6240\u6709\u8005\uFF0C\u4E0D\u80FD\u6267\u884C\u5361\u7247\u751F\u6210\u64CD\u4F5C
|
||||||
|
novalidtarget.Error=\u672A\u627E\u5230\u53EF\u5BFC\u51FA\u7684\u5BF9\u8C61\uFF0C\u8BF7\u91CD\u65B0\u9009\u62E9\u3002
|
||||||
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.
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