Skip to content

Commit

Permalink
fix: add freemarker new plugin to idf.target (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolipakakondal authored Dec 14, 2023
1 parent c5c998f commit 712d7a7
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions releng/com.espressif.idf.target/com.espressif.idf.target.target
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@
<repository location="https://download.eclipse.org/technology/swtbot/releases/3.0.0/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.tm4e.feature.feature.group" version="0.0.0" />
<unit id="org.eclipse.tm4e.language_pack.feature.feature.group" version="0.0.0" />
<unit id="org.eclipse.tm4e.feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.tm4e.language_pack.feature.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/tm4e/releases/latest/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
Expand All @@ -122,5 +122,15 @@
<unit id="org.eclipse.embedcdt.feature.group" version="6.4.0.202307251916"/>
<unit id="org.eclipse.embedcdt.packs.feature.group" version="6.4.0.202307251916"/>
</location>
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" label="ASM" missingManifest="error" type="Maven">
<dependencies>
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>2.3.32</version>
<type>jar</type>
</dependency>
</dependencies>
</location>
</locations>
</target>

0 comments on commit 712d7a7

Please sign in to comment.