PyWebWizard: Pack and register the Web wizard.

Change-Id: I8e43d228e842f24b054afc6bf59040667a6703d5
This commit is contained in:
Javier Fernandez
2013-03-06 10:04:59 +00:00
parent 5069ab9f47
commit e07a65f92d
4 changed files with 12 additions and 4 deletions

View File

@@ -173,6 +173,7 @@ $(eval $(call gb_Rdb_add_components,services,\
wizards/com/sun/star/wizards/fax/fax \
wizards/com/sun/star/wizards/letter/letter \
wizards/com/sun/star/wizards/agenda/agenda \
wizards/com/sun/star/wizards/web/web \
scripting/source/stringresource/stringresource \
scripting/source/vbaevents/vbaevents \
scripting/util/scriptframe \

View File

@@ -387,6 +387,13 @@ File gid_File_Wizards_Agenda
Name = "Pyuno/agenda.filelist";
End
File gid_File_Wizards_Web
Dir = FILELIST_DIR;
TXT_FILE_BODY;
Styles = (FILELIST);
Name = "Pyuno/web.filelist";
End
File gid_File_Pymailmerge
Dir = FILELIST_DIR;
TXT_FILE_BODY;

View File

@@ -48,6 +48,7 @@ $(eval $(call gb_Module_add_targets,wizards,\
Pyuno_fax \
Pyuno_letter \
Pyuno_agenda \
Pyuno_web \
Pyuno_commonwizards \
))

View File

@@ -17,10 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<component loader="com.sun.star.loader.Java2"
<component loader="com.sun.star.loader.Python"
xmlns="http://openoffice.org/2010/uno-components">
<implementation
name="com.sun.star.wizards.web.CallWizard$WizardImplementation">
<service name="com.sun.star.wizards.web.CallWizard"/>
<implementation name="com.sun.star.wizards.web.CallWizard">
<service name="com.sun.star.task.Job"/>
</implementation>
</component>