Changeset 69132 in webkit


Ignore:
Timestamp:
Oct 5, 2010 11:58:22 AM (14 years ago)
Author:
leandro@webkit.org
Message:

2010-10-05 Leandro Pereira <leandro@profusion.mobi>

Unreviewed. Build fix.

Moved "jsc" directory to "shell", so that the name does not clash with the
JavaScriptCore shell in some build systems.
http://webkit.org/b/47049

  • CMakeLists.txt: Changed reference from "jsc" to "shell".
  • jsc: Removed.
  • jsc/CMakeLists.txt: Removed.
  • jsc/CMakeListsEfl.txt: Removed.
  • shell: Copied from JavaScriptCore/jsc.
Location:
trunk/JavaScriptCore
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/CMakeLists.txt

    r65437 r69132  
    255255
    256256ADD_SUBDIRECTORY(wtf)
    257 ADD_SUBDIRECTORY(jsc)
     257ADD_SUBDIRECTORY(shell)
    258258
    259259WEBKIT_WRAP_SOURCELIST(${JavaScriptCore_SOURCES})
  • trunk/JavaScriptCore/ChangeLog

    r69124 r69132  
     12010-10-05  Leandro Pereira  <leandro@profusion.mobi>
     2
     3        Unreviewed. Build fix.
     4
     5        Moved "jsc" directory to "shell", so that the name does not clash with the
     6        JavaScriptCore shell in some build systems.
     7        http://webkit.org/b/47049
     8
     9        * CMakeLists.txt: Changed reference from "jsc" to "shell".
     10        * jsc: Removed.
     11        * jsc/CMakeLists.txt: Removed.
     12        * jsc/CMakeListsEfl.txt: Removed.
     13        * shell: Copied from JavaScriptCore/jsc.
     14
    1152010-10-05  Kwang Yul Seo  <skyul@company100.net>
    216
Note: See TracChangeset for help on using the changeset viewer.