You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by si...@apache.org on 2009/10/05 23:21:55 UTC

svn commit: r822022 [8/11] - in /labs/magma/branches/0.0.2: ./ beans-richtext/ beans-richtext/src/main/java/org/apache/magma/beans/ beans-richtext/src/main/java/org/apache/magma/beans/richtext/ beans-richtext/src/main/java/org/apache/magma/conversion/r...

Modified: labs/magma/branches/0.0.2/magma-webcomponent-archetype/src/main/resources/archetype-resources/src/main/resources/_default.vm
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/magma-webcomponent-archetype/src/main/resources/archetype-resources/src/main/resources/_default.vm?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/magma-webcomponent-archetype/src/main/resources/archetype-resources/src/main/resources/_default.vm (original)
+++ labs/magma/branches/0.0.2/magma-webcomponent-archetype/src/main/resources/archetype-resources/src/main/resources/_default.vm Mon Oct  5 21:21:39 2009
@@ -1,3 +1,18 @@
+## 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.
+
 <h1>Your first web handler</h1>
 <p>Hello, this is your first web handler serving a Velocity template.</p>
-<p>See also the <a href="count!10">count example</a> to take a look at how parameters work.</p>
\ No newline at end of file
+<p>See also the <a href="count!10">count example</a> to take a look at how parameters work.</p>

Modified: labs/magma/branches/0.0.2/magma-webcomponent-archetype/src/main/resources/archetype-resources/src/main/resources/count.vm
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/magma-webcomponent-archetype/src/main/resources/archetype-resources/src/main/resources/count.vm?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/magma-webcomponent-archetype/src/main/resources/archetype-resources/src/main/resources/count.vm (original)
+++ labs/magma/branches/0.0.2/magma-webcomponent-archetype/src/main/resources/archetype-resources/src/main/resources/count.vm Mon Oct  5 21:21:39 2009
@@ -1,3 +1,18 @@
+## 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.
+
 <h1>Count</h1>
 <p>You asked me to count up to $integer .</p>
 <p>You did so, because you invoked the url as count-$integer ... if you change it, I will count up to a different number.</p>
@@ -5,4 +20,4 @@
 #foreach( $pos in [1..$integer] )
   <li>Counting $pos</li>
 #end
-</ul>
\ No newline at end of file
+</ul>

Modified: labs/magma/branches/0.0.2/magma-webcomponent-archetype/src/main/resources/archetype-resources/src/main/resources/sideBox.vm
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/magma-webcomponent-archetype/src/main/resources/archetype-resources/src/main/resources/sideBox.vm?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/magma-webcomponent-archetype/src/main/resources/archetype-resources/src/main/resources/sideBox.vm (original)
+++ labs/magma/branches/0.0.2/magma-webcomponent-archetype/src/main/resources/archetype-resources/src/main/resources/sideBox.vm Mon Oct  5 21:21:39 2009
@@ -1,2 +1,17 @@
+## 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.
+
 <h1>Your first handler</h1>
-<p>You created this component with the maven archetype. This is a sample of how to create a box. See <a href="_default">other examples</a>.</p>
\ No newline at end of file
+<p>You created this component with the maven archetype. This is a sample of how to create a box. See <a href="_default">other examples</a>.</p>

Modified: labs/magma/branches/0.0.2/maps-google/pom.xml
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maps-google/pom.xml?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maps-google/pom.xml (original)
+++ labs/magma/branches/0.0.2/maps-google/pom.xml Mon Oct  5 21:21:39 2009
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+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.
+-->
 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <parent>
     <artifactId>magma-parent</artifactId>
@@ -35,4 +51,4 @@
       <version>0.0.2-SNAPSHOT</version>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: labs/magma/branches/0.0.2/maps-google/src/main/java/org/apache/magma/maps/google/AddMapLink.aj
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maps-google/src/main/java/org/apache/magma/maps/google/AddMapLink.aj?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maps-google/src/main/java/org/apache/magma/maps/google/AddMapLink.aj (original)
+++ labs/magma/branches/0.0.2/maps-google/src/main/java/org/apache/magma/maps/google/AddMapLink.aj Mon Oct  5 21:21:39 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.maps.google;
 
 import java.io.IOException;

Modified: labs/magma/branches/0.0.2/maps-google/src/main/java/org/apache/magma/maps/google/GoogleMapsResolver.java
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maps-google/src/main/java/org/apache/magma/maps/google/GoogleMapsResolver.java?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maps-google/src/main/java/org/apache/magma/maps/google/GoogleMapsResolver.java (original)
+++ labs/magma/branches/0.0.2/maps-google/src/main/java/org/apache/magma/maps/google/GoogleMapsResolver.java Mon Oct  5 21:21:39 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.maps.google;
 
 import java.io.BufferedReader;

Modified: labs/magma/branches/0.0.2/maps-google/src/main/java/org/apache/magma/maps/google/InstallGoogleMapsResolver.aj
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maps-google/src/main/java/org/apache/magma/maps/google/InstallGoogleMapsResolver.aj?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maps-google/src/main/java/org/apache/magma/maps/google/InstallGoogleMapsResolver.aj (original)
+++ labs/magma/branches/0.0.2/maps-google/src/main/java/org/apache/magma/maps/google/InstallGoogleMapsResolver.aj Mon Oct  5 21:21:39 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.maps.google;
 
 import org.apache.magma.maps.GeoResolver;

Modified: labs/magma/branches/0.0.2/maps-google/src/main/java/org/apache/magma/maps/google/MakeSmartListMapped.aj
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maps-google/src/main/java/org/apache/magma/maps/google/MakeSmartListMapped.aj?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maps-google/src/main/java/org/apache/magma/maps/google/MakeSmartListMapped.aj (original)
+++ labs/magma/branches/0.0.2/maps-google/src/main/java/org/apache/magma/maps/google/MakeSmartListMapped.aj Mon Oct  5 21:21:39 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.maps.google;
 
 import org.apache.magma.maps.GeoAware;

Modified: labs/magma/branches/0.0.2/maps-google/src/main/java/org/apache/magma/maps/google/MappedSmartListProducer.java
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maps-google/src/main/java/org/apache/magma/maps/google/MappedSmartListProducer.java?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maps-google/src/main/java/org/apache/magma/maps/google/MappedSmartListProducer.java (original)
+++ labs/magma/branches/0.0.2/maps-google/src/main/java/org/apache/magma/maps/google/MappedSmartListProducer.java Mon Oct  5 21:21:39 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.maps.google;
 
 import java.io.IOException;

Modified: labs/magma/branches/0.0.2/maps-google/src/main/java/org/apache/magma/maps/google/UseMappedProducer.aj
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maps-google/src/main/java/org/apache/magma/maps/google/UseMappedProducer.aj?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maps-google/src/main/java/org/apache/magma/maps/google/UseMappedProducer.aj (original)
+++ labs/magma/branches/0.0.2/maps-google/src/main/java/org/apache/magma/maps/google/UseMappedProducer.aj Mon Oct  5 21:21:39 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.maps.google;
 
 import java.util.Collection;

Modified: labs/magma/branches/0.0.2/maps-google/src/main/resources/org/apache/magma/website/googlemaps/magmaGoogleMaps.css
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maps-google/src/main/resources/org/apache/magma/website/googlemaps/magmaGoogleMaps.css?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maps-google/src/main/resources/org/apache/magma/website/googlemaps/magmaGoogleMaps.css (original)
+++ labs/magma/branches/0.0.2/maps-google/src/main/resources/org/apache/magma/website/googlemaps/magmaGoogleMaps.css Mon Oct  5 21:21:39 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.
+ */
 .MagmaGoogleMapListTab {
 	float: left;
 	border: 1px solid gray;
@@ -33,8 +49,8 @@
 
 .MagmaGoogleMapListTab ul li a {
 	display: block;
-	float: right;
-	font-size: 200%;
+	/*float: right;*/
+	font-size: 11px;
 	width: 10%;
 }
 
@@ -73,3 +89,7 @@
 	float: right;
 	font-size: 200%;
 }
+
+.MagmaGoogleMapListContainer {
+	display: none;	
+}

Modified: labs/magma/branches/0.0.2/maps-google/src/main/resources/org/apache/magma/website/googlemaps/magmaGoogleMaps.js
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maps-google/src/main/resources/org/apache/magma/website/googlemaps/magmaGoogleMaps.js?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maps-google/src/main/resources/org/apache/magma/website/googlemaps/magmaGoogleMaps.js (original)
+++ labs/magma/branches/0.0.2/maps-google/src/main/resources/org/apache/magma/website/googlemaps/magmaGoogleMaps.js Mon Oct  5 21:21:39 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.
+ */
 function mappize() {
 	
 	$('div.MagmaGoogleMapsList table.MagmaList').each(function() {
@@ -127,7 +143,7 @@
 			cells = line.getElementsByTagName('th');
 			for (var k = 0; k < cells.length; k++) {
 				var cell = cells[k];
-				if (cell.className.indexOf('MagmaGoogleMaps') != -1) {
+				if (cell.className.indexOf('MagmaGoogleMaps') == -1) {
 					headers[headers.length] = stripHtml(cell.innerHTML);
 				}
 			}					

Modified: labs/magma/branches/0.0.2/maps-google/src/test/java/org/apache/magma/maps/google/Address.java
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maps-google/src/test/java/org/apache/magma/maps/google/Address.java?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maps-google/src/test/java/org/apache/magma/maps/google/Address.java (original)
+++ labs/magma/branches/0.0.2/maps-google/src/test/java/org/apache/magma/maps/google/Address.java Mon Oct  5 21:21:39 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.maps.google;
 
 import org.apache.magma.maps.GeoCoordinates;

Modified: labs/magma/branches/0.0.2/maps-google/src/test/java/org/apache/magma/maps/google/GoogleResolverTest.java
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maps-google/src/test/java/org/apache/magma/maps/google/GoogleResolverTest.java?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maps-google/src/test/java/org/apache/magma/maps/google/GoogleResolverTest.java (original)
+++ labs/magma/branches/0.0.2/maps-google/src/test/java/org/apache/magma/maps/google/GoogleResolverTest.java Mon Oct  5 21:21:39 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.maps.google;
 
 import static org.hamcrest.CoreMatchers.*;

Modified: labs/magma/branches/0.0.2/maven-magma-plugin/pom.xml
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maven-magma-plugin/pom.xml?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maven-magma-plugin/pom.xml (original)
+++ labs/magma/branches/0.0.2/maven-magma-plugin/pom.xml Mon Oct  5 21:21:39 2009
@@ -24,7 +24,7 @@
 	<groupId>org.apache.magma.tools</groupId>
 	<artifactId>maven-magma-plugin</artifactId>
 	<name>Magma Extension Mojo</name>
-	<version>0.0.3-rev14</version>
+	<version>0.0.3-rev17</version>
 	<description>
 		Provides mojos to compile and test a magma package.
 	</description>
@@ -37,12 +37,12 @@
 		<dependency>
 			<groupId>org.aspectj</groupId>
 			<artifactId>aspectjtools</artifactId>
-			<version>1.6.3</version>
+			<version>1.6.5</version>
 		</dependency>
 		<dependency>
 			<groupId>org.aspectj</groupId>
 			<artifactId>aspectjweaver</artifactId>
-			<version>1.6.3</version>
+			<version>1.6.5</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.openjpa</groupId>

Modified: labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/net/sourceforge/cobertura/instrument/CoberturaClassTransformer.java
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/net/sourceforge/cobertura/instrument/CoberturaClassTransformer.java?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/net/sourceforge/cobertura/instrument/CoberturaClassTransformer.java (original)
+++ labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/net/sourceforge/cobertura/instrument/CoberturaClassTransformer.java Mon Oct  5 21:21:39 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 net.sourceforge.cobertura.instrument;
 
 import java.io.File;

Modified: labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/AspectJClassTransformer.java
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/AspectJClassTransformer.java?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/AspectJClassTransformer.java (original)
+++ labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/AspectJClassTransformer.java Mon Oct  5 21:21:39 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.tools.classloading;
 
 import java.io.IOException;

Modified: labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/BytecodeProvider.java
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/BytecodeProvider.java?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/BytecodeProvider.java (original)
+++ labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/BytecodeProvider.java Mon Oct  5 21:21:39 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.tools.classloading;
 
 import java.net.URL;

Modified: labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/ClassLoaderBytecodeProvider.java
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/ClassLoaderBytecodeProvider.java?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/ClassLoaderBytecodeProvider.java (original)
+++ labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/ClassLoaderBytecodeProvider.java Mon Oct  5 21:21:39 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.tools.classloading;
 
 import java.net.URL;

Modified: labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/ClassTransformationReceiver.java
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/ClassTransformationReceiver.java?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/ClassTransformationReceiver.java (original)
+++ labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/ClassTransformationReceiver.java Mon Oct  5 21:21:39 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.tools.classloading;
 
 import java.net.URL;

Modified: labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/ClassTransformer.java
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/ClassTransformer.java?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/ClassTransformer.java (original)
+++ labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/ClassTransformer.java Mon Oct  5 21:21:39 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.tools.classloading;
 
 import java.security.ProtectionDomain;

Modified: labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/JPAClassTransformer.java
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/JPAClassTransformer.java?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/JPAClassTransformer.java (original)
+++ labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/JPAClassTransformer.java Mon Oct  5 21:21:39 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.tools.classloading;
 
 import java.lang.instrument.ClassFileTransformer;

Modified: labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/JettyTransformingClassLoader.java
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/JettyTransformingClassLoader.java?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/JettyTransformingClassLoader.java (original)
+++ labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/JettyTransformingClassLoader.java Mon Oct  5 21:21:39 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.tools.classloading;
 
 import org.mortbay.jetty.webapp.WebAppContext;

Modified: labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/ServletTransformingClassLoader.java
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/ServletTransformingClassLoader.java?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/ServletTransformingClassLoader.java (original)
+++ labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/ServletTransformingClassLoader.java Mon Oct  5 21:21:39 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.tools.classloading;
 
 public class ServletTransformingClassLoader extends TransformingClassloader {

Modified: labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/TransformingClassloader.java
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/TransformingClassloader.java?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/TransformingClassloader.java (original)
+++ labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/TransformingClassloader.java Mon Oct  5 21:21:39 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.tools.classloading;
 
 import java.io.ByteArrayOutputStream;

Modified: labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/TransformingProvider.java
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/TransformingProvider.java?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/TransformingProvider.java (original)
+++ labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/TransformingProvider.java Mon Oct  5 21:21:39 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.tools.classloading;
 
 import java.io.ByteArrayOutputStream;

Propchange: labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/TransformingProvider.java
            ('svn:mergeinfo' removed)

Modified: labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/caching/CacheURLConnection.java
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/caching/CacheURLConnection.java?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/caching/CacheURLConnection.java (original)
+++ labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/caching/CacheURLConnection.java Mon Oct  5 21:21:39 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.tools.classloading.caching;
 
 import java.io.ByteArrayInputStream;

Modified: labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/caching/CacheURLStreamHandler.java
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/caching/CacheURLStreamHandler.java?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/caching/CacheURLStreamHandler.java (original)
+++ labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/caching/CacheURLStreamHandler.java Mon Oct  5 21:21:39 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.tools.classloading.caching;
 
 import java.io.IOException;

Modified: labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/caching/CacheURLStreamHandlerFactory.java
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/caching/CacheURLStreamHandlerFactory.java?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/caching/CacheURLStreamHandlerFactory.java (original)
+++ labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/caching/CacheURLStreamHandlerFactory.java Mon Oct  5 21:21:39 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.tools.classloading.caching;
 
 import java.net.URLStreamHandler;

Modified: labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/caching/ClassCache.java
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/caching/ClassCache.java?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/caching/ClassCache.java (original)
+++ labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/caching/ClassCache.java Mon Oct  5 21:21:39 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.tools.classloading.caching;
 
 import java.io.ByteArrayOutputStream;

Modified: labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/caching/SavedEntity.java
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/caching/SavedEntity.java?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/caching/SavedEntity.java (original)
+++ labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/classloading/caching/SavedEntity.java Mon Oct  5 21:21:39 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.tools.classloading.caching;
 
 import java.net.URL;

Modified: labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/AjcCompilerException.java
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/AjcCompilerException.java?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/AjcCompilerException.java (original)
+++ labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/AjcCompilerException.java Mon Oct  5 21:21:39 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.tools.maven;
 
 import org.apache.maven.plugin.MojoExecutionException;

Modified: labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/AjcLauncher.java
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/AjcLauncher.java?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/AjcLauncher.java (original)
+++ labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/AjcLauncher.java Mon Oct  5 21:21:39 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.tools.maven;
 
 import java.io.File;
@@ -259,7 +275,13 @@
 	
 	public void addFileToPath(Set<String> path, File file) {
 		if (file.exists()) {
-			path.add(file.getAbsolutePath());
+			if (file.isDirectory()) {
+				String absp = file.getAbsolutePath();
+				if (!absp.endsWith(File.separator)) absp += File.separator;
+				path.add(absp);
+			} else {
+				path.add(file.getAbsolutePath());
+			}
 		}
 	}
 	

Modified: labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MagmaAjcCompileMojo.java
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MagmaAjcCompileMojo.java?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MagmaAjcCompileMojo.java (original)
+++ labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MagmaAjcCompileMojo.java Mon Oct  5 21:21:39 2009
@@ -103,6 +103,7 @@
 		setupDirectories(launcher);
 		launcher.xlintErrors.setProperty("cantFindType", "warning");
 		launcher.xlintErrors.setProperty("adviceDidNotMatch", "ignore");
+		launcher.xopts.add("-XhasMember");		
 		launcher.mavenLogger = getLog();
 		launcher.addArtifactsToPath(launcher.aspectpath, new HashSet(artifacts), null);		
 		launcher.classpath = launcher.aspectpath;

Modified: labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MagmaForkConfiguration.java
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MagmaForkConfiguration.java?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MagmaForkConfiguration.java (original)
+++ labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MagmaForkConfiguration.java Mon Oct  5 21:21:39 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.tools.maven;
 
 import java.util.ArrayList;

Modified: labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MagmaJettyRun.java
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MagmaJettyRun.java?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MagmaJettyRun.java (original)
+++ labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MagmaJettyRun.java Mon Oct  5 21:21:39 2009
@@ -254,6 +254,7 @@
 		String[] systemClasses = webapp.getSystemClasses();
 		List<String> sysclasseslist = new ArrayList<String>(Arrays.asList(systemClasses));
 		sysclasseslist.add("javax.net.");
+		sysclasseslist.add("javax.management.");
 		webapp.setSystemClasses(sysclasseslist.toArray(new String[0]));
 
 		

Modified: labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MagmaJettyRunWar.java
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MagmaJettyRunWar.java?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MagmaJettyRunWar.java (original)
+++ labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MagmaJettyRunWar.java Mon Oct  5 21:21:39 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.tools.maven;
 
 import java.io.File;

Modified: labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MagmaJettyStop.java
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MagmaJettyStop.java?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MagmaJettyStop.java (original)
+++ labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MagmaJettyStop.java Mon Oct  5 21:21:39 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.tools.maven;
 
 import org.apache.maven.plugin.MojoExecutionException;

Modified: labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MagmaTestMojo.java
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MagmaTestMojo.java?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MagmaTestMojo.java (original)
+++ labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MagmaTestMojo.java Mon Oct  5 21:21:39 2009
@@ -867,7 +867,7 @@
 					}
 					*/
                 	//art = (Artifact) project.getPluginArtifactMap().get(ArtifactUtils.versionlessKey( "org.apache.magma.tools", "maven-magma-plugin"));
-                	art = artifactFactory.createPluginArtifact("org.apache.magma.tools", "maven-magma-plugin", VersionRange.createFromVersion("0.0.3-rev14"));
+                	art = artifactFactory.createPluginArtifact("org.apache.magma.tools", "maven-magma-plugin", VersionRange.createFromVersion("0.0.3-rev17"));
                 	artifactResolver.resolve(art, project.getPluginArtifactRepositories(), localRepository);
                 	if (art.getFile() == null) throw new ArtifactResolutionException("Cannot find file", art);
 				} catch (ArtifactResolutionException e) {
@@ -884,8 +884,10 @@
 					for (Iterator iterator = projectArtifactMap.values().iterator(); iterator
 							.hasNext();) {
 						Artifact artifact = (Artifact) iterator.next();
-						fw.write(artifact.getFile().toURI().toURL().toExternalForm());
-						fw.write(";");
+						if (artifact.getType().equals("jar")) {
+							fw.write(artifact.getFile().toURI().toURL().toExternalForm());
+							fw.write(";");
+						}
 					}
 					fw.write(this.classesDirectory.toURI().toURL().toExternalForm());
 					fw.write(";");

Modified: labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MagmaTestPauserMojo.java
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MagmaTestPauserMojo.java?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MagmaTestPauserMojo.java (original)
+++ labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MagmaTestPauserMojo.java Mon Oct  5 21:21:39 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.tools.maven;
 
 import org.apache.maven.plugin.AbstractMojo;

Modified: labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MagmaWarExploded.java
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MagmaWarExploded.java?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MagmaWarExploded.java (original)
+++ labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MagmaWarExploded.java Mon Oct  5 21:21:39 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.tools.maven;
 
 import java.io.File;

Modified: labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MagmaWarPackaged.java
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MagmaWarPackaged.java?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MagmaWarPackaged.java (original)
+++ labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MagmaWarPackaged.java Mon Oct  5 21:21:39 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.tools.maven;
 
 import java.io.File;

Modified: labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MavenMessageHandler.java
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MavenMessageHandler.java?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MavenMessageHandler.java (original)
+++ labs/magma/branches/0.0.2/maven-magma-plugin/src/main/java/org/apache/magma/tools/maven/MavenMessageHandler.java Mon Oct  5 21:21:39 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.tools.maven;
 
 /**

Modified: labs/magma/branches/0.0.2/maven-magma-plugin/src/main/resources/org/apache/magma/tools/maven/web.xml
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/maven-magma-plugin/src/main/resources/org/apache/magma/tools/maven/web.xml?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/maven-magma-plugin/src/main/resources/org/apache/magma/tools/maven/web.xml (original)
+++ labs/magma/branches/0.0.2/maven-magma-plugin/src/main/resources/org/apache/magma/tools/maven/web.xml Mon Oct  5 21:21:39 2009
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+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.
+-->
 <web-app
    xmlns="http://java.sun.com/xml/ns/javaee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -21,4 +37,4 @@
     <url-pattern>/*</url-pattern>
   </servlet-mapping>
 
-</web-app>
\ No newline at end of file
+</web-app>

Modified: labs/magma/branches/0.0.2/pom.xml
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/pom.xml?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/pom.xml (original)
+++ labs/magma/branches/0.0.2/pom.xml Mon Oct  5 21:21:39 2009
@@ -222,6 +222,26 @@
 					</execution>
 				</executions>
 			</plugin>
+			<plugin>
+				<groupId>org.apache.rat</groupId>
+				<artifactId>apache-rat-plugin</artifactId>
+				<version>0.6</version>
+				<configuration>
+					<excludeSubProjects>false</excludeSubProjects>
+					<excludes>
+						<exclude>**/.project</exclude>
+						<exclude>**/.classpath</exclude>
+						<exclude>**/.settings/**/*</exclude>
+						<exclude>**/target/**/*</exclude>
+						<exclude>**/target-eclipse/**/*</exclude>
+						<exclude>**/dojo-1.3.0/**/*</exclude>
+						<exclude>**/jquery/**/*</exclude>
+						<exclude>**/*.png</exclude>
+						<exclude>**/*.gif</exclude>
+						<exclude>**/*.patch</exclude>
+					</excludes>
+				</configuration>
+			</plugin>
 		</plugins>
 	</build>
 
@@ -296,7 +316,7 @@
 			<dependency>
 				<groupId>org.aspectj</groupId>
 				<artifactId>aspectjrt</artifactId>
-				<version>1.6.3</version>
+				<version>1.6.5</version>
 			</dependency>
 		</dependencies>
 	</dependencyManagement>

Propchange: labs/magma/branches/0.0.2/pom.xml
            ('svn:mergeinfo' removed)

Propchange: labs/magma/branches/0.0.2/src/
            ('svn:mergeinfo' removed)

Modified: labs/magma/branches/0.0.2/website-administration-inline/pom.xml
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/website-administration-inline/pom.xml?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/website-administration-inline/pom.xml (original)
+++ labs/magma/branches/0.0.2/website-administration-inline/pom.xml Mon Oct  5 21:21:39 2009
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
@@ -21,4 +37,4 @@
 			<version>0.0.2-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: labs/magma/branches/0.0.2/website-administration-inline/src/main/java/org/apache/magma/website/admin/AddInlineMenuMethod.aj
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/website-administration-inline/src/main/java/org/apache/magma/website/admin/AddInlineMenuMethod.aj?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/website-administration-inline/src/main/java/org/apache/magma/website/admin/AddInlineMenuMethod.aj (original)
+++ labs/magma/branches/0.0.2/website-administration-inline/src/main/java/org/apache/magma/website/admin/AddInlineMenuMethod.aj Mon Oct  5 21:21:39 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.admin;
 
 import java.util.HashMap;

Modified: labs/magma/branches/0.0.2/website-administration-inline/src/main/java/org/apache/magma/website/admin/AddMenuToDefaultTemplate.aj
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/website-administration-inline/src/main/java/org/apache/magma/website/admin/AddMenuToDefaultTemplate.aj?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/website-administration-inline/src/main/java/org/apache/magma/website/admin/AddMenuToDefaultTemplate.aj (original)
+++ labs/magma/branches/0.0.2/website-administration-inline/src/main/java/org/apache/magma/website/admin/AddMenuToDefaultTemplate.aj Mon Oct  5 21:21:39 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.admin;
 
 import org.apache.magma.website.RootWebHandler;

Modified: labs/magma/branches/0.0.2/website-administration-inline/src/main/java/org/apache/magma/website/admin/DirectlyToEditInInline.aj
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/website-administration-inline/src/main/java/org/apache/magma/website/admin/DirectlyToEditInInline.aj?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/website-administration-inline/src/main/java/org/apache/magma/website/admin/DirectlyToEditInInline.aj (original)
+++ labs/magma/branches/0.0.2/website-administration-inline/src/main/java/org/apache/magma/website/admin/DirectlyToEditInInline.aj Mon Oct  5 21:21:39 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.admin;
 
 import java.lang.reflect.Modifier;

Modified: labs/magma/branches/0.0.2/website-administration-inline/src/main/java/org/apache/magma/website/admin/InlineMenuHelper.java
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/website-administration-inline/src/main/java/org/apache/magma/website/admin/InlineMenuHelper.java?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/website-administration-inline/src/main/java/org/apache/magma/website/admin/InlineMenuHelper.java (original)
+++ labs/magma/branches/0.0.2/website-administration-inline/src/main/java/org/apache/magma/website/admin/InlineMenuHelper.java Mon Oct  5 21:21:39 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.admin;
 
 import java.util.Collection;
@@ -57,4 +73,4 @@
 	}
 
 
-}
\ No newline at end of file
+}

Modified: labs/magma/branches/0.0.2/website-administration-inline/src/main/java/org/apache/magma/website/admin/InlineMenuProducer.java
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/website-administration-inline/src/main/java/org/apache/magma/website/admin/InlineMenuProducer.java?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/website-administration-inline/src/main/java/org/apache/magma/website/admin/InlineMenuProducer.java (original)
+++ labs/magma/branches/0.0.2/website-administration-inline/src/main/java/org/apache/magma/website/admin/InlineMenuProducer.java Mon Oct  5 21:21:39 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.admin;
 
 import java.io.IOException;

Modified: labs/magma/branches/0.0.2/website-administration-inline/src/main/java/org/apache/magma/website/admin/InlinedAdminTemplate.java
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/website-administration-inline/src/main/java/org/apache/magma/website/admin/InlinedAdminTemplate.java?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/website-administration-inline/src/main/java/org/apache/magma/website/admin/InlinedAdminTemplate.java (original)
+++ labs/magma/branches/0.0.2/website-administration-inline/src/main/java/org/apache/magma/website/admin/InlinedAdminTemplate.java Mon Oct  5 21:21:39 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.admin;
 
 public class InlinedAdminTemplate extends AdminTemplate {

Modified: labs/magma/branches/0.0.2/website-administration-inline/src/main/java/org/apache/magma/website/admin/InterceptWebMethods.aj
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/website-administration-inline/src/main/java/org/apache/magma/website/admin/InterceptWebMethods.aj?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/website-administration-inline/src/main/java/org/apache/magma/website/admin/InterceptWebMethods.aj (original)
+++ labs/magma/branches/0.0.2/website-administration-inline/src/main/java/org/apache/magma/website/admin/InterceptWebMethods.aj Mon Oct  5 21:21:39 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.admin;
 
 import java.util.ArrayList;

Modified: labs/magma/branches/0.0.2/website-administration-inline/src/main/java/org/apache/magma/website/admin/PupupizeMenuElements.aj
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/website-administration-inline/src/main/java/org/apache/magma/website/admin/PupupizeMenuElements.aj?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/website-administration-inline/src/main/java/org/apache/magma/website/admin/PupupizeMenuElements.aj (original)
+++ labs/magma/branches/0.0.2/website-administration-inline/src/main/java/org/apache/magma/website/admin/PupupizeMenuElements.aj Mon Oct  5 21:21:39 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.admin;
 
 import org.apache.magma.website.Head;

Modified: labs/magma/branches/0.0.2/website-administration-inline/src/main/java/org/apache/magma/website/admin/UseInlinedAdminTemplate.aj
URL: http://svn.apache.org/viewvc/labs/magma/branches/0.0.2/website-administration-inline/src/main/java/org/apache/magma/website/admin/UseInlinedAdminTemplate.aj?rev=822022&r1=822021&r2=822022&view=diff
==============================================================================
--- labs/magma/branches/0.0.2/website-administration-inline/src/main/java/org/apache/magma/website/admin/UseInlinedAdminTemplate.aj (original)
+++ labs/magma/branches/0.0.2/website-administration-inline/src/main/java/org/apache/magma/website/admin/UseInlinedAdminTemplate.aj Mon Oct  5 21:21:39 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.admin;
 
 import org.apache.magma.website.Templatable;



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org