Commit Graph

14 Commits

Author SHA1 Message Date
Scott Hunter 920277cbe1 Update Eclipse configuration.
Exclude some items that cause validation errors.  Other project config for Neon.  Light updated to guide.
2017-03-14 16:55:48 -04:00
Scott Hunter d6584c529a Remove ancient remnant of the JSLint eclipse plugin. 2014-08-11 13:27:09 -04:00
Scott Hunter 4782dc7a18 JSDoc upgrade work in progress 2014-05-23 16:25:54 -04:00
Scott Hunter 32deabe5db Fix type of filter to be non-recursive. 2014-02-03 14:44:00 -05:00
Ed Mackey 0f2d4e5741 Tell Eclipse to ignore the .git folder.
Project properties, "Resource", "Resource Filters", add exclusion.
2014-02-03 10:06:26 -05:00
Scott Hunter b2ae467eeb Run JSHint on the scripts in Sandcastle examples too.
This also builds the JSHint options for Sandcastle as part of the build process so that they stay in sync with the Eclipse JSHint settings.
2013-02-14 15:12:40 -05:00
Scott Hunter f50c3a1b61 Make the improvements in #269. Also clean up build.
I am sick of trying to edit JavaScript inside CDATA blocks in XML, so I pulled out the code for our custom tasks into actual JS file so I can run the formatter and JSHint, etc.  Also fix other mistakes along the way, specifically, shader comments were deleted out of the JS file in all cases, where the intent was to only delete them when running a minify.
2012-09-26 17:19:20 -04:00
Scott Hunter 7ba2c809e8 Filter out gallery-index.js from Eclipse. Otherwise, each time it's rewritten it causes an extra build. Also, delete it on clean, like all the other generated files. 2012-09-14 18:48:51 -04:00
kristiancalhoun feade2d128 Delete Sandbox and Dojo 1.6. 2012-08-30 15:16:01 -04:00
Ian Lilley c870a21651 Changed ReflectionMapMaterial to ReflectionMaterial. Same for RefractionMapMaterial 2012-06-04 17:28:59 -04:00
Scott Hunter f3e085da62 Add a makeZipFile build target.
Refactor build script to get the "build" target even faster by running steps in parallel,
and only re-write generated files if the content is different.

Separate out the generated file that builds the complete Cesium object from the main.js used
with Almond to simply require the complete object and assign it globally.
2012-05-11 11:30:05 -04:00
Scott Hunter 00b62d44e4 fix line endings for files I added. 2012-05-02 12:59:44 -04:00
Scott Hunter bfe4815dad After changing the default ant build target, the Eclipse config needs to specify the build target explicitly now. 2012-04-26 11:41:10 -04:00
Scott Hunter c2105b7e72 Reorganize project. Move Cesium up one level, so now the root of the git repository is the root of the source tree, and the root of the Eclipse project. 2012-04-25 10:55:13 -04:00