Author: simoneg
Date: Fri Nov 28 05:27:07 2008
New Revision: 721486

URL: http://svn.apache.org/viewvc?rev=721486&view=rev
Log:
Rename to a more meaningful name

Added:
    
labs/magma/trunk/website-developer/src/main/java/org/apache/magma/website/developer/InstallDeveloperBoxInDefaultTemplate.aj
Removed:
    
labs/magma/trunk/website-developer/src/main/java/org/apache/magma/website/developer/basictracing/TracerInFooter.aj

Added: 
labs/magma/trunk/website-developer/src/main/java/org/apache/magma/website/developer/InstallDeveloperBoxInDefaultTemplate.aj
URL: 
http://svn.apache.org/viewvc/labs/magma/trunk/website-developer/src/main/java/org/apache/magma/website/developer/InstallDeveloperBoxInDefaultTemplate.aj?rev=721486&view=auto
==============================================================================
--- 
labs/magma/trunk/website-developer/src/main/java/org/apache/magma/website/developer/InstallDeveloperBoxInDefaultTemplate.aj
 (added)
+++ 
labs/magma/trunk/website-developer/src/main/java/org/apache/magma/website/developer/InstallDeveloperBoxInDefaultTemplate.aj
 Fri Nov 28 05:27:07 2008
@@ -0,0 +1,28 @@
+/*
+ * 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.developer;
+
+import org.apache.magma.website.templating.DefaultTemplate;
+import org.apache.magma.website.templating.Template;
+
+public privileged aspect InstallDeveloperBoxInDefaultTemplate {
+
+       after(Template tpl) : execution(* DefaultTemplate.layoutRight()) && 
this(tpl) && within(DefaultTemplate) {
+               tpl.always(tpl.root().handleDevel().doPanel());
+       }
+       
+}



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to