You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by da...@apache.org on 2005/10/12 08:20:16 UTC

svn commit: r314799 - in /webservices/axis2/trunk/c/ides: ./ anjuta/ anjuta/README anjuta/c.prj anjuta/c.prj.bak

Author: damitha
Date: Tue Oct 11 23:20:09 2005
New Revision: 314799

URL: http://svn.apache.org/viewcvs?rev=314799&view=rev
Log:
Added anjuta ide which can be used to develop axis2/c.


Added:
    webservices/axis2/trunk/c/ides/
    webservices/axis2/trunk/c/ides/anjuta/
    webservices/axis2/trunk/c/ides/anjuta/README
    webservices/axis2/trunk/c/ides/anjuta/c.prj
    webservices/axis2/trunk/c/ides/anjuta/c.prj.bak

Added: webservices/axis2/trunk/c/ides/anjuta/README
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/ides/anjuta/README?rev=314799&view=auto
==============================================================================
--- webservices/axis2/trunk/c/ides/anjuta/README (added)
+++ webservices/axis2/trunk/c/ides/anjuta/README Tue Oct 11 23:20:09 2005
@@ -0,0 +1 @@
+copy these project files into the source root to develop in Anjuta

Added: webservices/axis2/trunk/c/ides/anjuta/c.prj
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/ides/anjuta/c.prj?rev=314799&view=auto
==============================================================================
--- webservices/axis2/trunk/c/ides/anjuta/c.prj (added)
+++ webservices/axis2/trunk/c/ides/anjuta/c.prj Tue Oct 11 23:20:09 2005
@@ -0,0 +1,177 @@
+# Anjuta Version 1.2.3 
+Compatibility Level: 1 
+
+<PROJECT_DESCRIPTION_START>
+<PROJECT_DESCRIPTION_END>
+<CONFIG_PROGS_START>
+<CONFIG_PROGS_END>
+<CONFIG_LIBS_START>
+<CONFIG_LIBS_END>
+<CONFIG_HEADERS_START>
+<CONFIG_HEADERS_END>
+<CONFIG_CHARACTERISTICS_START>
+<CONFIG_CHARACTERISTICS_END>
+<CONFIG_LIB_FUNCS_START>
+<CONFIG_LIB_FUNCS_END>
+<CONFIG_ADDITIONAL_START>
+<CONFIG_ADDITIONAL_END>
+<CONFIG_FILES_START>
+<CONFIG_FILES_END>
+<MAKEFILE_AM_START>
+<MAKEFILE_AM_END>
+
+props.file.type=project
+
+anjuta.version=1.2.3
+anjuta.compatibility.level=1
+
+project.name=c
+project.type=GENERIC
+project.target.type=EXECUTABLE
+project.version=0.99
+project.author=damitha
+project.source.target=unknown
+project.has.gettext=0
+project.gui.command=
+project.programming.language=C
+project.excluded.modules=intl
+
+project.config.extra.modules.before=
+project.config.extra.modules.after=
+project.config.blocked=1
+project.config.disable.overwriting=1 1 1 1 1 1 1 1 1 
+
+project.menu.entry=c Version 0.99
+project.menu.group=Application
+project.menu.comment=c Version 0.99
+project.menu.icon=
+project.menu.need.terminal=0
+
+project.configure.options=
+anjuta.program.arguments=
+preferences.build.option.jobs=0
+preferences.build.option.silent=0
+preferences.build.option.autosave=0
+preferences.make=make
+preferences.build.option.keep.going=1
+preferences.build.option.warn.undef=0
+preferences.autoformat.custom.style= -i8 -sc -bli0 -bl0 -cbi0 -ss
+preferences.indent.opening=0
+preferences.autoformat.disable=1
+preferences.indent.automatic=1
+preferences.use.tabs=1
+preferences.indent.size=4
+preferences.tabsize=4
+preferences.indent.closing=0
+
+module.include.name=.
+module.include.type=
+module.include.files=\
+	include/axis2.h\
+	include/axis2_description_param_include.h\
+	include/axis2_engine_config.h\
+	include/axis2_errno.h\
+	include/axis2_module_description.h\
+	include/axis2_om_attribute.h\
+	include/axis2_om_comment.h\
+	include/axis2_om_doctype.h\
+	include/axis2_om_document.h\
+	include/axis2_om_element.h\
+	include/axis2_om_namespace.h\
+	include/axis2_om_processing_instruction.h\
+	include/axis2_om_text.h\
+	include/axis2_operation_description.h\
+	include/axis2_parameter.h\
+	include/axis2_qname.h\
+	include/axis2_service_description.h\
+	include/axis2_servicegroup_description.h\
+	include/axis2_stax_ombuilder.h\
+	include/axis2c.h\
+	include/axis2_description.h\
+	include/axis2_om_node.h\
+	include/axis2_environment.h\
+	include/axis2_allocator.h\
+	include/axis2_defines.h\
+	include/axis2_error.h\
+	include/axis2_log.h\
+	include/axis2_stream.h\
+	include/axis2_om_output.h\
+	modules/xml/guththila/src/guththila_xml_pull_parser.h
+
+module.source.name=.
+module.source.type=
+module.source.files=\
+	modules/common/src/axis2.c\
+	modules/core/description/src/axis2_description_param_include.c\
+	modules/core/description/src/axis2_module_description.c\
+	modules/core/description/src/axis2_operation_description.c\
+	modules/core/description/src/axis2_parameter.c\
+	modules/core/description/src/axis2_service_description.c\
+	modules/core/description/src/axis2_servicegroup_description.c\
+	modules/core/engine/src/axis2_engine_config.c\
+	modules/core/description/test/description_test.c\
+	modules/common/test/common_test.c\
+	modules/core/engine/test/engine_test.c\
+	modules/xml/guththila/src/buffer.c\
+	modules/xml/guththila/src/guththila_xml_stream_writer.c\
+	modules/xml/guththila/src/main.c\
+	modules/xml/guththila/src/reader.c\
+	modules/xml/guththila/src/stack.c\
+	modules/xml/guththila/src/token.c\
+	modules/xml/guththila/src/unicode.c\
+	modules/xml/om/src/axis2_om_attribute.c\
+	modules/xml/om/src/axis2_om_comment.c\
+	modules/xml/om/src/axis2_om_doctype.c\
+	modules/xml/om/src/axis2_om_document.c\
+	modules/xml/om/src/axis2_om_element.c\
+	modules/xml/om/src/axis2_om_namespace.c\
+	modules/xml/om/src/axis2_om_processing_instruction.c\
+	modules/xml/om/src/axis2_om_text.c\
+	modules/xml/om/src/axis2_qname.c\
+	modules/xml/om/src/axis2_stax_ombuilder.c\
+	modules/xml/om/src/axis2_om_node.c\
+	modules/common/src/axis2_allocator.c\
+	modules/common/src/axis2_environment.c\
+	modules/common/src/axis2_error.c\
+	modules/common/src/axis2_log.c\
+	modules/common/src/axis2_stream.c\
+	modules/xml/guththila/src/guththila_xml_pull_parser.c
+
+module.pixmap.name=.
+module.pixmap.type=
+module.pixmap.files=
+
+module.data.name=.
+module.data.type=
+module.data.files=
+
+module.help.name=.
+module.help.type=
+module.help.files=
+
+module.doc.name=.
+module.doc.type=
+module.doc.files=\
+	xdocs/developer_guide.html\
+	xdocs/maven_build_guide.html
+
+module.po.files=
+
+compiler.options.supports=
+compiler.options.include.paths=\
+	.\
+	..
+compiler.options.library.paths=
+compiler.options.libraries=
+compiler.options.libraries.selected=
+compiler.options.defines=\
+	HAVE_CONFIG_H
+compiler.options.defines.selected=
+compiler.options.warning.buttons=0 0 1 1 0 1 0 0 0 0 0 0 0 1 0 0 
+compiler.options.optimize.buttons=0 0 1 0 
+compiler.options.other.buttons=1 0 
+compiler.options.other.c.flags=
+compiler.options.other.l.flags=
+compiler.options.other.l.libs=
+
+project.src.paths=

Added: webservices/axis2/trunk/c/ides/anjuta/c.prj.bak
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/ides/anjuta/c.prj.bak?rev=314799&view=auto
==============================================================================
--- webservices/axis2/trunk/c/ides/anjuta/c.prj.bak (added)
+++ webservices/axis2/trunk/c/ides/anjuta/c.prj.bak Tue Oct 11 23:20:09 2005
@@ -0,0 +1,176 @@
+# Anjuta Version 1.2.3 
+Compatibility Level: 1 
+
+<PROJECT_DESCRIPTION_START>
+<PROJECT_DESCRIPTION_END>
+<CONFIG_PROGS_START>
+<CONFIG_PROGS_END>
+<CONFIG_LIBS_START>
+<CONFIG_LIBS_END>
+<CONFIG_HEADERS_START>
+<CONFIG_HEADERS_END>
+<CONFIG_CHARACTERISTICS_START>
+<CONFIG_CHARACTERISTICS_END>
+<CONFIG_LIB_FUNCS_START>
+<CONFIG_LIB_FUNCS_END>
+<CONFIG_ADDITIONAL_START>
+<CONFIG_ADDITIONAL_END>
+<CONFIG_FILES_START>
+<CONFIG_FILES_END>
+<MAKEFILE_AM_START>
+<MAKEFILE_AM_END>
+
+props.file.type=project
+
+anjuta.version=1.2.3
+anjuta.compatibility.level=1
+
+project.name=c
+project.type=GENERIC
+project.target.type=EXECUTABLE
+project.version=0.99
+project.author=damitha
+project.source.target=unknown
+project.has.gettext=0
+project.gui.command=
+project.programming.language=C
+project.excluded.modules=intl
+
+project.config.extra.modules.before=
+project.config.extra.modules.after=
+project.config.blocked=1
+project.config.disable.overwriting=1 1 1 1 1 1 1 1 1 
+
+project.menu.entry=c Version 0.99
+project.menu.group=Application
+project.menu.comment=c Version 0.99
+project.menu.icon=
+project.menu.need.terminal=0
+
+project.configure.options=
+anjuta.program.arguments=
+preferences.build.option.jobs=0
+preferences.build.option.silent=0
+preferences.build.option.autosave=0
+preferences.make=make
+preferences.build.option.keep.going=1
+preferences.build.option.warn.undef=0
+preferences.autoformat.custom.style= -i8 -sc -bli0 -bl0 -cbi0 -ss
+preferences.indent.opening=0
+preferences.autoformat.disable=1
+preferences.indent.automatic=1
+preferences.use.tabs=1
+preferences.indent.size=4
+preferences.tabsize=4
+preferences.indent.closing=0
+
+module.include.name=.
+module.include.type=
+module.include.files=\
+	include/axis2.h\
+	include/axis2_description_param_include.h\
+	include/axis2_engine_config.h\
+	include/axis2_errno.h\
+	include/axis2_module_description.h\
+	include/axis2_om_attribute.h\
+	include/axis2_om_comment.h\
+	include/axis2_om_doctype.h\
+	include/axis2_om_document.h\
+	include/axis2_om_element.h\
+	include/axis2_om_namespace.h\
+	include/axis2_om_processing_instruction.h\
+	include/axis2_om_text.h\
+	include/axis2_operation_description.h\
+	include/axis2_parameter.h\
+	include/axis2_qname.h\
+	include/axis2_service_description.h\
+	include/axis2_servicegroup_description.h\
+	include/axis2_stax_ombuilder.h\
+	include/axis2c.h\
+	include/axis2_description.h\
+	include/axis2_om_node.h\
+	include/axis2_environment.h\
+	include/axis2_allocator.h\
+	include/axis2_defines.h\
+	include/axis2_error.h\
+	include/axis2_log.h\
+	include/axis2_stream.h\
+	include/axis2_om_output.h
+
+module.source.name=.
+module.source.type=
+module.source.files=\
+	modules/common/src/axis2.c\
+	modules/core/description/src/axis2_description_param_include.c\
+	modules/core/description/src/axis2_module_description.c\
+	modules/core/description/src/axis2_operation_description.c\
+	modules/core/description/src/axis2_parameter.c\
+	modules/core/description/src/axis2_service_description.c\
+	modules/core/description/src/axis2_servicegroup_description.c\
+	modules/core/engine/src/axis2_engine_config.c\
+	modules/core/description/test/description_test.c\
+	modules/common/test/common_test.c\
+	modules/core/engine/test/engine_test.c\
+	modules/xml/guththila/src/buffer.c\
+	modules/xml/guththila/src/guththila_xml_stream_writer.c\
+	modules/xml/guththila/src/main.c\
+	modules/xml/guththila/src/reader.c\
+	modules/xml/guththila/src/stack.c\
+	modules/xml/guththila/src/token.c\
+	modules/xml/guththila/src/unicode.c\
+	modules/xml/guththila/src/xmlpullparser.c\
+	modules/xml/om/src/axis2_om_attribute.c\
+	modules/xml/om/src/axis2_om_comment.c\
+	modules/xml/om/src/axis2_om_doctype.c\
+	modules/xml/om/src/axis2_om_document.c\
+	modules/xml/om/src/axis2_om_element.c\
+	modules/xml/om/src/axis2_om_namespace.c\
+	modules/xml/om/src/axis2_om_processing_instruction.c\
+	modules/xml/om/src/axis2_om_text.c\
+	modules/xml/om/src/axis2_qname.c\
+	modules/xml/om/src/axis2_stax_ombuilder.c\
+	modules/xml/om/src/axis2_om_node.c\
+	modules/common/src/axis2_allocator.c\
+	modules/common/src/axis2_environment.c\
+	modules/common/src/axis2_error.c\
+	modules/common/src/axis2_log.c\
+	modules/common/src/axis2_stream.c
+
+module.pixmap.name=.
+module.pixmap.type=
+module.pixmap.files=
+
+module.data.name=.
+module.data.type=
+module.data.files=
+
+module.help.name=.
+module.help.type=
+module.help.files=
+
+module.doc.name=.
+module.doc.type=
+module.doc.files=\
+	xdocs/developer_guide.html\
+	xdocs/maven_build_guide.html
+
+module.po.files=
+
+compiler.options.supports=
+compiler.options.include.paths=\
+	.\
+	..
+compiler.options.library.paths=
+compiler.options.libraries=
+compiler.options.libraries.selected=
+compiler.options.defines=\
+	HAVE_CONFIG_H
+compiler.options.defines.selected=
+compiler.options.warning.buttons=0 0 1 1 0 1 0 0 0 0 0 0 0 1 0 0 
+compiler.options.optimize.buttons=0 0 1 0 
+compiler.options.other.buttons=1 0 
+compiler.options.other.c.flags=
+compiler.options.other.l.flags=
+compiler.options.other.l.libs=
+
+project.src.paths=