Revision: 6112 Author: [email protected] Date: Thu Sep 10 11:52:42 2009 Log: Delete old cruft, rearrange directory structure to better build the Chrome plugin with just what is needed.
http://code.google.com/p/google-web-toolkit/source/detail?r=6112 Added: /trunk/plugins/npapi/prebuilt/gwtdmp /trunk/plugins/npapi/prebuilt/gwtdmp/WINNT_x86-msvc /trunk/plugins/npapi/prebuilt/gwtdmp/gwt128.png /trunk/plugins/npapi/prebuilt/gwtdmp/gwt16.png /trunk/plugins/npapi/prebuilt/gwtdmp/gwt32.png /trunk/plugins/npapi/prebuilt/gwtdmp/gwt64.png /trunk/plugins/npapi/prebuilt/gwtdmp/manifest.json Deleted: /trunk/plugins/npapi/prebuilt/extension /trunk/plugins/npapi/prebuilt/gwt128.png /trunk/plugins/npapi/prebuilt/gwt16.png /trunk/plugins/npapi/prebuilt/gwt32.png /trunk/plugins/npapi/prebuilt/gwt64.png /trunk/plugins/npapi/prebuilt/manifest.json /trunk/plugins/npapi/prebuilt/oophm.xpi /trunk/plugins/npapi/prebuilt/winnt_x86-msvc Modified: /trunk/plugins/npapi/VisualStudio/npapi-plugin.vcproj /trunk/plugins/npapi/prebuilt/gwtdmp/WINNT_x86-msvc/npOOPHM.dll /trunk/plugins/npapi/prebuilt/gwtdmp.crx ======================================= --- /dev/null +++ /trunk/plugins/npapi/prebuilt/gwtdmp/gwt128.png Thu Sep 10 11:52:42 2009 Binary file, no diff available. ======================================= --- /dev/null +++ /trunk/plugins/npapi/prebuilt/gwtdmp/gwt16.png Thu Sep 10 11:52:42 2009 Binary file, no diff available. ======================================= --- /dev/null +++ /trunk/plugins/npapi/prebuilt/gwtdmp/gwt32.png Thu Sep 10 11:52:42 2009 Binary file, no diff available. ======================================= --- /dev/null +++ /trunk/plugins/npapi/prebuilt/gwtdmp/gwt64.png Thu Sep 10 11:52:42 2009 Binary file, no diff available. ======================================= --- /dev/null +++ /trunk/plugins/npapi/prebuilt/gwtdmp/manifest.json Thu Sep 10 11:52:42 2009 @@ -0,0 +1,14 @@ +{ + "name": "GWT Development Mode Plugin", + "version": "0.9.0", + "description": "A plugin to enable debugging with GWT's Development Mode", + "icons": { + "16": "gwt16.png", + "32": "gwt32.png", + "64": "gwt64.png", + "128": "gwt128.png" + }, + "plugins": [ + { "path": "WINNT_x86-msvc/npOOPHM.dll", "public": true } + ] +} ======================================= --- /trunk/plugins/npapi/prebuilt/gwt128.png Thu Sep 10 07:24:58 2009 +++ /dev/null Binary file, no diff available. ======================================= --- /trunk/plugins/npapi/prebuilt/gwt16.png Thu Sep 10 07:24:58 2009 +++ /dev/null Binary file, no diff available. ======================================= --- /trunk/plugins/npapi/prebuilt/gwt32.png Thu Sep 10 07:24:58 2009 +++ /dev/null Binary file, no diff available. ======================================= --- /trunk/plugins/npapi/prebuilt/gwt64.png Thu Sep 10 07:24:58 2009 +++ /dev/null Binary file, no diff available. ======================================= --- /trunk/plugins/npapi/prebuilt/manifest.json Thu Sep 10 07:24:58 2009 +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "GWT Development Mode Plugin", - "version": "0.9.0", - "description": "A plugin to enable debugging with GWT's Development Mode", - "icons": { - "16": "gwt16.png", - "32": "gwt32.png", - "64": "gwt64.png", - "128": "gwt128.png" - }, - "plugins": [ - { "path": "winnt_x86-msvc/npOOPHM.dll", "public": true } - ] -} ======================================= --- /trunk/plugins/npapi/prebuilt/oophm.xpi Mon Aug 3 08:30:11 2009 +++ /dev/null File is too large to display a diff. ======================================= --- /trunk/plugins/npapi/VisualStudio/npapi-plugin.vcproj Wed Sep 9 08:52:07 2009 +++ /trunk/plugins/npapi/VisualStudio/npapi-plugin.vcproj Thu Sep 10 11:52:42 2009 @@ -63,7 +63,7 @@ Name="VCLinkerTool" AdditionalDependencies="ws2_32.lib" ShowProgress="2" - OutputFile="$(ProjectDir)\..\prebuilt\WINNT_x86-msvc\npOOPHM.dll" + OutputFile="$(ProjectDir)\..\prebuilt\gwtdmp\WINNT_x86-msvc\npOOPHM.dll" LinkIncremental="1" ModuleDefinitionFile="$(ProjectDir)\..\npOOPHM.def" GenerateDebugInformation="true" ======================================= --- /trunk/plugins/npapi/prebuilt/winnt_x86-msvc/npOOPHM.dll Wed Sep 9 14:57:53 2009 +++ /trunk/plugins/npapi/prebuilt/gwtdmp/WINNT_x86-msvc/npOOPHM.dll Thu Sep 10 11:52:42 2009 Binary file, no diff available. ======================================= --- /trunk/plugins/npapi/prebuilt/gwtdmp.crx Wed Sep 9 15:45:43 2009 +++ /trunk/plugins/npapi/prebuilt/gwtdmp.crx Thu Sep 10 11:52:42 2009 Binary file, no diff available. --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
