commit
46f03fcd17
@ -0,0 +1,41 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<classpath>
|
||||||
|
<classpathentry exported="true" kind="lib" path="lib/"/>
|
||||||
|
<classpathentry kind="lib" path="lib/swt-win32-win32-x86_64-3.5.2.jar"/>
|
||||||
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||||
|
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||||
|
<classpathentry kind="src" path="src"/>
|
||||||
|
<classpathentry kind="lib" path="lib/aspose-cells-18.9.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/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/ojdbc6.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/fastjson-1.2.83.jar"/>
|
||||||
|
<classpathentry kind="lib" path="lib/sqljdbc4.jar"/>
|
||||||
|
<classpathentry kind="lib" path="lib/jaxen-1.1.6.jar"/>
|
||||||
|
<classpathentry kind="lib" path="lib/jdom-2.0.6.jar"/>
|
||||||
|
<classpathentry kind="lib" path="lib/jdom-2.0.6-contrib.jar"/>
|
||||||
|
<classpathentry kind="lib" path="lib/jdom-2.0.6-javadoc.jar"/>
|
||||||
|
<classpathentry kind="lib" path="lib/jdom-2.0.6-junit.jar"/>
|
||||||
|
<classpathentry kind="lib" path="lib/jdom-2.0.6-sources.jar"/>
|
||||||
|
<classpathentry kind="lib" path="lib/poi-3.5.jar"/>
|
||||||
|
<classpathentry kind="lib" path="lib/serializer-2.7.2.jar"/>
|
||||||
|
<classpathentry kind="lib" path="lib/xalan-2.7.2.jar"/>
|
||||||
|
<classpathentry kind="lib" path="lib/xercesImpl.jar"/>
|
||||||
|
<classpathentry kind="lib" path="lib/xml-apis.jar"/>
|
||||||
|
<classpathentry kind="output" path="bin"/>
|
||||||
|
</classpath>
|
@ -0,0 +1,28 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<projectDescription>
|
||||||
|
<name>com.px.plm</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,8 @@
|
|||||||
|
eclipse.preferences.version=1
|
||||||
|
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
|
||||||
|
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
|
||||||
|
org.eclipse.jdt.core.compiler.compliance=1.6
|
||||||
|
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,63 @@
|
|||||||
|
Manifest-Version: 1.0
|
||||||
|
Bundle-ManifestVersion: 2
|
||||||
|
Bundle-Name: Plm
|
||||||
|
Bundle-SymbolicName: com.px.plm;singleton:=true
|
||||||
|
Bundle-Version: 1.0.0
|
||||||
|
Bundle-Vendor: PX
|
||||||
|
Require-Bundle: org.eclipse.ui,
|
||||||
|
com.teamcenter.rac.common,
|
||||||
|
com.teamcenter.rac.tcapps,
|
||||||
|
com.teamcenter.rac.util,
|
||||||
|
com.teamcenter.rac.aifrcp,
|
||||||
|
com.teamcenter.rac.ui.commands,
|
||||||
|
com.teamcenter.rac.kernel,
|
||||||
|
com.teamcenter.rac.schedule,
|
||||||
|
TcSoaCommon,
|
||||||
|
org.eclipse.ui.views,
|
||||||
|
org.eclipse.core.runtime,
|
||||||
|
org.eclipse.ui.forms,
|
||||||
|
com.teamcenter.rac.workflow.processviewer,
|
||||||
|
com.teamcenter.rac.workflow.processdesigner,
|
||||||
|
com.teamcenter.rac.ui.views;bundle-version="8000.3.0"
|
||||||
|
Automatic-Module-Name: com.px.plm
|
||||||
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||||
|
Bundle-ClassPath: lib/aspose-cells-18.9.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/ojdbc6.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/fastjson-1.2.83.jar,
|
||||||
|
lib/mssql-jdbc-7.0.0.jre8.jar,
|
||||||
|
lib/hutool-all-4.0.9.jar,
|
||||||
|
lib/hutool-all-4.1.19.jar,
|
||||||
|
lib/mssql-jdbc-6.4.0.jre7.jar,
|
||||||
|
lib/sqljdbc4.jar,
|
||||||
|
lib/jaxen-1.1.6.jar,
|
||||||
|
lib/jdom-2.0.6.jar,
|
||||||
|
lib/jdom-2.0.6-contrib.jar,
|
||||||
|
lib/jdom-2.0.6-javadoc.jar,
|
||||||
|
lib/jdom-2.0.6-junit.jar,
|
||||||
|
lib/jdom-2.0.6-sources.jar,
|
||||||
|
lib/poi-3.5.jar,
|
||||||
|
lib/serializer-2.7.2.jar,
|
||||||
|
lib/xalan-2.7.2.jar,
|
||||||
|
lib/xercesImpl.jar,
|
||||||
|
lib/xml-apis.jar
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
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