Kaydet (Commit) e07a65f9 authored tarafından Javier Fernandez's avatar Javier Fernandez

PyWebWizard: Pack and register the Web wizard.

Change-Id: I8e43d228e842f24b054afc6bf59040667a6703d5
üst 5069ab9f
...@@ -173,6 +173,7 @@ $(eval $(call gb_Rdb_add_components,services,\ ...@@ -173,6 +173,7 @@ $(eval $(call gb_Rdb_add_components,services,\
wizards/com/sun/star/wizards/fax/fax \ wizards/com/sun/star/wizards/fax/fax \
wizards/com/sun/star/wizards/letter/letter \ wizards/com/sun/star/wizards/letter/letter \
wizards/com/sun/star/wizards/agenda/agenda \ wizards/com/sun/star/wizards/agenda/agenda \
wizards/com/sun/star/wizards/web/web \
scripting/source/stringresource/stringresource \ scripting/source/stringresource/stringresource \
scripting/source/vbaevents/vbaevents \ scripting/source/vbaevents/vbaevents \
scripting/util/scriptframe \ scripting/util/scriptframe \
......
...@@ -387,6 +387,13 @@ File gid_File_Wizards_Agenda ...@@ -387,6 +387,13 @@ File gid_File_Wizards_Agenda
Name = "Pyuno/agenda.filelist"; Name = "Pyuno/agenda.filelist";
End End
File gid_File_Wizards_Web
Dir = FILELIST_DIR;
TXT_FILE_BODY;
Styles = (FILELIST);
Name = "Pyuno/web.filelist";
End
File gid_File_Pymailmerge File gid_File_Pymailmerge
Dir = FILELIST_DIR; Dir = FILELIST_DIR;
TXT_FILE_BODY; TXT_FILE_BODY;
......
...@@ -48,6 +48,7 @@ $(eval $(call gb_Module_add_targets,wizards,\ ...@@ -48,6 +48,7 @@ $(eval $(call gb_Module_add_targets,wizards,\
Pyuno_fax \ Pyuno_fax \
Pyuno_letter \ Pyuno_letter \
Pyuno_agenda \ Pyuno_agenda \
Pyuno_web \
Pyuno_commonwizards \ Pyuno_commonwizards \
)) ))
......
...@@ -17,10 +17,9 @@ ...@@ -17,10 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * 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"> xmlns="http://openoffice.org/2010/uno-components">
<implementation <implementation name="com.sun.star.wizards.web.CallWizard">
name="com.sun.star.wizards.web.CallWizard$WizardImplementation"> <service name="com.sun.star.task.Job"/>
<service name="com.sun.star.wizards.web.CallWizard"/>
</implementation> </implementation>
</component> </component>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment