commit
6ae1f4d929
@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="lib" path="lib/swingx-1.6.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/aspose-cells-18.9.jar"/>
|
||||
<classpathentry kind="lib" path="lib/axiom-api-1.2.13.jar"/>
|
||||
<classpathentry kind="lib" path="lib/axis2-kernel-1.6.2.jar"/>
|
||||
<classpathentry kind="lib" path="lib/commons-codec-1.13.jar"/>
|
||||
<classpathentry kind="lib" path="lib/commons-collections4-4.4.jar"/>
|
||||
<classpathentry kind="lib" path="lib/commons-compress-1.19.jar"/>
|
||||
<classpathentry kind="lib" path="lib/commons-lang3-3.9.jar"/>
|
||||
<classpathentry kind="lib" path="lib/commons-logging-1.2.jar"/>
|
||||
<classpathentry kind="lib" path="lib/commons-math3-3.6.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/datepicker.jar"/>
|
||||
<classpathentry kind="lib" path="lib/fastjson-1.2.9.jar"/>
|
||||
<classpathentry kind="lib" path="lib/hutool-all-5.0.7.jar"/>
|
||||
<classpathentry kind="lib" path="lib/jaxb-api-2.3.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/jaxb-core-2.3.0.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/jaxb-impl-2.3.2.jar"/>
|
||||
<classpathentry kind="lib" path="lib/jfxrt.jar"/>
|
||||
<classpathentry kind="lib" path="lib/json-lib-2.2.2-jdk15.jar"/>
|
||||
<classpathentry kind="lib" path="lib/poi-4.1.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/poi-examples-4.1.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/poi-excelant-4.1.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/poi-ooxml-4.1.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/poi-ooxml-schemas-4.1.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/poi-scratchpad-4.1.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/xmlbeans-3.1.0.jar"/>
|
||||
<classpathentry kind="lib" path="lib/org.apache.poi.xwpf.converter.xhtml-1.0.6.jar"/>
|
||||
<classpathentry kind="lib" path="lib/docx4j-export-fo-11.5.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/slf4j-api-2.0.16.jar"/>
|
||||
<classpathentry kind="lib" path="lib/slf4j-simple-2.0.16.jar"/>
|
||||
<classpathentry kind="lib" path="lib/commons-io-2.16.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/docx4j-3.2.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/pdfbox-2.0.27.jar"/>
|
||||
<classpathentry kind="lib" path="lib/fontbox-2.0.27.jar"/>
|
||||
<classpathentry kind="lib" path="lib/ojdbc8.jar"/>
|
||||
<classpathentry kind="lib" path="lib/cn.net.connor.std.gdtex_13000.1.0.jar"/>
|
||||
<classpathentry kind="lib" path="lib/spire.doc-3.2.3.jar"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>com.connor.ly.process</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>
|
||||
</projectDescription>
|
@ -0,0 +1,2 @@
|
||||
eclipse.preferences.version=1
|
||||
encoding//src/com/connor/ly/project/test.java=GBK
|
@ -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.release=disabled
|
||||
org.eclipse.jdt.core.compiler.source=1.8
|
@ -0,0 +1,57 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Process
|
||||
Bundle-SymbolicName: com.connor.ly.process;singleton:=true
|
||||
Bundle-Version: 1.0.0
|
||||
Bundle-Vendor: CONNOR
|
||||
Require-Bundle: org.eclipse.ui.forms;bundle-version="3.7.400",
|
||||
org.eclipse.ui,
|
||||
org.eclipse.core.runtime;bundle-version="3.15.100",
|
||||
com.teamcenter.rac.common;bundle-version="13000.1.0",
|
||||
com.teamcenter.rac.external;bundle-version="13000.1.0",
|
||||
com.teamcenter.rac.workflow.processdesigner;bundle-version="13000.1.0",
|
||||
com.teamcenter.rac.util;bundle-version="13000.1.0",
|
||||
com.teamcenter.rac.aifrcp;bundle-version="13000.1.0",
|
||||
com.teamcenter.rac.neva;bundle-version="2.0.0",
|
||||
com.teamcenter.rac.kernel;bundle-version="13000.1.0"
|
||||
Automatic-Module-Name: com.connor.ld.process
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Bundle-ClassPath: .,
|
||||
lib/swingx-1.6.1.jar,
|
||||
lib/aspose-cells-18.9.jar,
|
||||
lib/axiom-api-1.2.13.jar,
|
||||
lib/axis2-kernel-1.6.2.jar,
|
||||
lib/commons-codec-1.13.jar,
|
||||
lib/commons-collections4-4.4.jar,
|
||||
lib/commons-compress-1.19.jar,
|
||||
lib/commons-lang3-3.9.jar,
|
||||
lib/commons-logging-1.2.jar,
|
||||
lib/commons-math3-3.6.1.jar,
|
||||
lib/datepicker.jar,
|
||||
lib/fastjson-1.2.9.jar,
|
||||
lib/hutool-all-5.0.7.jar,
|
||||
lib/jaxb-api-2.3.1.jar,
|
||||
lib/jaxb-core-2.3.0.1.jar,
|
||||
lib/jaxb-impl-2.3.2.jar,
|
||||
lib/jfxrt.jar,
|
||||
lib/json-lib-2.2.2-jdk15.jar,
|
||||
lib/poi-4.1.1.jar,
|
||||
lib/poi-examples-4.1.1.jar,
|
||||
lib/poi-excelant-4.1.1.jar,
|
||||
lib/poi-ooxml-4.1.1.jar,
|
||||
lib/poi-ooxml-schemas-4.1.1.jar,
|
||||
lib/poi-scratchpad-4.1.1.jar,
|
||||
lib/xmlbeans-3.1.0.jar,
|
||||
lib/docx4j-export-fo-11.5.1.jar,
|
||||
lib/org.apache.poi.xwpf.converter.xhtml-1.0.6.jar,
|
||||
lib/slf4j-api-2.0.16.jar,
|
||||
lib/slf4j-simple-2.0.16.jar,
|
||||
lib/commons-io-2.16.1.jar,
|
||||
lib/docx4j-3.2.1.jar,
|
||||
lib/pdfbox-2.0.27.jar,
|
||||
lib/fontbox-2.0.27.jar,
|
||||
lib/ojdbc8.jar,
|
||||
lib/cn.net.connor.std.gdtex_13000.1.0.jar,
|
||||
lib/ojdbc6.jar,
|
||||
lib/spire.doc-3.2.3.jar
|
||||
Export-Package: org.jdesktop.swingx.table
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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