Skip to content

Commit

Permalink
Uses the updated target-platform-utils to specific a name for the target
Browse files Browse the repository at this point in the history
* Provides a sane target name for the target file, instead of taking
  'locus' from the first merged target file.
  • Loading branch information
Paul Richardson committed Jun 3, 2013
1 parent 2067702 commit 1be143e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion target-platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<plugin>
<groupId>org.jboss.tools.tycho-plugins</groupId>
<artifactId>target-platform-utils</artifactId>
<version>0.16.0.CR2</version>
<version>0.16.0-SNAPSHOT</version>
<executions>
<execution>
<phase>generate-resources</phase>
Expand All @@ -72,6 +72,7 @@
<item>orbit.target</item>
</sourceTargetFiles>
<outputFile>teiid-designer.target</outputFile>
<targetName>teiid-designer</targetName>
</configuration>
</execution>
</executions>
Expand Down
2 changes: 1 addition & 1 deletion target-platform/teiid-designer.target
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><?pde version="3.8"?>
<target name="locus" sequenceNumber="4">
<target name="teiid-designer" sequenceNumber="4">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="http://download.jboss.org/jbosstools/updates/integration/kepler/core/locus/0.0.1.v20130507-2028-B7"/>
Expand Down

0 comments on commit 1be143e

Please sign in to comment.