Skip to content

Commit

Permalink
feat: updated custom swt plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaaa committed Aug 21, 2024
1 parent 1e0dbeb commit e50aca0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bundles/com.espressif.idf.swt.custom/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ Require-Bundle: org.eclipse.swt,
org.eclipse.core.variables,
org.eclipse.equinox.registry,
com.espressif.idf.core,
org.eclipse.core.runtime
org.eclipse.core.runtime,
org.eclipse.ui
Bundle-ActivationPolicy: lazy
11 changes: 11 additions & 0 deletions bundles/com.espressif.idf.swt.custom/plugin.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="org.eclipse.ui.startup">
<startup
class="com.espressif.idf.swt.custom.Activator">
</startup>
</extension>

</plugin>
1 change: 1 addition & 0 deletions bundles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<module>com.espressif.idf.serial.monitor</module>
<module>com.espressif.idf.wokwi</module>
<module>com.espressif.idf.lsp</module>
<module>com.espressif.idf.swt.custom</module>
</modules>

<build>
Expand Down
4 changes: 4 additions & 0 deletions features/com.espressif.idf.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,8 @@ You may add additional accurate notices of copyright ownership.
id="com.espressif.idf.lsp"
version="0.0.0"/>

<plugin
id="com.espressif.idf.swt.custom"
version="0.0.0"/>

</feature>

0 comments on commit e50aca0

Please sign in to comment.