diff options
| author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2012-02-06 16:21:48 -0500 | 
|---|---|---|
| committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2012-02-06 16:21:48 -0500 | 
| commit | a22f097ec88d4498cb05f87901958376723a63e4 (patch) | |
| tree | 6bd17be33d7e30c3236c29699af2f89e9ab87272 | |
| parent | a61bb4eb21fb834480dbfe62a6722ba5c61720f0 (diff) | |
| parent | dbf8e5a2406a06055f3adcc8c8da74ac0a7dd26c (diff) | |
Automated merge with https://bitbucket.org/stinson_linden/viewer-development-havokai
| -rw-r--r-- | package_physicsextensions.xml | 20 | 
1 files changed, 5 insertions, 15 deletions
diff --git a/package_physicsextensions.xml b/package_physicsextensions.xml index 896e08f01f..0bde6ad770 100644 --- a/package_physicsextensions.xml +++ b/package_physicsextensions.xml @@ -163,11 +163,6 @@                </map>                <key>default</key>                <string>true</string> -              <key>manifest</key> -              <array> -                <string>include/</string> -                <string>LICENSES</string> -              </array>                <key>name</key>                <string>Debug</string>              </map> @@ -184,11 +179,6 @@                </map>                <key>default</key>                <string>true</string> -              <key>manifest</key> -              <array> -                <string>include/</string> -                <string>LICENSES</string> -              </array>                <key>name</key>                <string>Release</string>              </map> @@ -205,15 +195,15 @@                </map>                <key>default</key>                <string>true</string> -              <key>manifest</key> -              <array> -                <string>include/</string> -                <string>LICENSES</string> -              </array>                <key>name</key>                <string>RelWithDebInfo</string>              </map>            </map> +          <key>manifest</key> +          <array> +            <string>include</string> +            <string>LICENSES</string> +          </array>            <key>name</key>            <string>linux</string>          </map>  | 
