forked from eclipse-tm4e/tm4e
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs for developers to get started.
Also provide an additional .target which allows users to add TM4E to the current running platform. Fixes: eclipse-tm4e#107 Signed-off-by: Fabio Zadrozny <[email protected]>
- Loading branch information
Showing
2 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<?pde version="3.8"?><target name="Running Platform + TM4E" sequenceNumber="20"> | ||
<locations> | ||
<location path="${eclipse_home}" type="Profile"/> | ||
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit"> | ||
<unit id="org.eclipse.license.feature.group" version="1.0.1.v20140414-1359"/> | ||
<repository location="http://download.eclipse.org/cbi/updates/license/"/> | ||
</location> | ||
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit"> | ||
<unit id="com.google.gson" version="2.7.0.v20170129-0911"/> | ||
<unit id="org.jcodings" version="1.0.18.v20170306-1742"/> | ||
<unit id="org.joni" version="2.1.11.v20170306-1742"/> | ||
<unit id="org.junit" version="4.12.0.v201504281640"/> | ||
<repository location="http://download.eclipse.org/tools/orbit/S-builds/S20170306214312/repository/"/> | ||
</location> | ||
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit"> | ||
<unit id="org.eclipse.platform.feature.group" version="4.7.0.v20170308-2000"/> | ||
<unit id="org.eclipse.ui.tests.harness" version="1.4.0.v20160830-0648"/> | ||
<repository location="http://download.eclipse.org/eclipse/updates/4.7milestones/S-4.7M6-201703082000/"/> | ||
</location> | ||
</locations> | ||
<environment> | ||
<os>win32</os> | ||
<ws>win32</ws> | ||
<arch>x86_64</arch> | ||
<nl>en_US</nl> | ||
</environment> | ||
</target> |