.classpath
来自「OSGI这是一个中间件,与UPNP齐名,是用于移植到嵌入式平台之上」· CLASSPATH 代码 · 共 36 行
CLASSPATH
36 行
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry including="**/*.java" excluding="**/.svn/**|**/CVS/**" kind="src" path="src"/>
<classpathentry kind="con" path="org.knopflerfish.eclipse.core.EXECUTION_ENVIRONMENT_CONTAINER"/>
<classpathentry kind="con" path="org.knopflerfish.eclipse.core.FRAMEWORK_CONTAINER">
<attributes>
<attribute value="0.0.0" name="org.osgi.framework"/>
</attributes>
<accessrules>
<accessrule kind="accessible" pattern="org/osgi/framework/"/>
<accessrule kind="nonaccessible" pattern="**/*"/>
</accessrules>
</classpathentry>
<classpathentry kind="con" path="org.knopflerfish.eclipse.core.BUNDLE_CONTAINER/org.knopflerfish.log">
<attributes>
<attribute value="LogService" name="bundle-name"/>
<attribute value="0.0.0" name="org.knopflerfish.service.log"/>
</attributes>
<accessrules>
<accessrule kind="accessible" pattern="org/knopflerfish/service/log/"/>
<accessrule kind="nonaccessible" pattern="**/*"/>
</accessrules>
</classpathentry>
<classpathentry kind="con" path="org.knopflerfish.eclipse.core.BUNDLE_CONTAINER/org.knopflerfish.device">
<attributes>
<attribute value="DeviceManager" name="bundle-name"/>
<attribute value="0.0.0" name="org.osgi.service.device"/>
</attributes>
<accessrules>
<accessrule kind="accessible" pattern="org/osgi/service/device/"/>
<accessrule kind="nonaccessible" pattern="**/*"/>
</accessrules>
</classpathentry>
<classpathentry kind="output" path="out"/>
</classpath>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?