forked from spring-attic/flight627
-
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.
added target platform definition for eclipse plugins
- Loading branch information
Martin Lippert
committed
Apr 18, 2014
1 parent
088de4b
commit 18e8a69
Showing
2 changed files
with
24 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>org.eclipse.flux.releng</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
</buildSpec> | ||
<natures> | ||
</natures> | ||
</projectDescription> |
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,13 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<?pde version="3.8"?> | ||
<target name="Flux Target Definition" sequenceNumber="21"> | ||
<locations> | ||
<location path="${eclipse_home}" type="Profile"/> | ||
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit"> | ||
<unit id="org.json" version="1.0.0.v201011060100"/> | ||
<unit id="org.apache.commons.io" version="2.0.1.v201105210651"/> | ||
<unit id="org.apache.commons.lang" version="2.6.0.v201205030909"/> | ||
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20140114142710/repository/"/> | ||
</location> | ||
</locations> | ||
</target> |