first commit

main
李建辉 1 month ago
commit 7dd96c4240

@ -0,0 +1,8 @@
<?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.7"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="jxl.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>cust.com.ysr</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,7 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
org.eclipse.jdt.core.compiler.compliance=1.7
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.7

@ -0,0 +1,52 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: YSR
Bundle-SymbolicName: cust.com.ysr;singleton:=true
Bundle-Version: 1.0.0
Bundle-Localization: plugin
Bundle-Activator: cust.com.ysr.Activator
Require-Bundle: org.eclipse.ui;bundle-version="3.8.0",
org.eclipse.core.runtime,
com.teamcenter.rac.kernel;bundle-version="11000.2.0",
com.teamcenter.rac.aifrcp;bundle-version="11000.2.0",
com.teamcenter.rac.util;bundle-version="11000.2.0",
com.teamcenter.rac.tcapps;bundle-version="11000.2.0",
com.teamcenter.rac.common;bundle-version="11000.2.0",
com.teamcenter.rac.processhistory;bundle-version="11000.2.0",
com.teamcenter.rac.auditmanager;bundle-version="11000.2.0",
Fnd0SoaAuditManagerRac;bundle-version="11000.2.0",
com.teamcenter.rac.schedule;bundle-version="11000.2.0",
org.eclipse.osgi.services;bundle-version="3.3.100",
org.eclipse.osgi.util;bundle-version="3.2.300",
org.eclipse.core.databinding;bundle-version="1.4.1",
org.eclipse.core.databinding.beans;bundle-version="1.2.200",
org.eclipse.core.databinding.property;bundle-version="1.4.100",
com.teamcenter.rac.viewer;bundle-version="11000.2.0",
com.teamcenter.rac.ui.views;bundle-version="11000.2.0",
TcSoaCommon;bundle-version="11000.2.0",
TcSoaCoreRac;bundle-version="11000.2.0",
TcSoaCoreTypes;bundle-version="11000.2.0",
org.eclipse.ui.forms;bundle-version="3.5.200",
org.apache.poi.39,
Fnd0SoaAuditManagerTypes;bundle-version="11000.2.0",
cn.com.origin.autocodemanager;bundle-version="1.0.0",
cn.com.origin.autocode;bundle-version="1.0.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Export-Package: cn.com.teamcenter.rac.form,
com.teamcenter.rac.viewer.stylesheet.beans,
cust.com.rac.integration,
cust.com.ysr
Import-Package: jxl,
jxl.biff,
jxl.biff.drawing,
jxl.biff.formula,
jxl.demo,
jxl.format,
jxl.read.biff,
jxl.write,
jxl.write.biff,
org.apache.log4j,
org.dom4j,
org.dom4j.io
Bundle-ClassPath: .

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save