From 27c7741883a2df53e152799c01879b8c3f868dcb Mon Sep 17 00:00:00 2001 From: "Erik L. Vonderscheer" Date: Sat, 31 Jan 2009 04:31:10 +0000 Subject: [PATCH] toc no-lib strip. remove embeds.xml --- TradeFilter.lua | 4 ++-- TradeFilter.toc | 24 ++++++++++++++++++------ 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/TradeFilter.lua b/TradeFilter.lua index 97d6047..c29f45b 100644 --- a/TradeFilter.lua +++ b/TradeFilter.lua @@ -57,9 +57,9 @@ local L = Rock("LibRockLocale-1.0"):GetTranslationNamespace("TradeFilter") TradeFilter = Rock:NewAddon("TradeFilter", "LibRockDB-1.0", "LibRockConfig-1.0", "LibRockEvent-1.0", "LibRockHook-1.0", "LibRockTimer-1.0", "LibRockConsole-1.0") local MAJOR_VERSION = "1.1" -local MINOR_VERSION = 000 + tonumber(("$Revision: 42 $"):match("%d+")) +local MINOR_VERSION = 000 + tonumber(("$Revision$"):match("%d+")) TradeFilter.version = MAJOR_VERSION .. "." .. MINOR_VERSION -TradeFilter.date = string.sub("$Date: 2008-11-21 12:00:00 -0800 (Fri, 21 Nov 2008) $", 8, 17) +TradeFilter.date = string.sub("$Date$", 8, 17) TradeFilter:SetDatabase("TradeFilterDB") TradeFilter:SetDatabaseDefaults('profile', { diff --git a/TradeFilter.toc b/TradeFilter.toc index 901c900..42e9b1a 100644 --- a/TradeFilter.toc +++ b/TradeFilter.toc @@ -1,10 +1,10 @@ ## Interface: 30000 -## Title: Trade|cffffffffFilter|r 1.0 +## Title: Trade|cffffffffFilter|r 1.1 ## Notes: Filter the shit outta trade channel. ## Author: @project-author@ ## Release Date: @project-date-iso@ -## Inspired By: crashmstr(wowzn@crashmstr.com) -## X-eMail: evonder@gmail.com +## Inspired By: crashmstr(wowzn AT crashmstr DOT com) +## X-eMail: evonder AT gmail DOT com ## X-Website: ## X-Category: Chat & Communication ## X-License: BSD @@ -15,8 +15,20 @@ ## X-Embeds: LibRock-1.0, LibRockDB-1.0,, LibRockHook-1.0, LibRockEvent-1.0, LibRockTimer-1.0, LibRockConsole-1.0, LibRockLocale-1.0, AceLibrary ## SavedVariables: TradeFilterDB -embeds.xml - -TradeFilterLocale-enUS.lua +#@no-lib-strip@ +libs\LibRock-1.0\lib.xml +libs\LibRockDB-1.0\lib.xml +libs\LibRockLocale-1.0\lib.xml +libs\LibRockEvent-1.0\lib.xml +libs\LibRockHook-1.0\lib.xml +libs\LibRockTimer-1.0\lib.xml +libs\LibRockConsole-1.0\lib.xml +libs\LibRockConfig-1.0\lib.xml +libs\AceLibrary\AceLibrary.lua +#@end-no-lib-strip@ +## Core ## TradeFilter.lua + +## Locale ## +TradeFilterLocale-enUS.lua -- 1.7.9.5