Skip to content

Commit

Permalink
Trying to fix tar.gz archive - (Task #81)
Browse files Browse the repository at this point in the history
- Try to use p2 materialization to see if execution flag is correctly
set.

---
Task #78: Update IDE
  • Loading branch information
PhilMFischer committed Aug 8, 2024
1 parent b64c7c8 commit 7fd5f70
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
24 changes: 24 additions & 0 deletions de.dlr.sc.virsat.ide.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,30 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-director-plugin</artifactId>
<executions>
<execution>
<id>create-distributions</id>
<goals>
<goal>materialize-products</goal>
<goal>archive-products</goal>
</goals>
</execution>
</executions>
<configuration>
<formats>
<linux>tar.gz</linux>
<win32>zip</win32>
</formats>
<products>
<product>
<id>de.dlr.sc.virsat.ide.product</id>
<rootFolder>eclipse</rootFolder>
<archiveFileName>${build.file}</archiveFileName>
</product>
</products>
<!-- <profile>${project.artifactId}</profile>
<source>repository</source>-->
</configuration>
</plugin>

<plugin>
Expand Down
1 change: 1 addition & 0 deletions maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<build.qualifier>'d'yyyyMMddHHmm</build.qualifier>
<maven.build.timestamp.format>'d'yyyyMMddHHmm</maven.build.timestamp.format>
<build.folder.type>development</build.folder.type>
<build.file>VirSat_IDE_Development</build.file>
<build.file.win32>VirSat_IDE_Development_Win32.zip</build.file.win32>
<build.file.linux>VirSat_IDE_Development_Linux.tar.gz</build.file.linux>
<p2.repo.virsat.id>DVLM-Tools-Feature-Development</p2.repo.virsat.id>
Expand Down

0 comments on commit 7fd5f70

Please sign in to comment.