Skip to content

Commit b5bd003

Browse files
committed
Remove org.eclipse.equinox.p2.engine/.settings and org.eclipse.equinox.p2.repository during product build configuration
- These don't seem to be required - Perhaps they will be needed if doing p2 updates and not dropins
1 parent b29c3d6 commit b5bd003

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • com.archimatetool.editor.product

com.archimatetool.editor.product/p2.inf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
instructions.configure=\
33
org.eclipse.equinox.p2.touchpoint.natives.remove(path:${installFolder}/Archic.exe);\
44
org.eclipse.equinox.p2.touchpoint.natives.remove(path:${installFolder}/readme/);\
5-
org.eclipse.equinox.p2.touchpoint.natives.remove(path:${installFolder}/p2/org.eclipse.equinox.p2.core/);
5+
org.eclipse.equinox.p2.touchpoint.natives.remove(path:${installFolder}/p2/org.eclipse.equinox.p2.core/);\
6+
org.eclipse.equinox.p2.touchpoint.natives.remove(path:${installFolder}/p2/org.eclipse.equinox.p2.engine/.settings/);\
7+
org.eclipse.equinox.p2.touchpoint.natives.remove(path:${installFolder}/p2/org.eclipse.equinox.p2.repository/);

0 commit comments

Comments
 (0)