Initial version
This commit is contained in:
17
com.itjw.txviewer.feature/.project
Normal file
17
com.itjw.txviewer.feature/.project
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>com.itjw.txviewer.feature</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.pde.FeatureBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.pde.FeatureNature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
1
com.itjw.txviewer.feature/build.properties
Normal file
1
com.itjw.txviewer.feature/build.properties
Normal file
@@ -0,0 +1 @@
|
||||
bin.includes = feature.xml
|
55
com.itjw.txviewer.feature/feature.xml
Normal file
55
com.itjw.txviewer.feature/feature.xml
Normal file
@@ -0,0 +1,55 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<feature
|
||||
id="com.itjw.txviewer.feature"
|
||||
label="Transaction Viewer"
|
||||
version="1.0.0.qualifier"
|
||||
provider-name="ITJW">
|
||||
|
||||
<description url="http://www.itjw.com/txviewer">
|
||||
A viewer for SystemC Verification Library transactions
|
||||
</description>
|
||||
|
||||
<copyright url="http://wwwitjw.com/copyright">
|
||||
[Enter Copyright Description here.]
|
||||
</copyright>
|
||||
|
||||
<license url="http://www.example.com/license">
|
||||
[Enter License Description here.]
|
||||
</license>
|
||||
|
||||
<requires>
|
||||
<import plugin="org.eclipse.ui.views"/>
|
||||
<import plugin="com.itjw.txviewer.database" version="1.0.0" match="greaterOrEqual"/>
|
||||
<import plugin="org.codehaus.groovy" version="1.8.6" match="greaterOrEqual"/>
|
||||
<import plugin="org.eclipse.osgi"/>
|
||||
<import plugin="org.eclipse.ui"/>
|
||||
<import plugin="org.eclipse.core.runtime"/>
|
||||
<import plugin="org.eclipse.jface.text"/>
|
||||
<import plugin="org.eclipse.core.resources"/>
|
||||
<import plugin="org.eclipse.ui.editors"/>
|
||||
<import plugin="org.eclipse.ui.ide"/>
|
||||
<import plugin="org.eclipse.gef"/>
|
||||
</requires>
|
||||
|
||||
<plugin
|
||||
id="com.itjw.txviewer.database"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.itjw.txviewer.database.text"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.itjw.txviewer.graph"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
</feature>
|
35
com.itjw.txviewer.feature/txviewer.product
Normal file
35
com.itjw.txviewer.feature/txviewer.product
Normal file
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?pde version="3.5"?>
|
||||
|
||||
<product uid="com.itjw.txviewer" id="org.eclipse.platform.ide" version="0.0.0" useFeatures="true" includeLaunchers="true">
|
||||
|
||||
<configIni use="default">
|
||||
</configIni>
|
||||
|
||||
<launcherArgs>
|
||||
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac>
|
||||
</launcherArgs>
|
||||
|
||||
<launcher>
|
||||
<solaris/>
|
||||
<win useIco="false">
|
||||
<bmp/>
|
||||
</win>
|
||||
</launcher>
|
||||
|
||||
<vm>
|
||||
</vm>
|
||||
|
||||
<plugins>
|
||||
</plugins>
|
||||
|
||||
<features>
|
||||
<feature id="com.itjw.txviewer.feature" version="1.0.0.qualifier"/>
|
||||
<feature id="org.eclipse.platform" version="3.7.1.r37x_v20110729-9gF7UHOxFtniV7mI3T556iZN9AU8bEZ1lHMcVK"/>
|
||||
</features>
|
||||
|
||||
<configurations>
|
||||
<plugin id="com.itjw.txviewer.database.text" autoStart="true" startLevel="0" />
|
||||
</configurations>
|
||||
|
||||
</product>
|
Reference in New Issue
Block a user