Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.core.solaris')
-rw-r--r--core/org.eclipse.cdt.core.solaris/build.properties5
-rw-r--r--core/org.eclipse.cdt.core.solaris/fragment.xml2
2 files changed, 4 insertions, 3 deletions
diff --git a/core/org.eclipse.cdt.core.solaris/build.properties b/core/org.eclipse.cdt.core.solaris/build.properties
index bcd4a1a0251..3c308d2f2d2 100644
--- a/core/org.eclipse.cdt.core.solaris/build.properties
+++ b/core/org.eclipse.cdt.core.solaris/build.properties
@@ -1,9 +1,10 @@
bin.includes = fragment.xml,\
fragment.properties,\
about.html,\
- os/
+ os/,\
+ cdt_solaris.jar
src.includes = fragment.xml,\
fragment.properties,\
about.html,\
- os/
+ os/
source.cdt_solaris.jar = src/
diff --git a/core/org.eclipse.cdt.core.solaris/fragment.xml b/core/org.eclipse.cdt.core.solaris/fragment.xml
index 495da0f7b5e..ecef10d34cc 100644
--- a/core/org.eclipse.cdt.core.solaris/fragment.xml
+++ b/core/org.eclipse.cdt.core.solaris/fragment.xml
@@ -3,7 +3,7 @@
<fragment
id="org.eclipse.cdt.core.solaris"
name="%fragmentName"
- version="1.2.0"
+ version="2.0.0"
provider-name="%providerName"
plugin-id="org.eclipse.cdt.core"
plugin-version="1.2.0">

Back to the top