Skip to content

Commit

Permalink
Add all source folders for generation of the api description
Browse files Browse the repository at this point in the history
Fix #1093
  • Loading branch information
laeubi committed Mar 10, 2024
1 parent 7b18570 commit 8071962
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
17 changes: 14 additions & 3 deletions binaries/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<properties>
<buildid>${buildId}</buildid>
<maven.compiler.release>17</maven.compiler.release>
<swtMainProject>${project.basedir}/../../bundles/org.eclipse.swt</swtMainProject>
</properties>

<modules>
Expand All @@ -40,6 +41,19 @@
<module>org.eclipse.swt.win32.win32.x86_64</module>
</modules>

<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-apitools-plugin</artifactId>
<version>${tycho.version}</version>
<configuration>
<addSourceFolders>true</addSourceFolders>
</configuration>
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>build-natitve-fragment</id>
Expand All @@ -48,9 +62,6 @@
<exists>META-INF/MANIFEST.MF</exists>
</file>
</activation>
<properties>
<swtMainProject>${project.basedir}/../../bundles/org.eclipse.swt</swtMainProject>
</properties>
<build>
<plugins>
<plugin>
Expand Down
1 change: 1 addition & 0 deletions bundles/org.eclipse.swt/forceQualifierUpdate.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/eclipse-platform/eclipse.platform.swt/issues/1093

0 comments on commit 8071962

Please sign in to comment.