mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-20 06:06:13 +00:00
Changed: #1307 I have clean my branch, removing temp files
This commit is contained in:
parent
c2737cbd21
commit
1e48bc1fbc
9 changed files with 0 additions and 339 deletions
|
@ -1,32 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
||||||
<CodeBlocks_project_file>
|
|
||||||
<FileVersion major="1" minor="6" />
|
|
||||||
<Project>
|
|
||||||
<Option title="OVQT Translation Manager Plugin" />
|
|
||||||
<Option pch_mode="2" />
|
|
||||||
<Option compiler="gcc" />
|
|
||||||
<Build>
|
|
||||||
<Target title="Release">
|
|
||||||
<Option output="bin/Release/OVQT Translation Manager Plugin" prefix_auto="1" extension_auto="1" />
|
|
||||||
<Option object_output="obj/Release/" />
|
|
||||||
<Option type="1" />
|
|
||||||
<Option compiler="gcc" />
|
|
||||||
<Compiler>
|
|
||||||
<Add option="-O2" />
|
|
||||||
</Compiler>
|
|
||||||
<Linker>
|
|
||||||
<Add option="-s" />
|
|
||||||
</Linker>
|
|
||||||
</Target>
|
|
||||||
</Build>
|
|
||||||
<Compiler>
|
|
||||||
<Add option="-Wall" />
|
|
||||||
</Compiler>
|
|
||||||
<Extensions>
|
|
||||||
<code_completion />
|
|
||||||
<envvars />
|
|
||||||
<lib_finder disable_auto="1" />
|
|
||||||
<debugger />
|
|
||||||
</Extensions>
|
|
||||||
</Project>
|
|
||||||
</CodeBlocks_project_file>
|
|
|
@ -1,4 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
||||||
<CodeBlocks_layout_file>
|
|
||||||
<ActiveTarget name="Release" />
|
|
||||||
</CodeBlocks_layout_file>
|
|
|
@ -1,75 +0,0 @@
|
||||||
#!/bin/bash -x
|
|
||||||
|
|
||||||
#
|
|
||||||
# Generated - do not edit!
|
|
||||||
#
|
|
||||||
|
|
||||||
# Macros
|
|
||||||
TOP=`pwd`
|
|
||||||
CND_PLATFORM=GNU-Linux-x86
|
|
||||||
CND_CONF=Default
|
|
||||||
CND_DISTDIR=dist
|
|
||||||
CND_BUILDDIR=build
|
|
||||||
NBTMPDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}/tmp-packaging
|
|
||||||
TMPDIRNAME=tmp-packaging
|
|
||||||
OUTPUT_PATH=../../../../../../../build/bin/object_viewer_qt
|
|
||||||
OUTPUT_BASENAME=object_viewer_qt
|
|
||||||
PACKAGE_TOP_DIR=translationmanager/
|
|
||||||
|
|
||||||
# Functions
|
|
||||||
function checkReturnCode
|
|
||||||
{
|
|
||||||
rc=$?
|
|
||||||
if [ $rc != 0 ]
|
|
||||||
then
|
|
||||||
exit $rc
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
function makeDirectory
|
|
||||||
# $1 directory path
|
|
||||||
# $2 permission (optional)
|
|
||||||
{
|
|
||||||
mkdir -p "$1"
|
|
||||||
checkReturnCode
|
|
||||||
if [ "$2" != "" ]
|
|
||||||
then
|
|
||||||
chmod $2 "$1"
|
|
||||||
checkReturnCode
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
function copyFileToTmpDir
|
|
||||||
# $1 from-file path
|
|
||||||
# $2 to-file path
|
|
||||||
# $3 permission
|
|
||||||
{
|
|
||||||
cp "$1" "$2"
|
|
||||||
checkReturnCode
|
|
||||||
if [ "$3" != "" ]
|
|
||||||
then
|
|
||||||
chmod $3 "$2"
|
|
||||||
checkReturnCode
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
# Setup
|
|
||||||
cd "${TOP}"
|
|
||||||
mkdir -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package
|
|
||||||
rm -rf ${NBTMPDIR}
|
|
||||||
mkdir -p ${NBTMPDIR}
|
|
||||||
|
|
||||||
# Copy files and create directories and links
|
|
||||||
cd "${TOP}"
|
|
||||||
makeDirectory "${NBTMPDIR}/translationmanager/bin"
|
|
||||||
copyFileToTmpDir "${OUTPUT_PATH}" "${NBTMPDIR}/${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}" 0755
|
|
||||||
|
|
||||||
|
|
||||||
# Generate tar file
|
|
||||||
cd "${TOP}"
|
|
||||||
rm -f ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/translationmanager.tar
|
|
||||||
cd ${NBTMPDIR}
|
|
||||||
tar -vcf ../../../../${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/translationmanager.tar *
|
|
||||||
checkReturnCode
|
|
||||||
|
|
||||||
# Cleanup
|
|
||||||
cd "${TOP}"
|
|
||||||
rm -rf ${NBTMPDIR}
|
|
|
@ -1,147 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<configurationDescriptor version="79">
|
|
||||||
<logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
|
|
||||||
<logicalFolder name="code"
|
|
||||||
displayName="code"
|
|
||||||
projectFiles="true"
|
|
||||||
root="../../../../..">
|
|
||||||
<logicalFolder name="build" displayName="build" projectFiles="true">
|
|
||||||
<logicalFolder name="nel" displayName="nel" projectFiles="true">
|
|
||||||
<logicalFolder name="tools" displayName="tools" projectFiles="true">
|
|
||||||
<logicalFolder name="3d" displayName="3d" projectFiles="true">
|
|
||||||
<logicalFolder name="object_viewer_qt"
|
|
||||||
displayName="object_viewer_qt"
|
|
||||||
projectFiles="true">
|
|
||||||
<logicalFolder name="src" displayName="src" projectFiles="true">
|
|
||||||
<logicalFolder name="plugins" displayName="plugins" projectFiles="true">
|
|
||||||
<logicalFolder name="translation_manager"
|
|
||||||
displayName="translation_manager"
|
|
||||||
projectFiles="true">
|
|
||||||
<itemPath>../../../../../../../build/nel/tools/3d/object_viewer_qt/src/plugins/translation_manager/ui_translation_manager_settings_page.h</itemPath>
|
|
||||||
</logicalFolder>
|
|
||||||
</logicalFolder>
|
|
||||||
</logicalFolder>
|
|
||||||
</logicalFolder>
|
|
||||||
</logicalFolder>
|
|
||||||
</logicalFolder>
|
|
||||||
</logicalFolder>
|
|
||||||
</logicalFolder>
|
|
||||||
<logicalFolder name="nel" displayName="nel" projectFiles="true">
|
|
||||||
<logicalFolder name="include" displayName="include" projectFiles="true">
|
|
||||||
<logicalFolder name="nel" displayName="nel" projectFiles="true">
|
|
||||||
<logicalFolder name="misc" displayName="misc" projectFiles="true">
|
|
||||||
<itemPath>../../../../../../include/nel/misc/app_context.h</itemPath>
|
|
||||||
<itemPath>../../../../../../include/nel/misc/common.h</itemPath>
|
|
||||||
<itemPath>../../../../../../include/nel/misc/debug.h</itemPath>
|
|
||||||
<itemPath>../../../../../../include/nel/misc/displayer.h</itemPath>
|
|
||||||
<itemPath>../../../../../../include/nel/misc/log.h</itemPath>
|
|
||||||
<itemPath>../../../../../../include/nel/misc/mem_displayer.h</itemPath>
|
|
||||||
<itemPath>../../../../../../include/nel/misc/mutex.h</itemPath>
|
|
||||||
<itemPath>../../../../../../include/nel/misc/string_common.h</itemPath>
|
|
||||||
<itemPath>../../../../../../include/nel/misc/time_nl.h</itemPath>
|
|
||||||
<itemPath>../../../../../../include/nel/misc/types_nl.h</itemPath>
|
|
||||||
</logicalFolder>
|
|
||||||
</logicalFolder>
|
|
||||||
</logicalFolder>
|
|
||||||
</logicalFolder>
|
|
||||||
</logicalFolder>
|
|
||||||
<logicalFolder name="src" displayName="src" projectFiles="true" root="../..">
|
|
||||||
<logicalFolder name="extension_system"
|
|
||||||
displayName="extension_system"
|
|
||||||
projectFiles="true">
|
|
||||||
<itemPath>../../extension_system/iplugin.h</itemPath>
|
|
||||||
<itemPath>../../extension_system/iplugin_manager.h</itemPath>
|
|
||||||
<itemPath>../../extension_system/iplugin_spec.h</itemPath>
|
|
||||||
</logicalFolder>
|
|
||||||
<logicalFolder name="plugins" displayName="plugins" projectFiles="true">
|
|
||||||
<logicalFolder name="core" displayName="core" projectFiles="true">
|
|
||||||
<itemPath>../core/core_constants.h</itemPath>
|
|
||||||
<itemPath>../core/core_global.h</itemPath>
|
|
||||||
<itemPath>../core/icontext.h</itemPath>
|
|
||||||
<itemPath>../core/icore.h</itemPath>
|
|
||||||
<itemPath>../core/icore_listener.h</itemPath>
|
|
||||||
<itemPath>../core/imenu_manager.h</itemPath>
|
|
||||||
<itemPath>../core/ioptions_page.h</itemPath>
|
|
||||||
</logicalFolder>
|
|
||||||
</logicalFolder>
|
|
||||||
</logicalFolder>
|
|
||||||
<df name="translation_manager" root=".">
|
|
||||||
<in>editor_worksheet.cpp</in>
|
|
||||||
<in>editor_worksheet.h</in>
|
|
||||||
<in>extract_bot_names.cpp</in>
|
|
||||||
<in>extract_bot_names.h</in>
|
|
||||||
<in>extract_new_sheet_names.cpp</in>
|
|
||||||
<in>extract_new_sheet_names.h</in>
|
|
||||||
<in>source_selection.cpp</in>
|
|
||||||
<in>source_selection.h</in>
|
|
||||||
<in>translation_manager_constants.h</in>
|
|
||||||
<in>translation_manager_editor.h</in>
|
|
||||||
<in>translation_manager_main_window.cpp</in>
|
|
||||||
<in>translation_manager_main_window.h</in>
|
|
||||||
<in>translation_manager_plugin.cpp</in>
|
|
||||||
<in>translation_manager_plugin.h</in>
|
|
||||||
<in>translation_manager_settings_page.cpp</in>
|
|
||||||
<in>translation_manager_settings_page.h</in>
|
|
||||||
</df>
|
|
||||||
<logicalFolder name="ExternalFiles"
|
|
||||||
displayName="Important Files"
|
|
||||||
projectFiles="false"
|
|
||||||
kind="IMPORTANT_FILES_FOLDER">
|
|
||||||
<itemPath>../../../../../../../build/Makefile</itemPath>
|
|
||||||
</logicalFolder>
|
|
||||||
</logicalFolder>
|
|
||||||
<sourceFolderFilter>^(nbproject)$</sourceFolderFilter>
|
|
||||||
<sourceRootList>
|
|
||||||
<Elem>.</Elem>
|
|
||||||
</sourceRootList>
|
|
||||||
<projectmakefile>../../../../../../../build/Makefile</projectmakefile>
|
|
||||||
<confs>
|
|
||||||
<conf name="Default" type="0">
|
|
||||||
<toolsSet>
|
|
||||||
<remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
|
|
||||||
<compilerSet>default</compilerSet>
|
|
||||||
</toolsSet>
|
|
||||||
<makefileType>
|
|
||||||
<makeTool>
|
|
||||||
<buildCommandWorkingDir>../../../../../../../build</buildCommandWorkingDir>
|
|
||||||
<buildCommand>${MAKE} -f Makefile ovqt_plugin_translation_manager</buildCommand>
|
|
||||||
<cleanCommand>${MAKE} -f Makefile clean</cleanCommand>
|
|
||||||
<executablePath>../../../../../../../build/bin/object_viewer_qt</executablePath>
|
|
||||||
</makeTool>
|
|
||||||
</makefileType>
|
|
||||||
<item path="extract_bot_names.cpp" ex="false" tool="1" flavor="0">
|
|
||||||
<ccTool>
|
|
||||||
<incDir>
|
|
||||||
<pElem>../../../../../../include</pElem>
|
|
||||||
</incDir>
|
|
||||||
</ccTool>
|
|
||||||
</item>
|
|
||||||
<item path="translation_manager_main_window.cpp" ex="false" tool="1" flavor="0">
|
|
||||||
<ccTool>
|
|
||||||
<incDir>
|
|
||||||
<pElem>../../../../../../../build/nel/tools/3d/object_viewer_qt/src/plugins/translation_manager</pElem>
|
|
||||||
<pElem>../../../../../../include</pElem>
|
|
||||||
</incDir>
|
|
||||||
</ccTool>
|
|
||||||
</item>
|
|
||||||
<item path="translation_manager_plugin.cpp" ex="false" tool="1" flavor="0">
|
|
||||||
<ccTool>
|
|
||||||
<incDir>
|
|
||||||
<pElem>../../../../../../../build/nel/tools/3d/object_viewer_qt/src/plugins/translation_manager</pElem>
|
|
||||||
<pElem>../../../../../../include</pElem>
|
|
||||||
</incDir>
|
|
||||||
</ccTool>
|
|
||||||
</item>
|
|
||||||
<item path="translation_manager_settings_page.cpp"
|
|
||||||
ex="false"
|
|
||||||
tool="1"
|
|
||||||
flavor="0">
|
|
||||||
<ccTool>
|
|
||||||
<incDir>
|
|
||||||
<pElem>../../../../../../../build/nel/tools/3d/object_viewer_qt/src/plugins/translation_manager</pElem>
|
|
||||||
</incDir>
|
|
||||||
</ccTool>
|
|
||||||
</item>
|
|
||||||
</conf>
|
|
||||||
</confs>
|
|
||||||
</configurationDescriptor>
|
|
|
@ -1,41 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<configurationDescriptor version="79">
|
|
||||||
<projectmakefile>../../../../../../../build/Makefile</projectmakefile>
|
|
||||||
<confs>
|
|
||||||
<conf name="Default" type="0">
|
|
||||||
<toolsSet>
|
|
||||||
<developmentServer>localhost</developmentServer>
|
|
||||||
<platform>2</platform>
|
|
||||||
</toolsSet>
|
|
||||||
<dbx_gdbdebugger version="1">
|
|
||||||
<gdb_pathmaps>
|
|
||||||
</gdb_pathmaps>
|
|
||||||
<gdb_interceptlist>
|
|
||||||
<gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
|
|
||||||
</gdb_interceptlist>
|
|
||||||
<gdb_options>
|
|
||||||
<DebugOptions>
|
|
||||||
</DebugOptions>
|
|
||||||
</gdb_options>
|
|
||||||
<gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
|
|
||||||
</dbx_gdbdebugger>
|
|
||||||
<gizmo_options version="3">
|
|
||||||
</gizmo_options>
|
|
||||||
<nativedebugger version="1">
|
|
||||||
<engine>gdb</engine>
|
|
||||||
</nativedebugger>
|
|
||||||
<runprofile version="9">
|
|
||||||
<runcommandpicklist>
|
|
||||||
<runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
|
|
||||||
</runcommandpicklist>
|
|
||||||
<runcommand>"${OUTPUT_PATH}"</runcommand>
|
|
||||||
<rundir></rundir>
|
|
||||||
<buildfirst>true</buildfirst>
|
|
||||||
<terminal-type>0</terminal-type>
|
|
||||||
<remove-instrumentation>0</remove-instrumentation>
|
|
||||||
<environment>
|
|
||||||
</environment>
|
|
||||||
</runprofile>
|
|
||||||
</conf>
|
|
||||||
</confs>
|
|
||||||
</configurationDescriptor>
|
|
|
@ -1,17 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
|
|
||||||
<code-assistance-data xmlns="http://www.netbeans.org/ns/make-project-private/1">
|
|
||||||
<code-model-enabled>true</code-model-enabled>
|
|
||||||
</code-assistance-data>
|
|
||||||
<data xmlns="http://www.netbeans.org/ns/make-project-private/1">
|
|
||||||
<activeConfTypeElem>0</activeConfTypeElem>
|
|
||||||
<activeConfIndexElem>0</activeConfIndexElem>
|
|
||||||
</data>
|
|
||||||
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1"/>
|
|
||||||
<preferences xmlns="http://www.netbeans.org/ns/auxiliary-configuration-preferences/1">
|
|
||||||
<module name="org-netbeans-modules-cnd-discovery">
|
|
||||||
<property name="rootFolder" value="/home/cemycc/Ryzom/work/ryzom/code*/home/cemycc/Ryzom/work/ryzom/code/nel/tools/3d/object_viewer_qt/src/plugins/translation_manager/."/>
|
|
||||||
<property name="folder" value="/home/cemycc/Ryzom/work/ryzom/code*/home/cemycc/Ryzom/work/ryzom/code/nel/tools/3d/object_viewer_qt/src/plugins/translation_manager/."/>
|
|
||||||
</module>
|
|
||||||
</preferences>
|
|
||||||
</project-private>
|
|
|
@ -1,23 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project xmlns="http://www.netbeans.org/ns/project/1">
|
|
||||||
<type>org.netbeans.modules.cnd.makeproject</type>
|
|
||||||
<configuration>
|
|
||||||
<data xmlns="http://www.netbeans.org/ns/make-project/1">
|
|
||||||
<name>translation_manager</name>
|
|
||||||
<c-extensions/>
|
|
||||||
<cpp-extensions>cpp</cpp-extensions>
|
|
||||||
<header-extensions>h</header-extensions>
|
|
||||||
<sourceEncoding>UTF-8</sourceEncoding>
|
|
||||||
<make-dep-projects/>
|
|
||||||
<sourceRootList>
|
|
||||||
<sourceRootElem>.</sourceRootElem>
|
|
||||||
</sourceRootList>
|
|
||||||
<confList>
|
|
||||||
<confElem>
|
|
||||||
<name>Default</name>
|
|
||||||
<type>0</type>
|
|
||||||
</confElem>
|
|
||||||
</confList>
|
|
||||||
</data>
|
|
||||||
</configuration>
|
|
||||||
</project>
|
|
Loading…
Reference in a new issue