diff options
7 files changed, 20 insertions, 13 deletions
diff --git a/packages/org.eclipse.epp.package.java.feature/build.properties b/packages/org.eclipse.epp.package.java.feature/build.properties index 0658d02e..2b03b8de 100644 --- a/packages/org.eclipse.epp.package.java.feature/build.properties +++ b/packages/org.eclipse.epp.package.java.feature/build.properties @@ -1,2 +1,3 @@ -bin.includes = feature.xml +bin.includes = feature.xml,\ + p2.inf includeLaunchers=false
\ No newline at end of file diff --git a/packages/org.eclipse.epp.package.jee.feature/build.properties b/packages/org.eclipse.epp.package.jee.feature/build.properties index 00e702d0..c58a3555 100644 --- a/packages/org.eclipse.epp.package.jee.feature/build.properties +++ b/packages/org.eclipse.epp.package.jee.feature/build.properties @@ -1,5 +1,6 @@ bin.includes = feature.xml,\ license.html,\ feature.properties,\ - epl-v10.html -includeLaunchers=false
\ No newline at end of file + epl-v10.html,\ + p2.inf +includeLaunchers=false diff --git a/packages/org.eclipse.epp.package.modeling.feature/build.properties b/packages/org.eclipse.epp.package.modeling.feature/build.properties index 0658d02e..64dc64a0 100644 --- a/packages/org.eclipse.epp.package.modeling.feature/build.properties +++ b/packages/org.eclipse.epp.package.modeling.feature/build.properties @@ -1,2 +1,3 @@ -bin.includes = feature.xml -includeLaunchers=false
\ No newline at end of file +bin.includes = feature.xml,\ + p2.inf +includeLaunchers=false diff --git a/packages/org.eclipse.epp.package.php.feature/build.properties b/packages/org.eclipse.epp.package.php.feature/build.properties index 0658d02e..64dc64a0 100644 --- a/packages/org.eclipse.epp.package.php.feature/build.properties +++ b/packages/org.eclipse.epp.package.php.feature/build.properties @@ -1,2 +1,3 @@ -bin.includes = feature.xml -includeLaunchers=false
\ No newline at end of file +bin.includes = feature.xml,\ + p2.inf +includeLaunchers=false diff --git a/packages/org.eclipse.epp.package.pulsar.feature/build.properties b/packages/org.eclipse.epp.package.pulsar.feature/build.properties index 0658d02e..64dc64a0 100644 --- a/packages/org.eclipse.epp.package.pulsar.feature/build.properties +++ b/packages/org.eclipse.epp.package.pulsar.feature/build.properties @@ -1,2 +1,3 @@ -bin.includes = feature.xml -includeLaunchers=false
\ No newline at end of file +bin.includes = feature.xml,\ + p2.inf +includeLaunchers=false diff --git a/packages/org.eclipse.epp.package.rcp.feature/build.properties b/packages/org.eclipse.epp.package.rcp.feature/build.properties index 0658d02e..64dc64a0 100644 --- a/packages/org.eclipse.epp.package.rcp.feature/build.properties +++ b/packages/org.eclipse.epp.package.rcp.feature/build.properties @@ -1,2 +1,3 @@ -bin.includes = feature.xml -includeLaunchers=false
\ No newline at end of file +bin.includes = feature.xml,\ + p2.inf +includeLaunchers=false diff --git a/packages/org.eclipse.epp.package.reporting.feature/build.properties b/packages/org.eclipse.epp.package.reporting.feature/build.properties index 0658d02e..64dc64a0 100644 --- a/packages/org.eclipse.epp.package.reporting.feature/build.properties +++ b/packages/org.eclipse.epp.package.reporting.feature/build.properties @@ -1,2 +1,3 @@ -bin.includes = feature.xml -includeLaunchers=false
\ No newline at end of file +bin.includes = feature.xml,\ + p2.inf +includeLaunchers=false |