diff options
author | Javier Fernandez <jfernandez@igalia.com> | 2013-05-08 10:21:27 +0000 |
---|---|---|
committer | Javier Fernandez <jfernandez@igalia.com> | 2013-05-08 11:31:21 +0000 |
commit | 41f89d2236e20c9c92c9e1267d5841e7dfd92d5b (patch) | |
tree | 8760a1eda168133f795631b679c9c513e3dc5ec7 | |
parent | cb283d8f0766b3069aa20c8c825eefca29537d6f (diff) |
PyWebWizard: Removed the Jar_web, relaced by the python version.
Change-Id: Ia76a2d4ce93bf338c6ca22fd2cd991b42c195ae4
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 1 | ||||
-rw-r--r-- | wizards/Module_wizards.mk | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index dffee3ec50e9..d3f596fef816 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -315,7 +315,6 @@ STD_JAR_FILE( gid_File_Jar_Smoketest, smoketest ) STD_JAR_FILE( gid_File_Jar_Table, table ) STD_JAR_FILE( gid_File_Jar_Form, form ) STD_JAR_FILE( gid_File_Jar_Query, query ) -STD_JAR_FILE( gid_File_Jar_Web, web ) STD_JAR_FILE( gid_File_Jar_Xmerge, xmerge ) STD_JAR_FILE( gid_File_Jar_Xmergebridge, XMergeBridge ) #endif diff --git a/wizards/Module_wizards.mk b/wizards/Module_wizards.mk index 5d6c5941feb9..1e88f9af4cfb 100644 --- a/wizards/Module_wizards.mk +++ b/wizards/Module_wizards.mk @@ -60,7 +60,6 @@ $(eval $(call gb_Module_add_targets,wizards,\ Jar_report \ Jar_reportbuilder \ Jar_table \ - Jar_web \ )) endif |