Hi Adam,

please add a license header to the file (it is required for all the files in OFBiz); e should also set the standard svn properties on the new file.

Jacopo

On Aug 14, 2008, at 7:55 AM, [EMAIL PROTECTED] wrote:

Author: doogie
Date: Wed Aug 13 22:55:17 2008
New Revision: 685778


Added: ofbiz/trunk/framework/minilang/src/META-INF/services/ org.ofbiz.minilang.method.MethodOperation$Factory
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/minilang/src/META-INF/services/org.ofbiz.minilang.method.MethodOperation%24Factory?rev=685778&view=auto
= = = = = = = = ====================================================================== --- ofbiz/trunk/framework/minilang/src/META-INF/services/ org.ofbiz.minilang.method.MethodOperation$Factory (added) +++ ofbiz/trunk/framework/minilang/src/META-INF/services/ org.ofbiz.minilang.method.MethodOperation$Factory Wed Aug 13 22:55:17 2008
@@ -0,0 +1,88 @@
+org.ofbiz.minilang.method.callops.AddError$AddErrorFactory
+org.ofbiz.minilang.method.callops.CallBsh$CallBshFactory
+org.ofbiz.minilang.method.callops.CallClassMethod $CallClassMethodFactory +org.ofbiz.minilang.method.callops.CallObjectMethod $CallObjectMethodFactory
+org.ofbiz.minilang.method.callops.CallService$CallServiceFactory
+org.ofbiz.minilang.method.callops.CallServiceAsynch $CallServiceAsynchFactory +org.ofbiz.minilang.method.callops.CallSimpleMapProcessor $CallSimpleMapProcessorFactory +org.ofbiz.minilang.method.callops.CallSimpleMethod $CallSimpleMethodFactory
+org.ofbiz.minilang.method.callops.CheckErrors$CheckErrorsFactory
+org.ofbiz.minilang.method.callops.CreateObject$CreateObjectFactory
+org.ofbiz.minilang.method.callops.Return$ReturnFactory
+org.ofbiz.minilang.method.callops.SetServiceFields $SetServiceFieldsFactory
+org.ofbiz.minilang.method.conditional.Assert$AssertFactory
+org.ofbiz.minilang.method.conditional.MasterIf$MasterIfFactory
+org.ofbiz.minilang.method.conditional.While$WhileFactory
+org.ofbiz.minilang.method.entityops.ClearCacheLine $ClearCacheLineFactory +org.ofbiz.minilang.method.entityops.ClearEntityCaches $ClearEntityCachesFactory
+org.ofbiz.minilang.method.entityops.CloneValue$CloneValueFactory
+org.ofbiz.minilang.method.entityops.CreateValue$CreateValueFactory
+org.ofbiz.minilang.method.entityops.EntityAnd$EntityAndFactory
+org.ofbiz.minilang.method.entityops.EntityCondition $EntityConditionFactory
+org.ofbiz.minilang.method.entityops.EntityCount$EntityCountFactory
+org.ofbiz.minilang.method.entityops.EntityData$EntityDataFactory
+org.ofbiz.minilang.method.entityops.EntityOne$EntityOneFactory
+org.ofbiz.minilang.method.entityops.FilterListByAnd $FilterListByAndFactory +org.ofbiz.minilang.method.entityops.FilterListByDate $FilterListByDateFactory
+org.ofbiz.minilang.method.entityops.FindByAnd$FindByAndFactory
+org.ofbiz.minilang.method.entityops.FindByPrimaryKey $FindByPrimaryKeyFactory
+org.ofbiz.minilang.method.entityops.GetRelated$GetRelatedFactory
+org.ofbiz.minilang.method.entityops.GetRelatedOne $GetRelatedOneFactory +org.ofbiz.minilang.method.entityops.MakeNextSeqId $MakeNextSeqIdFactory
+org.ofbiz.minilang.method.entityops.MakeValue$MakeValueFactory
+org.ofbiz.minilang.method.entityops.NowDateToEnv$NowDateToEnvFactory
+org.ofbiz.minilang.method.entityops.NowTimestampToEnv $NowTimestampToEnvFactory +org.ofbiz.minilang.method.entityops.OrderValueList $OrderValueListFactory
+org.ofbiz.minilang.method.entityops.RefreshValue$RefreshValueFactory
+org.ofbiz.minilang.method.entityops.RemoveByAnd$RemoveByAndFactory
+org.ofbiz.minilang.method.entityops.RemoveList$RemoveListFactory
+org.ofbiz.minilang.method.entityops.RemoveRelated $RemoveRelatedFactory
+org.ofbiz.minilang.method.entityops.RemoveValue$RemoveValueFactory
+org.ofbiz.minilang.method.entityops.SequencedIdToEnv $SequencedIdToEnvFactory +org.ofbiz.minilang.method.entityops.SetCurrentUserLogin $SetCurrentUserLoginFactory +org.ofbiz.minilang.method.entityops.SetNonpkFields $SetNonpkFieldsFactory
+org.ofbiz.minilang.method.entityops.SetPkFields$SetPkFieldsFactory
+org.ofbiz.minilang.method.entityops.StoreList$StoreListFactory
+org.ofbiz.minilang.method.entityops.StoreValue$StoreValueFactory
+org.ofbiz.minilang.method.entityops.TransactionBegin $TransactionBeginFactory +org.ofbiz.minilang.method.entityops.TransactionCommit $TransactionCommitFactory +org.ofbiz.minilang.method.entityops.TransactionRollback $TransactionRollbackFactory
+org.ofbiz.minilang.method.envops.ClearField$ClearFieldFactory
+org.ofbiz.minilang.method.envops.EnvToEnv$EnvToEnvFactory
+org.ofbiz.minilang.method.envops.EnvToField$EnvToFieldFactory
+org.ofbiz.minilang.method.envops.FieldToEnv$FieldToEnvFactory
+org.ofbiz.minilang.method.envops.FieldToField$FieldToFieldFactory
+org.ofbiz.minilang.method.envops.FieldToList$FieldToListFactory
+org.ofbiz.minilang.method.envops.FirstFromList$FirstFromListFactory
+org.ofbiz.minilang.method.envops.Iterate$IterateFactory
+org.ofbiz.minilang.method.envops.IterateMap$IterateMapFactory
+org.ofbiz.minilang.method.envops.ListToList$ListToListFactory
+org.ofbiz.minilang.method.envops.Loop$LoopFactory
+org.ofbiz.minilang.method.envops.MapToMap$MapToMapFactory
+org.ofbiz.minilang.method.envops.OrderMapList$OrderMapListFactory
+org.ofbiz.minilang.method.envops.SetCalendar$SetCalendarFactory
+org.ofbiz.minilang.method.envops.SetOperation$SetOperationFactory
+org.ofbiz.minilang.method.envops.StringAppend$StringAppendFactory
+org.ofbiz.minilang.method.envops.StringToField$StringToFieldFactory
+org.ofbiz.minilang.method.envops.StringToList$StringToListFactory
+org.ofbiz.minilang.method.envops.ToString$ToStringFactory
+org.ofbiz.minilang.method.eventops.FieldToRequest $FieldToRequestFactory +org.ofbiz.minilang.method.eventops.FieldToSession $FieldToSessionFactory +org.ofbiz.minilang.method.eventops.RequestParametersToList $RequestParametersToListFactory +org.ofbiz.minilang.method.eventops.RequestToField $RequestToFieldFactory +org.ofbiz.minilang.method.eventops.SessionToField $SessionToFieldFactory +org.ofbiz.minilang.method.eventops.WebappPropertyToField $WebappPropertyToFieldFactory
+org.ofbiz.minilang.method.ifops.CheckId$CheckIdFactory
+org.ofbiz.minilang.method.ifops.CheckPermission $CheckPermissionFactory
+org.ofbiz.minilang.method.ifops.IfCompare$IfCompareFactory
+org.ofbiz.minilang.method.ifops.IfCompareField$IfCompareFieldFactory
+org.ofbiz.minilang.method.ifops.IfEmpty$IfEmptyFactory
+org.ofbiz.minilang.method.ifops.IfHasPermission $IfHasPermissionFactory
+org.ofbiz.minilang.method.ifops.IfInstanceOf$IfInstanceOfFactory
+org.ofbiz.minilang.method.ifops.IfNotEmpty$IfNotEmptyFactory
+org.ofbiz.minilang.method.ifops.IfRegexp$IfRegexpFactory
+org.ofbiz.minilang.method.ifops.IfValidateMethod $IfValidateMethodFactory
+org.ofbiz.minilang.method.otherops.Calculate$CalculateFactory
+org.ofbiz.minilang.method.otherops.Log$LogFactory
+org.ofbiz.minilang.method.otherops.PropertyToField $PropertyToFieldFactory +org.ofbiz.minilang.method.serviceops.FieldToResult $FieldToResultFactory

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to