From 41f89d2236e20c9c92c9e1267d5841e7dfd92d5b Mon Sep 17 00:00:00 2001 From: Javier Fernandez Date: Wed, 8 May 2013 10:21:27 +0000 Subject: [PATCH] PyWebWizard: Removed the Jar_web, relaced by the python version. Change-Id: Ia76a2d4ce93bf338c6ca22fd2cd991b42c195ae4 --- scp2/source/ooo/file_ooo.scp | 1 - wizards/Module_wizards.mk | 1 - 2 files changed, 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