Skip to content

Commit ad1f837

Browse files
committed
Fixed target platform name typo
1 parent cb96f43 commit ad1f837

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Development in Eclipse
4949

5050
2. In Eclipse, "File" / "Import..." / "Existing Maven Projects". Point at the `lsp4e-freemarker` project root directory, add all the Maven projects it finds.
5151

52-
3. Now go to "Window" / "Preferences" / "Plug-in Development" / "Target Platform", and Select "lsp4-freemarker" (this only appears if you have imported the "target-platform" Maven project earlier).
52+
3. Now go to "Window" / "Preferences" / "Plug-in Development" / "Target Platform", and Select "lsp4e-freemarker" (this only appears if you have imported the "target-platform" Maven project earlier).
5353
After this, there shouldn't be more errors in the project (no dependency classes that aren't found).
5454

5555
4. To try the plugin, right click on the `org.eclipse.lsp4j.freemarker` project, then "Run as" / "Eclipse Application".

target-platform/target-platform.target

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<?pde version="3.8"?><target name="lsp4-freemarker" sequenceNumber="7">
2+
<?pde version="3.8"?><target name="lsp4e-freemarker" sequenceNumber="7">
33
<locations>
44
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
55
<unit id="org.eclipse.lsp4e" version="0.0.0"/>

0 commit comments

Comments
 (0)