Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2006-02-07 14:40:14 +0000
committerDoug Schaefer2006-02-07 14:40:14 +0000
commit39a7b663764244100d049412782b7b9defd3f0ab (patch)
tree365ffc7d02f27921a8bf3d6943c697d77e643074
parentf43e5439207242348491258768806c6814d7b27c (diff)
downloadorg.eclipse.cdt-CDT_3_0_2.tar.gz
org.eclipse.cdt-CDT_3_0_2.tar.xz
org.eclipse.cdt-CDT_3_0_2.zip
The libraries were missing from the build for AIX.CDT_3_0_2
-rw-r--r--core/org.eclipse.cdt.core.aix/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/org.eclipse.cdt.core.aix/build.properties b/core/org.eclipse.cdt.core.aix/build.properties
index 5ba91ed1070..7ce11ace0fd 100644
--- a/core/org.eclipse.cdt.core.aix/build.properties
+++ b/core/org.eclipse.cdt.core.aix/build.properties
@@ -13,5 +13,6 @@ bin.includes = fragment.xml,\
*.jar,\
cdtaix.jar,\
fragment.properties,\
- about.html
+ about.html,\
+ os/
src.includes = library/

Back to the top