Skip to content

Commit

Permalink
[releng] Re-introduce source features
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Charles David <[email protected]>
  • Loading branch information
pcdavid committed Aug 24, 2024
1 parent ffa86e2 commit a972e91
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
28 changes: 28 additions & 0 deletions org.eclipse.gmf.notation.releng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,34 @@
<goal>plugin-source</goal>
</goals>
</execution>
<execution>
<id>feature-source</id>
<goals>
<goal>feature-source</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-repository-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<includeAllSources>true</includeAllSources>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-plugin</artifactId>
<version>${tycho-version}</version>
<executions>
<execution>
<id>attach-p2-metadata</id>
<phase>package</phase>
<goals>
<goal>p2-metadata</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
Expand Down
3 changes: 3 additions & 0 deletions org.eclipse.gmf.notation.repository/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
<feature url="features/org.eclipse.gmf.runtime.notation.sdk_1.13.2.qualifier.jar" id="org.eclipse.gmf.runtime.notation.sdk" version="1.13.2.qualifier">
<category name="gmf-notation"/>
</feature>
<feature url="features/org.eclipse.gmf.runtime.notation.source_1.13.2.qualifier.jar" id="org.eclipse.gmf.runtime.notation.source" version="1.13.2.qualifier">
<category name="gmf-notation"/>
</feature>
<feature url="features/org.eclipse.gmf.tests.runtime.notation_1.13.2.qualifier.jar" id="org.eclipse.gmf.tests.runtime.notation" version="1.13.2.qualifier">
<category name="gmf-notation"/>
</feature>
Expand Down

0 comments on commit a972e91

Please sign in to comment.