Return-Path: Delivered-To: apmail-labs-commits-archive@minotaur.apache.org Received: (qmail 98626 invoked from network); 21 Jul 2009 02:00:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Jul 2009 02:00:37 -0000 Received: (qmail 58164 invoked by uid 500); 21 Jul 2009 02:01:42 -0000 Delivered-To: apmail-labs-commits-archive@labs.apache.org Received: (qmail 58050 invoked by uid 500); 21 Jul 2009 02:01:42 -0000 Mailing-List: contact commits-help@labs.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: labs@labs.apache.org Delivered-To: mailing list commits@labs.apache.org Received: (qmail 58041 invoked by uid 99); 21 Jul 2009 02:01:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jul 2009 02:01:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jul 2009 02:01:39 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E4E3A23889B5; Tue, 21 Jul 2009 02:01:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r796119 - in /labs/magma/trunk: website-email/ website-email/src/main/java/org/apache/magma/email/ website-jobs/ website-jobs/src/main/java/org/apache/magma/website/jobs/ website-jobs/src/main/resources/org/apache/magma/website/jobs/ websit... Date: Tue, 21 Jul 2009 02:01:18 -0000 To: commits@labs.apache.org From: simoneg@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090721020118.E4E3A23889B5@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: simoneg Date: Tue Jul 21 02:01:17 2009 New Revision: 796119 URL: http://svn.apache.org/viewvc?rev=796119&view=rev Log: LABS-393 : missing Apache headers Modified: labs/magma/trunk/website-email/pom.xml labs/magma/trunk/website-email/src/main/java/org/apache/magma/email/AddWebBasedEmailMethods.aj labs/magma/trunk/website-email/src/main/java/org/apache/magma/email/EmailI18n.aj labs/magma/trunk/website-jobs/pom.xml labs/magma/trunk/website-jobs/src/main/java/org/apache/magma/website/jobs/JobsWebHandler.java labs/magma/trunk/website-jobs/src/main/resources/org/apache/magma/website/jobs/jobsStyle.css labs/magma/trunk/website-jquery/pom.xml labs/magma/trunk/website-jquery/src/main/java/org/apache/magma/jquery/AddJQueryHeadMethod.aj labs/magma/trunk/website-jquery/src/main/java/org/apache/magma/jquery/InstallJQueryHandler.aj labs/magma/trunk/website-jquery/src/main/java/org/apache/magma/jquery/JQueryWebHandler.java labs/magma/trunk/website-production-optimizer/pom.xml labs/magma/trunk/website-production-optimizer/src/main/java/org/apache/magma/website/optimization/CSSUrlRewritingStream.java labs/magma/trunk/website-production-optimizer/src/main/java/org/apache/magma/website/optimization/InlineHeadStuffInTemplate.aj labs/magma/trunk/website-production-optimizer/src/main/java/org/apache/magma/website/optimization/InliningHtmlHead.java labs/magma/trunk/website-production-optimizer/src/main/java/org/apache/magma/website/optimization/LoadJavascriptsLater.aj labs/magma/trunk/website-production-optimizer/src/main/resources/org/apache/magma/website/loadLater.js labs/magma/trunk/website-velocity/src/main/java/org/apache/magma/website/velocity/FormatFields.aj labs/magma/trunk/website-velocity/src/main/java/org/apache/magma/website/velocity/SetupVelocity.aj labs/magma/trunk/website-velocity/src/test/java/org/apache/magma/website/velocity/FakeBean.java labs/magma/trunk/website-velocity/src/test/java/org/apache/magma/website/velocity/TestGettersFormatting.java Modified: labs/magma/trunk/website-email/pom.xml URL: http://svn.apache.org/viewvc/labs/magma/trunk/website-email/pom.xml?rev=796119&r1=796118&r2=796119&view=diff ============================================================================== --- labs/magma/trunk/website-email/pom.xml (original) +++ labs/magma/trunk/website-email/pom.xml Tue Jul 21 02:01:17 2009 @@ -1,4 +1,20 @@ + magma-parent Modified: labs/magma/trunk/website-email/src/main/java/org/apache/magma/email/AddWebBasedEmailMethods.aj URL: http://svn.apache.org/viewvc/labs/magma/trunk/website-email/src/main/java/org/apache/magma/email/AddWebBasedEmailMethods.aj?rev=796119&r1=796118&r2=796119&view=diff ============================================================================== --- labs/magma/trunk/website-email/src/main/java/org/apache/magma/email/AddWebBasedEmailMethods.aj (original) +++ labs/magma/trunk/website-email/src/main/java/org/apache/magma/email/AddWebBasedEmailMethods.aj Tue Jul 21 02:01:17 2009 @@ -1,3 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.magma.email; import java.io.ByteArrayOutputStream; Modified: labs/magma/trunk/website-email/src/main/java/org/apache/magma/email/EmailI18n.aj URL: http://svn.apache.org/viewvc/labs/magma/trunk/website-email/src/main/java/org/apache/magma/email/EmailI18n.aj?rev=796119&r1=796118&r2=796119&view=diff ============================================================================== --- labs/magma/trunk/website-email/src/main/java/org/apache/magma/email/EmailI18n.aj (original) +++ labs/magma/trunk/website-email/src/main/java/org/apache/magma/email/EmailI18n.aj Tue Jul 21 02:01:17 2009 @@ -1,3 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.magma.email; import org.apache.magma.basics.LocalizableString; Modified: labs/magma/trunk/website-jobs/pom.xml URL: http://svn.apache.org/viewvc/labs/magma/trunk/website-jobs/pom.xml?rev=796119&r1=796118&r2=796119&view=diff ============================================================================== --- labs/magma/trunk/website-jobs/pom.xml (original) +++ labs/magma/trunk/website-jobs/pom.xml Tue Jul 21 02:01:17 2009 @@ -1,4 +1,20 @@ + magma-parent @@ -29,4 +45,4 @@ 0.0.2-SNAPSHOT - \ No newline at end of file + Modified: labs/magma/trunk/website-jobs/src/main/java/org/apache/magma/website/jobs/JobsWebHandler.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/website-jobs/src/main/java/org/apache/magma/website/jobs/JobsWebHandler.java?rev=796119&r1=796118&r2=796119&view=diff ============================================================================== --- labs/magma/trunk/website-jobs/src/main/java/org/apache/magma/website/jobs/JobsWebHandler.java (original) +++ labs/magma/trunk/website-jobs/src/main/java/org/apache/magma/website/jobs/JobsWebHandler.java Tue Jul 21 02:01:17 2009 @@ -1,3 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.magma.website.jobs; import java.util.List; Modified: labs/magma/trunk/website-jobs/src/main/resources/org/apache/magma/website/jobs/jobsStyle.css URL: http://svn.apache.org/viewvc/labs/magma/trunk/website-jobs/src/main/resources/org/apache/magma/website/jobs/jobsStyle.css?rev=796119&r1=796118&r2=796119&view=diff ============================================================================== --- labs/magma/trunk/website-jobs/src/main/resources/org/apache/magma/website/jobs/jobsStyle.css (original) +++ labs/magma/trunk/website-jobs/src/main/resources/org/apache/magma/website/jobs/jobsStyle.css Tue Jul 21 02:01:17 2009 @@ -1,3 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ .MagmaJobProgress { margin: 10px; background: url('barBg.gif'); Modified: labs/magma/trunk/website-jquery/pom.xml URL: http://svn.apache.org/viewvc/labs/magma/trunk/website-jquery/pom.xml?rev=796119&r1=796118&r2=796119&view=diff ============================================================================== --- labs/magma/trunk/website-jquery/pom.xml (original) +++ labs/magma/trunk/website-jquery/pom.xml Tue Jul 21 02:01:17 2009 @@ -1,4 +1,20 @@ + magma-parent Modified: labs/magma/trunk/website-jquery/src/main/java/org/apache/magma/jquery/AddJQueryHeadMethod.aj URL: http://svn.apache.org/viewvc/labs/magma/trunk/website-jquery/src/main/java/org/apache/magma/jquery/AddJQueryHeadMethod.aj?rev=796119&r1=796118&r2=796119&view=diff ============================================================================== --- labs/magma/trunk/website-jquery/src/main/java/org/apache/magma/jquery/AddJQueryHeadMethod.aj (original) +++ labs/magma/trunk/website-jquery/src/main/java/org/apache/magma/jquery/AddJQueryHeadMethod.aj Tue Jul 21 02:01:17 2009 @@ -1,3 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.magma.jquery; import org.apache.magma.website.Head; Modified: labs/magma/trunk/website-jquery/src/main/java/org/apache/magma/jquery/InstallJQueryHandler.aj URL: http://svn.apache.org/viewvc/labs/magma/trunk/website-jquery/src/main/java/org/apache/magma/jquery/InstallJQueryHandler.aj?rev=796119&r1=796118&r2=796119&view=diff ============================================================================== --- labs/magma/trunk/website-jquery/src/main/java/org/apache/magma/jquery/InstallJQueryHandler.aj (original) +++ labs/magma/trunk/website-jquery/src/main/java/org/apache/magma/jquery/InstallJQueryHandler.aj Tue Jul 21 02:01:17 2009 @@ -1,3 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.magma.jquery; import org.apache.magma.website.RootWebHandler; Modified: labs/magma/trunk/website-jquery/src/main/java/org/apache/magma/jquery/JQueryWebHandler.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/website-jquery/src/main/java/org/apache/magma/jquery/JQueryWebHandler.java?rev=796119&r1=796118&r2=796119&view=diff ============================================================================== --- labs/magma/trunk/website-jquery/src/main/java/org/apache/magma/jquery/JQueryWebHandler.java (original) +++ labs/magma/trunk/website-jquery/src/main/java/org/apache/magma/jquery/JQueryWebHandler.java Tue Jul 21 02:01:17 2009 @@ -1,3 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.magma.jquery; import org.apache.magma.settings.Settings; Modified: labs/magma/trunk/website-production-optimizer/pom.xml URL: http://svn.apache.org/viewvc/labs/magma/trunk/website-production-optimizer/pom.xml?rev=796119&r1=796118&r2=796119&view=diff ============================================================================== --- labs/magma/trunk/website-production-optimizer/pom.xml (original) +++ labs/magma/trunk/website-production-optimizer/pom.xml Tue Jul 21 02:01:17 2009 @@ -1,4 +1,20 @@ + magma-parent @@ -19,4 +35,4 @@ 0.0.2-SNAPSHOT - \ No newline at end of file + Modified: labs/magma/trunk/website-production-optimizer/src/main/java/org/apache/magma/website/optimization/CSSUrlRewritingStream.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/website-production-optimizer/src/main/java/org/apache/magma/website/optimization/CSSUrlRewritingStream.java?rev=796119&r1=796118&r2=796119&view=diff ============================================================================== --- labs/magma/trunk/website-production-optimizer/src/main/java/org/apache/magma/website/optimization/CSSUrlRewritingStream.java (original) +++ labs/magma/trunk/website-production-optimizer/src/main/java/org/apache/magma/website/optimization/CSSUrlRewritingStream.java Tue Jul 21 02:01:17 2009 @@ -1,3 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.magma.website.optimization; import java.io.OutputStream; Modified: labs/magma/trunk/website-production-optimizer/src/main/java/org/apache/magma/website/optimization/InlineHeadStuffInTemplate.aj URL: http://svn.apache.org/viewvc/labs/magma/trunk/website-production-optimizer/src/main/java/org/apache/magma/website/optimization/InlineHeadStuffInTemplate.aj?rev=796119&r1=796118&r2=796119&view=diff ============================================================================== --- labs/magma/trunk/website-production-optimizer/src/main/java/org/apache/magma/website/optimization/InlineHeadStuffInTemplate.aj (original) +++ labs/magma/trunk/website-production-optimizer/src/main/java/org/apache/magma/website/optimization/InlineHeadStuffInTemplate.aj Tue Jul 21 02:01:17 2009 @@ -1,3 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.magma.website.optimization; import java.io.OutputStream; Modified: labs/magma/trunk/website-production-optimizer/src/main/java/org/apache/magma/website/optimization/InliningHtmlHead.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/website-production-optimizer/src/main/java/org/apache/magma/website/optimization/InliningHtmlHead.java?rev=796119&r1=796118&r2=796119&view=diff ============================================================================== --- labs/magma/trunk/website-production-optimizer/src/main/java/org/apache/magma/website/optimization/InliningHtmlHead.java (original) +++ labs/magma/trunk/website-production-optimizer/src/main/java/org/apache/magma/website/optimization/InliningHtmlHead.java Tue Jul 21 02:01:17 2009 @@ -1,3 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.magma.website.optimization; import java.io.OutputStream; Modified: labs/magma/trunk/website-production-optimizer/src/main/java/org/apache/magma/website/optimization/LoadJavascriptsLater.aj URL: http://svn.apache.org/viewvc/labs/magma/trunk/website-production-optimizer/src/main/java/org/apache/magma/website/optimization/LoadJavascriptsLater.aj?rev=796119&r1=796118&r2=796119&view=diff ============================================================================== --- labs/magma/trunk/website-production-optimizer/src/main/java/org/apache/magma/website/optimization/LoadJavascriptsLater.aj (original) +++ labs/magma/trunk/website-production-optimizer/src/main/java/org/apache/magma/website/optimization/LoadJavascriptsLater.aj Tue Jul 21 02:01:17 2009 @@ -1,3 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.magma.website.optimization; import org.apache.magma.website.Head; Modified: labs/magma/trunk/website-production-optimizer/src/main/resources/org/apache/magma/website/loadLater.js URL: http://svn.apache.org/viewvc/labs/magma/trunk/website-production-optimizer/src/main/resources/org/apache/magma/website/loadLater.js?rev=796119&r1=796118&r2=796119&view=diff ============================================================================== --- labs/magma/trunk/website-production-optimizer/src/main/resources/org/apache/magma/website/loadLater.js (original) +++ labs/magma/trunk/website-production-optimizer/src/main/resources/org/apache/magma/website/loadLater.js Tue Jul 21 02:01:17 2009 @@ -1,5 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ function delayedLoad(piece) { addOnload(function() { document.getElementsByTagName("head")[0].innerHTML += piece; }); -} \ No newline at end of file +} Modified: labs/magma/trunk/website-velocity/src/main/java/org/apache/magma/website/velocity/FormatFields.aj URL: http://svn.apache.org/viewvc/labs/magma/trunk/website-velocity/src/main/java/org/apache/magma/website/velocity/FormatFields.aj?rev=796119&r1=796118&r2=796119&view=diff ============================================================================== --- labs/magma/trunk/website-velocity/src/main/java/org/apache/magma/website/velocity/FormatFields.aj (original) +++ labs/magma/trunk/website-velocity/src/main/java/org/apache/magma/website/velocity/FormatFields.aj Tue Jul 21 02:01:17 2009 @@ -1,3 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.magma.website.velocity; import org.apache.magma.beans.BeanData; @@ -7,6 +23,7 @@ import org.aspectj.lang.reflect.MethodSignature; import org.apache.commons.lang.StringEscapeUtils; +// TODO change this to use pieces public aspect FormatFields percflow(rendering()) { pointcut rendering() : execution(boolean ASTReference.render(..)); Modified: labs/magma/trunk/website-velocity/src/main/java/org/apache/magma/website/velocity/SetupVelocity.aj URL: http://svn.apache.org/viewvc/labs/magma/trunk/website-velocity/src/main/java/org/apache/magma/website/velocity/SetupVelocity.aj?rev=796119&r1=796118&r2=796119&view=diff ============================================================================== --- labs/magma/trunk/website-velocity/src/main/java/org/apache/magma/website/velocity/SetupVelocity.aj (original) +++ labs/magma/trunk/website-velocity/src/main/java/org/apache/magma/website/velocity/SetupVelocity.aj Tue Jul 21 02:01:17 2009 @@ -1,3 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.magma.website.velocity; import java.util.Properties; Modified: labs/magma/trunk/website-velocity/src/test/java/org/apache/magma/website/velocity/FakeBean.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/website-velocity/src/test/java/org/apache/magma/website/velocity/FakeBean.java?rev=796119&r1=796118&r2=796119&view=diff ============================================================================== --- labs/magma/trunk/website-velocity/src/test/java/org/apache/magma/website/velocity/FakeBean.java (original) +++ labs/magma/trunk/website-velocity/src/test/java/org/apache/magma/website/velocity/FakeBean.java Tue Jul 21 02:01:17 2009 @@ -1,3 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.magma.website.velocity; import java.util.Date; Modified: labs/magma/trunk/website-velocity/src/test/java/org/apache/magma/website/velocity/TestGettersFormatting.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/website-velocity/src/test/java/org/apache/magma/website/velocity/TestGettersFormatting.java?rev=796119&r1=796118&r2=796119&view=diff ============================================================================== --- labs/magma/trunk/website-velocity/src/test/java/org/apache/magma/website/velocity/TestGettersFormatting.java (original) +++ labs/magma/trunk/website-velocity/src/test/java/org/apache/magma/website/velocity/TestGettersFormatting.java Tue Jul 21 02:01:17 2009 @@ -1,3 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.magma.website.velocity; import static junit.framework.Assert.assertEquals; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org For additional commands, e-mail: commits-help@labs.apache.org