[jboss-cvs] JBossAS SVN: r79840 - in projects/aop/tags: JBoss_AOP_2_0_0_GA and 11 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 21 10:02:16 EDT 2008


Author: kabir.khan at jboss.com
Date: 2008-10-21 10:02:15 -0400 (Tue, 21 Oct 2008)
New Revision: 79840

Added:
   projects/aop/tags/JBoss_AOP_2_0_0_GA/
   projects/aop/tags/JBoss_AOP_2_0_0_GA/aop/docs/examples/pom.xml
   projects/aop/tags/JBoss_AOP_2_0_0_GA/aop/docs/reference/aopuserguide/pom.xml
   projects/aop/tags/JBoss_AOP_2_0_0_GA/aop/pom.xml
   projects/aop/tags/JBoss_AOP_2_0_0_GA/aophelper/pom.xml
   projects/aop/tags/JBoss_AOP_2_0_0_GA/asintegration-core/pom.xml
   projects/aop/tags/JBoss_AOP_2_0_0_GA/asintegration-jmx/pom.xml
   projects/aop/tags/JBoss_AOP_2_0_0_GA/asintegration-mc/pom.xml
   projects/aop/tags/JBoss_AOP_2_0_0_GA/aspects/pom.xml
   projects/aop/tags/JBoss_AOP_2_0_0_GA/build/RELEASE_NOTES.html
   projects/aop/tags/JBoss_AOP_2_0_0_GA/build/pom.xml
   projects/aop/tags/JBoss_AOP_2_0_0_GA/jrockit-pluggable-instrumentor/pom.xml
   projects/aop/tags/JBoss_AOP_2_0_0_GA/pluggable-instrumentor/pom.xml
   projects/aop/tags/JBoss_AOP_2_0_0_GA/pom.xml
Removed:
   projects/aop/tags/JBoss_AOP_2_0_0_GA/aop/docs/examples/pom.xml
   projects/aop/tags/JBoss_AOP_2_0_0_GA/aop/docs/reference/aopuserguide/pom.xml
   projects/aop/tags/JBoss_AOP_2_0_0_GA/aop/pom.xml
   projects/aop/tags/JBoss_AOP_2_0_0_GA/aophelper/pom.xml
   projects/aop/tags/JBoss_AOP_2_0_0_GA/asintegration-core/pom.xml
   projects/aop/tags/JBoss_AOP_2_0_0_GA/asintegration-jmx/pom.xml
   projects/aop/tags/JBoss_AOP_2_0_0_GA/asintegration-mc/pom.xml
   projects/aop/tags/JBoss_AOP_2_0_0_GA/aspects/pom.xml
   projects/aop/tags/JBoss_AOP_2_0_0_GA/build/RELEASE_NOTES.html
   projects/aop/tags/JBoss_AOP_2_0_0_GA/build/pom.xml
   projects/aop/tags/JBoss_AOP_2_0_0_GA/jrockit-pluggable-instrumentor/pom.xml
   projects/aop/tags/JBoss_AOP_2_0_0_GA/pluggable-instrumentor/pom.xml
   projects/aop/tags/JBoss_AOP_2_0_0_GA/pom.xml
Log:
[maven-release-plugin]  copy for tag JBoss_AOP_2_0_0_GA

Copied: projects/aop/tags/JBoss_AOP_2_0_0_GA (from rev 79831, projects/aop/branches/Branch_2_0)

Deleted: projects/aop/tags/JBoss_AOP_2_0_0_GA/aop/docs/examples/pom.xml
===================================================================
--- projects/aop/branches/Branch_2_0/aop/docs/examples/pom.xml	2008-10-21 12:53:30 UTC (rev 79831)
+++ projects/aop/tags/JBoss_AOP_2_0_0_GA/aop/docs/examples/pom.xml	2008-10-21 14:02:15 UTC (rev 79840)
@@ -1,43 +0,0 @@
-<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">
-   <modelVersion>4.0.0</modelVersion>
-   <groupId>org.jboss.aop</groupId>
-   <artifactId>examples</artifactId>
-   <packaging>pom</packaging>
-   <name>JBoss AOP</name>
-   <version>1.0.0</version>
-
-   <properties>
-     <jboss.aop.version>2.0.0.CR3</jboss.aop.version>
-     <jboss.aop.plugin.version>1.0.0-SNAPSHOT</jboss.aop.plugin.version>
-     <jdkVersion>1.5</jdkVersion>
-   </properties>
-
-
-   <pluginRepositories>
-     <pluginRepository>
-         <releases>
-            <updatePolicy>never</updatePolicy>
-         </releases>
-         <snapshots>
-            <enabled>true</enabled>
-         </snapshots>
-         <id>snapshots.jboss.org</id>
-         <name>JBoss Maven Snapshot Repository</name>
-         <url>http://snapshots.jboss.org/maven2</url>
-      </pluginRepository>
-   </pluginRepositories>
-
-<!--
-   <repositories>
-     <repository>
-       <id>snapshots.jboss.org</id>
-       <name>JBoss Maven Snapshot Repository</name>
-       <url>http://snapshots.jboss.org/maven2</url>
-     </repository>
-   </repositories>
-
-   -->
-
-</project>

Copied: projects/aop/tags/JBoss_AOP_2_0_0_GA/aop/docs/examples/pom.xml (from rev 79838, projects/aop/branches/Branch_2_0/aop/docs/examples/pom.xml)
===================================================================
--- projects/aop/tags/JBoss_AOP_2_0_0_GA/aop/docs/examples/pom.xml	                        (rev 0)
+++ projects/aop/tags/JBoss_AOP_2_0_0_GA/aop/docs/examples/pom.xml	2008-10-21 14:02:15 UTC (rev 79840)
@@ -0,0 +1,54 @@
+<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">
+   <modelVersion>4.0.0</modelVersion>
+   <groupId>org.jboss.aop</groupId>
+   <artifactId>examples</artifactId>
+   <packaging>pom</packaging>
+   <name>JBoss AOP</name>
+   <version>1.0.0</version>
+
+   <properties>
+     <jboss.aop.version>2.0.0.GA</jboss.aop.version>
+     <jboss.aop.plugin.version>1.0.0.GA</jboss.aop.plugin.version>
+     <jdkVersion>1.5</jdkVersion>
+   </properties>
+
+
+   <pluginRepositories>
+     <pluginRepository>
+        <id>repository.jboss.org</id>
+        <url>http://repository.jboss.org/maven2</url>
+        <releases>
+           <enabled>true</enabled>
+        </releases>
+        <snapshots>
+           <enabled>false</enabled>
+        </snapshots>
+     </pluginRepository>
+
+     <pluginRepository>
+         <releases>
+            <updatePolicy>never</updatePolicy>
+         </releases>
+         <snapshots>
+            <enabled>true</enabled>
+         </snapshots>
+         <id>snapshots.jboss.org</id>
+         <name>JBoss Maven Snapshot Repository</name>
+         <url>http://snapshots.jboss.org/maven2</url>
+      </pluginRepository>
+   </pluginRepositories>
+
+<!--
+   <repositories>
+     <repository>
+       <id>snapshots.jboss.org</id>
+       <name>JBoss Maven Snapshot Repository</name>
+       <url>http://snapshots.jboss.org/maven2</url>
+     </repository>
+   </repositories>
+
+   -->
+
+</project>

Deleted: projects/aop/tags/JBoss_AOP_2_0_0_GA/aop/docs/reference/aopuserguide/pom.xml
===================================================================
--- projects/aop/branches/Branch_2_0/aop/docs/reference/aopuserguide/pom.xml	2008-10-21 12:53:30 UTC (rev 79831)
+++ projects/aop/tags/JBoss_AOP_2_0_0_GA/aop/docs/reference/aopuserguide/pom.xml	2008-10-21 14:02:15 UTC (rev 79840)
@@ -1,19 +0,0 @@
-<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/xsd/maven-4.0.0.xsd">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.jboss</groupId>
-        <artifactId>documentation</artifactId>
-        <version>1.0</version>
-    </parent>
-    
-    <groupId>org.jboss.aop</groupId>
-    <artifactId>aop-user-guide-${translation}</artifactId>
-    <version>1.0-SNAPSHOT</version>
-    <packaging>jdocbook</packaging>
-    <name>AOP_User_Guide_(${translation})</name>
-
-</project>

Copied: projects/aop/tags/JBoss_AOP_2_0_0_GA/aop/docs/reference/aopuserguide/pom.xml (from rev 79838, projects/aop/branches/Branch_2_0/aop/docs/reference/aopuserguide/pom.xml)
===================================================================
--- projects/aop/tags/JBoss_AOP_2_0_0_GA/aop/docs/reference/aopuserguide/pom.xml	                        (rev 0)
+++ projects/aop/tags/JBoss_AOP_2_0_0_GA/aop/docs/reference/aopuserguide/pom.xml	2008-10-21 14:02:15 UTC (rev 79840)
@@ -0,0 +1,19 @@
+<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/xsd/maven-4.0.0.xsd">
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.jboss</groupId>
+        <artifactId>documentation</artifactId>
+        <version>1.0</version>
+    </parent>
+    
+    <groupId>org.jboss.aop</groupId>
+    <artifactId>aop-user-guide-${translation}</artifactId>
+    <version>2.0.0.GA</version>
+    <packaging>jdocbook</packaging>
+    <name>AOP_User_Guide_(${translation})</name>
+
+</project>

Deleted: projects/aop/tags/JBoss_AOP_2_0_0_GA/aop/pom.xml
===================================================================
--- projects/aop/branches/Branch_2_0/aop/pom.xml	2008-10-21 12:53:30 UTC (rev 79831)
+++ projects/aop/tags/JBoss_AOP_2_0_0_GA/aop/pom.xml	2008-10-21 14:02:15 UTC (rev 79840)
@@ -1,442 +0,0 @@
-<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">
-  <parent>
-    <groupId>org.jboss.aop</groupId>
-    <artifactId>jboss-aop-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.aop</groupId>
-  <artifactId>jboss-aop</artifactId>
-  <packaging>jar</packaging>
-  <name>JBoss AOP Framework</name>
-  <description>JBoss AOP Framework</description>
-  <url>http://www.jboss.org/jbossaop</url>
-  <build>
-    <finalName>${artifactId}</finalName>
-    <sourceDirectory>src/main/</sourceDirectory>
-    <testSourceDirectory>src/test/</testSourceDirectory>
-    <resources>
-      <resource>
-        <directory>docs</directory>
-        <includes>
-          <include>jboss-aop_1_0.dtd</include>
-          <include>jboss-aop_2_0.xsd</include>
-        </includes>
-      </resource>
-      <resource>
-        <directory>src/etc</directory>
-        <includes>
-          <include>jbossorg-eula.txt</include>
-        </includes>
-      </resource>
-    </resources>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.0.2</version>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-          <excludes>
-            <exclude>org/jboss/aop/hook/JRockit*</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
-      <!-- The tests here are skipped, and for now
-        - they should be run with ant until some of the maven issues
-        - can be worked out. -->
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.4.3</version>
-        <configuration>
-          <skip>true</skip>
-          <forkMode>always</forkMode>
-          <redirectTestOutputToFile>true</redirectTestOutputToFile>
-          <trimStackTrace>false</trimStackTrace>
-          <useSystemClassLoader>true</useSystemClassLoader>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <version>2.2</version>
-        <executions>
-          <execution>
-            <id>create-test-jar</id>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <archive>
-            <manifestEntries>
-              <Premain-Class>org.jboss.aop.standalone.Agent</Premain-Class>
-              <Can-Redefine-Classes>true</Can-Redefine-Classes>
-            </manifestEntries>
-          </archive>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <version>2.2-beta-2</version>
-        <executions>
-          <execution>
-            <id>jdk50-client</id>
-            <phase>package</phase>
-            <goals>
-              <goal>attached</goal>
-            </goals>
-            <configuration>
-              <descriptors>
-                <descriptor>src/assembly/client.xml</descriptor>
-              </descriptors>
-              <finalName>${artifactId}</finalName>
-              <archive>
-                <manifest>
-                  <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
-                  <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
-                </manifest>
-                <manifestEntries>
-                  <Implementation-URL>${pom.url}</Implementation-URL>
-                  <Premain-Class>org.jboss.aop.standalone.Agent</Premain-Class>
-                  <Can-Redefine-Classes>true</Can-Redefine-Classes>
-                </manifestEntries>
-              </archive>
-            </configuration>
-          </execution>
-          <execution>
-            <id>client-sources</id>
-            <phase>package</phase>
-            <goals>
-              <goal>attached</goal>
-            </goals>
-            <configuration>
-              <descriptors>
-                <descriptor>src/assembly/client-sources.xml</descriptor>
-              </descriptors>
-              <finalName>${artifactId}</finalName>
-              <archive>
-                <manifest>
-                  <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
-                  <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
-                </manifest>
-                <manifestEntries>
-                  <Implementation-URL>${pom.url}</Implementation-URL>
-                </manifestEntries>
-              </archive>
-            </configuration>
-          </execution>
-          <execution>
-            <id>single</id>
-            <phase>package</phase>
-            <goals>
-              <goal>attached</goal>
-            </goals>
-            <configuration>
-              <descriptors>
-                <descriptor>src/assembly/single.xml</descriptor>
-              </descriptors>
-              <finalName>${artifactId}</finalName>
-              <archive>
-                <manifest>
-                  <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
-                  <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
-                </manifest>
-                <manifestEntries>
-                  <Implementation-URL>${pom.url}</Implementation-URL>
-                  <Premain-Class>org.jboss.aop.standalone.Agent</Premain-Class>
-                  <Can-Redefine-Classes>true</Can-Redefine-Classes>
-                </manifestEntries>
-              </archive>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <version>1.2</version>
-        <executions>
-          <execution>
-            <id>copy-output-jars</id>
-            <goals>
-              <goal>run</goal>
-            </goals>
-            <phase>package</phase>
-            <configuration>
-              <tasks>
-                <mkdir dir="${project.build.directory}/lib" />
-                <copy todir="${project.build.directory}/etc">
-                  <fileset dir="${basedir}/src/etc" />
-                </copy>
-                <copy file="${project.build.directory}/${project.artifactId}.jar" tofile="${project.build.directory}/lib/jboss-aop.jar" />
-                <copy file="${project.build.directory}/${project.artifactId}-sources.jar" tofile="${project.build.directory}/lib/jboss-aop-sources.jar" />
-                <copy file="${project.build.directory}/${project.artifactId}-client.jar" tofile="${project.build.directory}/lib/jboss-aop-client.jar" />
-                <copy file="${project.build.directory}/${project.artifactId}-client-sources.jar" tofile="${project.build.directory}/lib/jboss-aop-client-sources.jar" />
-                <copy file="${project.build.directory}/${project.artifactId}-single.jar" tofile="${project.build.directory}/lib/jboss-aop-single.jar" />
-              </tasks>
-            </configuration>
-          </execution>
-          <execution>
-            <id>public-api</id>
-            <goals>
-              <goal>run</goal>
-            </goals>
-            <phase>site</phase>
-            <configuration>
-              <tasks>
-                <property name="source.java" value="${project.build.sourceDirectory}" />
-
-                <javadoc sourcepath="${project.build.sourceDirectory}" destdir="${project.build.directory}/site/public-apidocs" classpathref="maven.compile.classpath" verbose="false">
-                  <doctitle><![CDATA[<h1>${project.name} Final User API Documentation</h1>]]></doctitle>
-                  <bottom><![CDATA[
-                    <i>
-                    <div align="center">
-                      <font size="-1">Copyright &#169; 2004 JBoss Inc. All Rights Reserved.</font>
-                    </div>
-                    </i>
-                  ]]></bottom>
-                  <source file="${source.java}/org/jboss/aop/AdviceType.java" />
-                  <source file="${source.java}/org/jboss/aop/Advised.java" />
-                  <source file="${source.java}/org/jboss/aop/Advisor.java" />
-                  <source file="${source.java}/org/jboss/aop/AnnotationIntroductionDef.java" />
-                  <source file="${source.java}/org/jboss/aop/Aspect.java" />
-                  <source file="${source.java}/org/jboss/aop/AspectManager.java" />
-                  <source file="${source.java}/org/jboss/aop/CallerConstructorInfo.java" />
-                  <source file="${source.java}/org/jboss/aop/CallerMethodInfo.java" />
-                  <source file="${source.java}/org/jboss/aop/CFlowDef.java" />
-                  <source file="${source.java}/org/jboss/aop/CFlowStackDef.java" />
-                  <source file="${source.java}/org/jboss/aop/ClassAdvisor.java" /><!--?? Keep this one??? -->
-                  <source file="${source.java}/org/jboss/aop/ConByConInfo.java" />
-                  <source file="${source.java}/org/jboss/aop/ConByMethodInfo.java" />
-                  <source file="${source.java}/org/jboss/aop/ConstructionInfo.java" />
-                  <source file="${source.java}/org/jboss/aop/ConstructorInfo.java" />
-                  <source file="${source.java}/org/jboss/aop/DeclareError.java" />
-                  <source file="${source.java}/org/jboss/aop/DeclareWarning.java" />
-                  <source file="${source.java}/org/jboss/aop/Domain.java" />
-                  <source file="${source.java}/org/jboss/aop/DomainDefinition.java" /> <!-- Keep this one?? -->
-                  <source file="${source.java}/org/jboss/aop/DynamicCFlowDef.java" />
-                  <source file="${source.java}/org/jboss/aop/FieldInfo.java" />
-                  <source file="${source.java}/org/jboss/aop/MethodByConInfo.java" />
-                  <source file="${source.java}/org/jboss/aop/MethodByMethodInfo.java" />
-                  <source file="${source.java}/org/jboss/aop/MethodInfo.java" />
-                  <source file="${source.java}/org/jboss/aop/InstanceAdvised.java" />
-                  <source file="${source.java}/org/jboss/aop/InstanceAdvisor.java" />
-                  <source file="${source.java}/org/jboss/aop/InstanceDomain.java" /> <!--?? Keep this one here?? -->
-                  <source file="${source.java}/org/jboss/aop/Introduction.java" />
-                  <source file="${source.java}/org/jboss/aop/Mixin.java" />
-                  <source file="${source.java}/org/jboss/aop/PointcutDef.java" />
-                  <source file="${source.java}/org/jboss/aop/Precedence.java" />
-                  <source file="${source.java}/org/jboss/aop/PrecedenceAdvice.java" />
-                  <source file="${source.java}/org/jboss/aop/PrecedenceInterceptor.java" />
-                  <source file="${source.java}/org/jboss/aop/Prepare.java" />
-                  <source file="${source.java}/org/jboss/aop/TypeDef.java" />
-                  <source file="${source.java}/org/jboss/aop/advice/AdviceBinding.java" />
-                  <source file="${source.java}/org/jboss/aop/advice/AdviceFactory.java" />
-                  <source file="${source.java}/org/jboss/aop/advice/AspectDefinition.java" />
-                  <source file="${source.java}/org/jboss/aop/advice/AspectFactory.java" />
-                  <source file="${source.java}/org/jboss/aop/advice/GenericAspectFactory.java" />
-                  <source file="${source.java}/org/jboss/aop/advice/GenericInterceptorFactory.java" />
-                  <source file="${source.java}/org/jboss/aop/advice/Interceptor.java" />
-                  <source file="${source.java}/org/jboss/aop/advice/InterceptorFactory.java" />
-                  <source file="${source.java}/org/jboss/aop/advice/InvalidAdviceException.java" />
-                  <source file="${source.java}/org/jboss/aop/advice/NoMatchingAdviceException.java" />
-                  <source file="${source.java}/org/jboss/aop/advice/Scope.java" />
-                  <source file="${source.java}/org/jboss/aop/advice/annotation/Arg.java" />
-                  <source file="${source.java}/org/jboss/aop/advice/annotation/Args.java" />
-                  <source file="${source.java}/org/jboss/aop/advice/annotation/Caller.java" />
-                  <source file="${source.java}/org/jboss/aop/advice/annotation/JoinPoint.java" />
-                  <source file="${source.java}/org/jboss/aop/advice/annotation/Return.java" />
-                  <source file="${source.java}/org/jboss/aop/advice/annotation/Target.java" />
-                  <source file="${source.java}/org/jboss/aop/advice/annotation/Thrown.java" />
-                  <source file="${source.java}/org/jboss/aop/annotation/compiler/AnnotationCompiler.java" /> <!-- ?? Investigate more on this package before decide what to keep here -->
-                  <source file="${source.java}/org/jboss/aop/ant/AnnotationC.java" />
-                  <source file="${source.java}/org/jboss/aop/ant/AopC.java" />
-                  <source file="${source.java}/org/jboss/aop/joinpoint/CallerInvocation.java" />
-                  <source file="${source.java}/org/jboss/aop/joinpoint/ConstructionInvocation.java" />
-                  <source file="${source.java}/org/jboss/aop/joinpoint/ConstructorCalledByConstructorInvocation.java" />
-                  <source file="${source.java}/org/jboss/aop/joinpoint/ConstructorCalledByMethodInvocation.java" />
-                  <source file="${source.java}/org/jboss/aop/joinpoint/ConstructorInvocation.java" />
-                  <source file="${source.java}/org/jboss/aop/joinpoint/CurrentInvocation.java" />
-                  <source file="${source.java}/org/jboss/aop/joinpoint/FieldInvocation.java" />
-                  <source file="${source.java}/org/jboss/aop/joinpoint/FieldReadInvocation.java" />
-                  <source file="${source.java}/org/jboss/aop/joinpoint/FieldWriteInvocation.java" />
-                  <source file="${source.java}/org/jboss/aop/joinpoint/Invocation.java" />
-                  <source file="${source.java}/org/jboss/aop/joinpoint/Joinpoint.java" />
-                  <source file="${source.java}/org/jboss/aop/joinpoint/MethodCalledByConstructorInvocation.java" />
-                  <source file="${source.java}/org/jboss/aop/joinpoint/MethodCalledByMethodInvocation.java" />
-                  <source file="${source.java}/org/jboss/aop/joinpoint/MethodInvocation.java" />
-                  <source file="${source.java}/org/jboss/aop/metadata/SimpleMetaData.java" />
-                  <!-- TODO add metadata binding here -->
-                  <source file="${source.java}/org/jboss/aop/pointcut/DynamicCFlow.java" />
-                  <source file="${source.java}/org/jboss/aop/pointcut/Pointcut.java" />
-                  <source file="${source.java}/org/jboss/aop/pointcut/ast/ParseException.java" />
-                  
-                  <link href="http://java.sun.com/j2se/1.5.0/docs/api/" />
-                </javadoc>
-              </tasks>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
-  <dependencies>
-    <dependency>
-      <groupId>apache-xerces</groupId>
-      <artifactId>xml-apis</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.ant</groupId>
-      <artifactId>ant</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>javassist</groupId>
-      <artifactId>javassist</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss</groupId>
-      <artifactId>jboss-reflect</artifactId>
-      <exclusions>
-        <exclusion>
-          <groupId>jboss</groupId>
-          <artifactId>jboss-common-logging-spi</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss</groupId>
-      <artifactId>jboss-mdr</artifactId>
-      <exclusions>
-        <exclusion>
-          <groupId>jboss</groupId>
-          <artifactId>jboss-common-logging-spi</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss</groupId>
-      <artifactId>jboss-common-core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.logging</groupId>
-      <artifactId>jboss-logging-spi</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>qdox</groupId>
-      <artifactId>qdox</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>trove</groupId>
-      <artifactId>trove</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>jboss.profiler.jvmti</groupId>
-      <artifactId>jboss-profiler-jvmti</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>jboss</groupId>
-      <artifactId>jboss-test</artifactId>
-      <scope>test</scope>
-    </dependency>
-    
-    <!-- Included for assembly of jdk50-single jar -->
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.logging</groupId>
-      <artifactId>jboss-logging-log4j</artifactId>
-    </dependency>
-
-  </dependencies>
-  
-  <profiles>
-    <profile>
-      <id>jrockit-build</id>
-      <activation>
-        <property>
-          <name>jrockit.home</name>
-        </property>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-antrun-plugin</artifactId>
-            <version>1.2</version>
-            <executions>
-              <execution>
-                <id>jrockit-compile</id>
-                <goals>
-                  <goal>run</goal>
-                </goals>
-                <phase>compile</phase>
-                <configuration>
-                  <tasks>
-                    <echo message="jrockit.home=${jrockit.home}" />
-                    <!-- in older versions of jrockit the weaving stuff lives in managementapi.jar, in newer in management-agent.jar -->
-                    <available file="${jrockit.home}/jre/lib/managementapi.jar" property="OLD_JROCKIT" value="managementapi.jar" />
-                    <available file="${jrockit.home}/jre/lib/management-agent.jar" property="NEW_JROCKIT" value="rt.jar" />
-                    <condition property="JROCKIT_API_AVAILABLE" value="${OLD_JROCKIT}">
-                      <and>
-                        <isset property="OLD_JROCKIT" />
-                        <not>
-                          <isset property="NEW_JROCKIT" />
-                        </not>
-                      </and>
-                    </condition>
-                    <condition property="JROCKIT_API_AVAILABLE" value="${NEW_JROCKIT}">
-                      <and>
-                        <isset property="NEW_JROCKIT" />
-                        <not>
-                          <isset property="OLD_JROCKIT" />
-                        </not>
-                      </and>
-                    </condition>
-                    <path id="javac.jrockit.classpath">
-                      <path refid="maven.compile.classpath" />
-                      <path path="${jrockit.home}/jre/lib/${JROCKIT_API_AVAILABLE}" />
-                    </path>
-    
-                    <property name="build.compiler" value="extJavac" />
-                    <fail unless="JROCKIT_API_AVAILABLE"> 
-                      JRockit API Not Available.  Skipping JRockit compile. 
-                    </fail>
-                    <javac destdir="${project.build.outputDirectory}" target="1.4" source="1.4">
-                       <src path="${project.build.sourceDirectory}" />
-                       <include name="org/jboss/aop/hook/JRockit*" />
-                       <classpath refid="javac.jrockit.classpath" />
-                    </javac>
-                    <mkdir dir="${project.build.directory}/lib" />
-                    <jar jarfile="${project.build.directory}/lib/jrockit-pluggable-instrumentor.jar" manifest="${basedir}/src/etc/default.mf">
-                       <fileset dir="${project.build.outputDirectory}">
-                          <include name="org/jboss/aop/hook/JRockitPluggableClassPreProcessor.class" />
-                          <include name="org/jboss/aop/hook/JDK14*.class" />
-                       </fileset>
-                       <fileset file="${basedir}/src/etc/jbossorg-eula.txt" />
-                    </jar>
-                  </tasks>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-    
-  </profiles>
-  
-</project>
\ No newline at end of file

Copied: projects/aop/tags/JBoss_AOP_2_0_0_GA/aop/pom.xml (from rev 79839, projects/aop/branches/Branch_2_0/aop/pom.xml)
===================================================================
--- projects/aop/tags/JBoss_AOP_2_0_0_GA/aop/pom.xml	                        (rev 0)
+++ projects/aop/tags/JBoss_AOP_2_0_0_GA/aop/pom.xml	2008-10-21 14:02:15 UTC (rev 79840)
@@ -0,0 +1,442 @@
+<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">
+  <parent>
+    <groupId>org.jboss.aop</groupId>
+    <artifactId>jboss-aop-parent</artifactId>
+    <version>2.0.0.GA</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss.aop</groupId>
+  <artifactId>jboss-aop</artifactId>
+  <packaging>jar</packaging>
+  <name>JBoss AOP Framework</name>
+  <description>JBoss AOP Framework</description>
+  <url>http://www.jboss.org/jbossaop</url>
+  <build>
+    <finalName>${artifactId}</finalName>
+    <sourceDirectory>src/main/</sourceDirectory>
+    <testSourceDirectory>src/test/</testSourceDirectory>
+    <resources>
+      <resource>
+        <directory>docs</directory>
+        <includes>
+          <include>jboss-aop_1_0.dtd</include>
+          <include>jboss-aop_2_0.xsd</include>
+        </includes>
+      </resource>
+      <resource>
+        <directory>src/etc</directory>
+        <includes>
+          <include>jbossorg-eula.txt</include>
+        </includes>
+      </resource>
+    </resources>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.0.2</version>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+          <excludes>
+            <exclude>org/jboss/aop/hook/JRockit*</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+      <!-- The tests here are skipped, and for now
+        - they should be run with ant until some of the maven issues
+        - can be worked out. -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.4.3</version>
+        <configuration>
+          <skip>true</skip>
+          <forkMode>always</forkMode>
+          <redirectTestOutputToFile>true</redirectTestOutputToFile>
+          <trimStackTrace>false</trimStackTrace>
+          <useSystemClassLoader>true</useSystemClassLoader>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>2.2</version>
+        <executions>
+          <execution>
+            <id>create-test-jar</id>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <archive>
+            <manifestEntries>
+              <Premain-Class>org.jboss.aop.standalone.Agent</Premain-Class>
+              <Can-Redefine-Classes>true</Can-Redefine-Classes>
+            </manifestEntries>
+          </archive>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <version>2.2-beta-2</version>
+        <executions>
+          <execution>
+            <id>jdk50-client</id>
+            <phase>package</phase>
+            <goals>
+              <goal>attached</goal>
+            </goals>
+            <configuration>
+              <descriptors>
+                <descriptor>src/assembly/client.xml</descriptor>
+              </descriptors>
+              <finalName>${artifactId}</finalName>
+              <archive>
+                <manifest>
+                  <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+                  <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+                </manifest>
+                <manifestEntries>
+                  <Implementation-URL>${pom.url}</Implementation-URL>
+                  <Premain-Class>org.jboss.aop.standalone.Agent</Premain-Class>
+                  <Can-Redefine-Classes>true</Can-Redefine-Classes>
+                </manifestEntries>
+              </archive>
+            </configuration>
+          </execution>
+          <execution>
+            <id>client-sources</id>
+            <phase>package</phase>
+            <goals>
+              <goal>attached</goal>
+            </goals>
+            <configuration>
+              <descriptors>
+                <descriptor>src/assembly/client-sources.xml</descriptor>
+              </descriptors>
+              <finalName>${artifactId}</finalName>
+              <archive>
+                <manifest>
+                  <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+                  <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+                </manifest>
+                <manifestEntries>
+                  <Implementation-URL>${pom.url}</Implementation-URL>
+                </manifestEntries>
+              </archive>
+            </configuration>
+          </execution>
+          <execution>
+            <id>single</id>
+            <phase>package</phase>
+            <goals>
+              <goal>attached</goal>
+            </goals>
+            <configuration>
+              <descriptors>
+                <descriptor>src/assembly/single.xml</descriptor>
+              </descriptors>
+              <finalName>${artifactId}</finalName>
+              <archive>
+                <manifest>
+                  <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+                  <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+                </manifest>
+                <manifestEntries>
+                  <Implementation-URL>${pom.url}</Implementation-URL>
+                  <Premain-Class>org.jboss.aop.standalone.Agent</Premain-Class>
+                  <Can-Redefine-Classes>true</Can-Redefine-Classes>
+                </manifestEntries>
+              </archive>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <version>1.2</version>
+        <executions>
+          <execution>
+            <id>copy-output-jars</id>
+            <goals>
+              <goal>run</goal>
+            </goals>
+            <phase>package</phase>
+            <configuration>
+              <tasks>
+                <mkdir dir="${project.build.directory}/lib" />
+                <copy todir="${project.build.directory}/etc">
+                  <fileset dir="${basedir}/src/etc" />
+                </copy>
+                <copy file="${project.build.directory}/${project.artifactId}.jar" tofile="${project.build.directory}/lib/jboss-aop.jar" />
+                <copy file="${project.build.directory}/${project.artifactId}-sources.jar" tofile="${project.build.directory}/lib/jboss-aop-sources.jar" />
+                <copy file="${project.build.directory}/${project.artifactId}-client.jar" tofile="${project.build.directory}/lib/jboss-aop-client.jar" />
+                <copy file="${project.build.directory}/${project.artifactId}-client-sources.jar" tofile="${project.build.directory}/lib/jboss-aop-client-sources.jar" />
+                <copy file="${project.build.directory}/${project.artifactId}-single.jar" tofile="${project.build.directory}/lib/jboss-aop-single.jar" />
+              </tasks>
+            </configuration>
+          </execution>
+          <execution>
+            <id>public-api</id>
+            <goals>
+              <goal>run</goal>
+            </goals>
+            <phase>site</phase>
+            <configuration>
+              <tasks>
+                <property name="source.java" value="${project.build.sourceDirectory}" />
+
+                <javadoc sourcepath="${project.build.sourceDirectory}" destdir="${project.build.directory}/site/public-apidocs" classpathref="maven.compile.classpath" verbose="false">
+                  <doctitle><![CDATA[<h1>${project.name} Final User API Documentation</h1>]]></doctitle>
+                  <bottom><![CDATA[
+                    <i>
+                    <div align="center">
+                      <font size="-1">Copyright &#169; 2004 JBoss Inc. All Rights Reserved.</font>
+                    </div>
+                    </i>
+                  ]]></bottom>
+                  <source file="${source.java}/org/jboss/aop/AdviceType.java" />
+                  <source file="${source.java}/org/jboss/aop/Advised.java" />
+                  <source file="${source.java}/org/jboss/aop/Advisor.java" />
+                  <source file="${source.java}/org/jboss/aop/AnnotationIntroductionDef.java" />
+                  <source file="${source.java}/org/jboss/aop/Aspect.java" />
+                  <source file="${source.java}/org/jboss/aop/AspectManager.java" />
+                  <source file="${source.java}/org/jboss/aop/CallerConstructorInfo.java" />
+                  <source file="${source.java}/org/jboss/aop/CallerMethodInfo.java" />
+                  <source file="${source.java}/org/jboss/aop/CFlowDef.java" />
+                  <source file="${source.java}/org/jboss/aop/CFlowStackDef.java" />
+                  <source file="${source.java}/org/jboss/aop/ClassAdvisor.java" /><!--?? Keep this one??? -->
+                  <source file="${source.java}/org/jboss/aop/ConByConInfo.java" />
+                  <source file="${source.java}/org/jboss/aop/ConByMethodInfo.java" />
+                  <source file="${source.java}/org/jboss/aop/ConstructionInfo.java" />
+                  <source file="${source.java}/org/jboss/aop/ConstructorInfo.java" />
+                  <source file="${source.java}/org/jboss/aop/DeclareError.java" />
+                  <source file="${source.java}/org/jboss/aop/DeclareWarning.java" />
+                  <source file="${source.java}/org/jboss/aop/Domain.java" />
+                  <source file="${source.java}/org/jboss/aop/DomainDefinition.java" /> <!-- Keep this one?? -->
+                  <source file="${source.java}/org/jboss/aop/DynamicCFlowDef.java" />
+                  <source file="${source.java}/org/jboss/aop/FieldInfo.java" />
+                  <source file="${source.java}/org/jboss/aop/MethodByConInfo.java" />
+                  <source file="${source.java}/org/jboss/aop/MethodByMethodInfo.java" />
+                  <source file="${source.java}/org/jboss/aop/MethodInfo.java" />
+                  <source file="${source.java}/org/jboss/aop/InstanceAdvised.java" />
+                  <source file="${source.java}/org/jboss/aop/InstanceAdvisor.java" />
+                  <source file="${source.java}/org/jboss/aop/InstanceDomain.java" /> <!--?? Keep this one here?? -->
+                  <source file="${source.java}/org/jboss/aop/Introduction.java" />
+                  <source file="${source.java}/org/jboss/aop/Mixin.java" />
+                  <source file="${source.java}/org/jboss/aop/PointcutDef.java" />
+                  <source file="${source.java}/org/jboss/aop/Precedence.java" />
+                  <source file="${source.java}/org/jboss/aop/PrecedenceAdvice.java" />
+                  <source file="${source.java}/org/jboss/aop/PrecedenceInterceptor.java" />
+                  <source file="${source.java}/org/jboss/aop/Prepare.java" />
+                  <source file="${source.java}/org/jboss/aop/TypeDef.java" />
+                  <source file="${source.java}/org/jboss/aop/advice/AdviceBinding.java" />
+                  <source file="${source.java}/org/jboss/aop/advice/AdviceFactory.java" />
+                  <source file="${source.java}/org/jboss/aop/advice/AspectDefinition.java" />
+                  <source file="${source.java}/org/jboss/aop/advice/AspectFactory.java" />
+                  <source file="${source.java}/org/jboss/aop/advice/GenericAspectFactory.java" />
+                  <source file="${source.java}/org/jboss/aop/advice/GenericInterceptorFactory.java" />
+                  <source file="${source.java}/org/jboss/aop/advice/Interceptor.java" />
+                  <source file="${source.java}/org/jboss/aop/advice/InterceptorFactory.java" />
+                  <source file="${source.java}/org/jboss/aop/advice/InvalidAdviceException.java" />
+                  <source file="${source.java}/org/jboss/aop/advice/NoMatchingAdviceException.java" />
+                  <source file="${source.java}/org/jboss/aop/advice/Scope.java" />
+                  <source file="${source.java}/org/jboss/aop/advice/annotation/Arg.java" />
+                  <source file="${source.java}/org/jboss/aop/advice/annotation/Args.java" />
+                  <source file="${source.java}/org/jboss/aop/advice/annotation/Caller.java" />
+                  <source file="${source.java}/org/jboss/aop/advice/annotation/JoinPoint.java" />
+                  <source file="${source.java}/org/jboss/aop/advice/annotation/Return.java" />
+                  <source file="${source.java}/org/jboss/aop/advice/annotation/Target.java" />
+                  <source file="${source.java}/org/jboss/aop/advice/annotation/Thrown.java" />
+                  <source file="${source.java}/org/jboss/aop/annotation/compiler/AnnotationCompiler.java" /> <!-- ?? Investigate more on this package before decide what to keep here -->
+                  <source file="${source.java}/org/jboss/aop/ant/AnnotationC.java" />
+                  <source file="${source.java}/org/jboss/aop/ant/AopC.java" />
+                  <source file="${source.java}/org/jboss/aop/joinpoint/CallerInvocation.java" />
+                  <source file="${source.java}/org/jboss/aop/joinpoint/ConstructionInvocation.java" />
+                  <source file="${source.java}/org/jboss/aop/joinpoint/ConstructorCalledByConstructorInvocation.java" />
+                  <source file="${source.java}/org/jboss/aop/joinpoint/ConstructorCalledByMethodInvocation.java" />
+                  <source file="${source.java}/org/jboss/aop/joinpoint/ConstructorInvocation.java" />
+                  <source file="${source.java}/org/jboss/aop/joinpoint/CurrentInvocation.java" />
+                  <source file="${source.java}/org/jboss/aop/joinpoint/FieldInvocation.java" />
+                  <source file="${source.java}/org/jboss/aop/joinpoint/FieldReadInvocation.java" />
+                  <source file="${source.java}/org/jboss/aop/joinpoint/FieldWriteInvocation.java" />
+                  <source file="${source.java}/org/jboss/aop/joinpoint/Invocation.java" />
+                  <source file="${source.java}/org/jboss/aop/joinpoint/Joinpoint.java" />
+                  <source file="${source.java}/org/jboss/aop/joinpoint/MethodCalledByConstructorInvocation.java" />
+                  <source file="${source.java}/org/jboss/aop/joinpoint/MethodCalledByMethodInvocation.java" />
+                  <source file="${source.java}/org/jboss/aop/joinpoint/MethodInvocation.java" />
+                  <source file="${source.java}/org/jboss/aop/metadata/SimpleMetaData.java" />
+                  <!-- TODO add metadata binding here -->
+                  <source file="${source.java}/org/jboss/aop/pointcut/DynamicCFlow.java" />
+                  <source file="${source.java}/org/jboss/aop/pointcut/Pointcut.java" />
+                  <source file="${source.java}/org/jboss/aop/pointcut/ast/ParseException.java" />
+                  
+                  <link href="http://java.sun.com/j2se/1.5.0/docs/api/" />
+                </javadoc>
+              </tasks>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>apache-xerces</groupId>
+      <artifactId>xml-apis</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.ant</groupId>
+      <artifactId>ant</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javassist</groupId>
+      <artifactId>javassist</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-reflect</artifactId>
+      <exclusions>
+        <exclusion>
+          <groupId>jboss</groupId>
+          <artifactId>jboss-common-logging-spi</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-mdr</artifactId>
+      <exclusions>
+        <exclusion>
+          <groupId>jboss</groupId>
+          <artifactId>jboss-common-logging-spi</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-common-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging-spi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>qdox</groupId>
+      <artifactId>qdox</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>trove</groupId>
+      <artifactId>trove</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>jboss.profiler.jvmti</groupId>
+      <artifactId>jboss-profiler-jvmti</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>jboss</groupId>
+      <artifactId>jboss-test</artifactId>
+      <scope>test</scope>
+    </dependency>
+    
+    <!-- Included for assembly of jdk50-single jar -->
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging-log4j</artifactId>
+    </dependency>
+
+  </dependencies>
+  
+  <profiles>
+    <profile>
+      <id>jrockit-build</id>
+      <activation>
+        <property>
+          <name>jrockit.home</name>
+        </property>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-antrun-plugin</artifactId>
+            <version>1.2</version>
+            <executions>
+              <execution>
+                <id>jrockit-compile</id>
+                <goals>
+                  <goal>run</goal>
+                </goals>
+                <phase>compile</phase>
+                <configuration>
+                  <tasks>
+                    <echo message="jrockit.home=${jrockit.home}" />
+                    <!-- in older versions of jrockit the weaving stuff lives in managementapi.jar, in newer in management-agent.jar -->
+                    <available file="${jrockit.home}/jre/lib/managementapi.jar" property="OLD_JROCKIT" value="managementapi.jar" />
+                    <available file="${jrockit.home}/jre/lib/management-agent.jar" property="NEW_JROCKIT" value="rt.jar" />
+                    <condition property="JROCKIT_API_AVAILABLE" value="${OLD_JROCKIT}">
+                      <and>
+                        <isset property="OLD_JROCKIT" />
+                        <not>
+                          <isset property="NEW_JROCKIT" />
+                        </not>
+                      </and>
+                    </condition>
+                    <condition property="JROCKIT_API_AVAILABLE" value="${NEW_JROCKIT}">
+                      <and>
+                        <isset property="NEW_JROCKIT" />
+                        <not>
+                          <isset property="OLD_JROCKIT" />
+                        </not>
+                      </and>
+                    </condition>
+                    <path id="javac.jrockit.classpath">
+                      <path refid="maven.compile.classpath" />
+                      <path path="${jrockit.home}/jre/lib/${JROCKIT_API_AVAILABLE}" />
+                    </path>
+    
+                    <property name="build.compiler" value="extJavac" />
+                    <fail unless="JROCKIT_API_AVAILABLE"> 
+                      JRockit API Not Available.  Skipping JRockit compile. 
+                    </fail>
+                    <javac destdir="${project.build.outputDirectory}" target="1.4" source="1.4">
+                       <src path="${project.build.sourceDirectory}" />
+                       <include name="org/jboss/aop/hook/JRockit*" />
+                       <classpath refid="javac.jrockit.classpath" />
+                    </javac>
+                    <mkdir dir="${project.build.directory}/lib" />
+                    <jar jarfile="${project.build.directory}/lib/jrockit-pluggable-instrumentor.jar" manifest="${basedir}/src/etc/default.mf">
+                       <fileset dir="${project.build.outputDirectory}">
+                          <include name="org/jboss/aop/hook/JRockitPluggableClassPreProcessor.class" />
+                          <include name="org/jboss/aop/hook/JDK14*.class" />
+                       </fileset>
+                       <fileset file="${basedir}/src/etc/jbossorg-eula.txt" />
+                    </jar>
+                  </tasks>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+    
+  </profiles>
+  
+</project>
\ No newline at end of file

Deleted: projects/aop/tags/JBoss_AOP_2_0_0_GA/aophelper/pom.xml
===================================================================
--- projects/aop/branches/Branch_2_0/aophelper/pom.xml	2008-10-21 12:53:30 UTC (rev 79831)
+++ projects/aop/tags/JBoss_AOP_2_0_0_GA/aophelper/pom.xml	2008-10-21 14:02:15 UTC (rev 79840)
@@ -1,139 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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">
-  <parent>
-    <groupId>org.jboss.aop</groupId>
-    <artifactId>jboss-aop-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.aop</groupId>
-  <artifactId>aophelper</artifactId>
-  <packaging>jar</packaging>
-  <version>2.0.0-SNAPSHOT</version>
-  <name>JBoss AOP Helper</name>
-
-   <pluginRepositories>
-     <pluginRepository>
-         <releases>
-            <updatePolicy>never</updatePolicy>
-         </releases>
-         <snapshots>
-            <enabled>true</enabled>
-         </snapshots>
-         <id>snapshots.jboss.org</id>
-         <name>JBoss Maven Snapshot Repository</name>
-         <url>http://snapshots.jboss.org/maven2</url>
-      </pluginRepository>
-   </pluginRepositories>
-
-  <dependencies>
-    <!--
-    <dependency>
-      <groupId>org.jboss.maven.plugins</groupId>
-      <artifactId>maven-jbossaop-plugin</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
-    </dependency>
-    -->
-    <dependency>
-      <groupId>org.jboss.aop</groupId>
-      <artifactId>jboss-aop</artifactId>
-    </dependency>
-
-
-  </dependencies>
-
-  <repositories>
-    <repository>
-       <id>jboss_repo</id>
-       <name>JBoss Maven Repository</name>
-       <url>http://repository.jboss.com/maven2</url>
-    </repository>
-  </repositories>
-  
-  <build>
-    <finalName>${artifactId}</finalName>
-    <sourceDirectory>src/main/java</sourceDirectory>
-    <scriptSourceDirectory>src/main/scripts</scriptSourceDirectory>
-    <testSourceDirectory>src/test/java</testSourceDirectory>
-    <outputDirectory>target/classes</outputDirectory>
-    <testOutputDirectory>target/test-classes</testOutputDirectory>
-    <defaultGoal>install</defaultGoal>
-    <resources>
-       <resource>
-          <directory>src/main/resources</directory>
-       </resource>
-    </resources>
-    <testResources>
-       <testResource>
-          <directory>src/test/resources</directory>
-       </testResource>
-    </testResources>
-    <directory>target</directory>
-
-
-    <plugins>
-      <plugin>
-         <artifactId>maven-compiler-plugin</artifactId>
-         <configuration>
-            <source>${jdkVersion}</source>
-            <target>${jdkVersion}</target>
-         </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-<!--
-   <profiles>
-    <profile>
-      <id>run-aophelper</id>
-      <activation>
-        <property>
-          <name>run-aophelper</name>
-        </property>
-      </activation>
-
-      <build>
-        <plugins>
-            <plugin>
-                <groupId>org.jboss.maven.plugins</groupId>
-                <artifactId>maven-jbossaop-plugin</artifactId>
-                <version>1.0.0-SNAPSHOT</version>
-                <executions>
-                  <execution>
-                    <id>compile</id>
-                    <configuration>
-                      <aoppaths>
-                        <aoppath>src/main/resources/jboss-aop.xml</aoppath>
-                      </aoppaths>
-                    </configuration>
-                    <goals>
-                      <goal>compile</goal>
-                    </goals>
-                  </execution>
-                  <execution>
-                    <id>run</id>
-                    <configuration>
-                      <aoppaths>
-                        <aoppath>src/main/resources/jboss-aop.xml</aoppath>
-                      </aoppaths>
-                      <loadtime>true</loadtime>
-                      <executable>org.jboss.aophelper.ui.AopHelperFrame</executable>
-                    </configuration>
-                    <goals>
-                      <goal>run</goal>
-                    </goals>
-                  </execution> 
-                </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
-  -->
-
-  <properties>
-    <jdkVersion>1.5</jdkVersion>
-  </properties>
-
-</project>

Copied: projects/aop/tags/JBoss_AOP_2_0_0_GA/aophelper/pom.xml (from rev 79839, projects/aop/branches/Branch_2_0/aophelper/pom.xml)
===================================================================
--- projects/aop/tags/JBoss_AOP_2_0_0_GA/aophelper/pom.xml	                        (rev 0)
+++ projects/aop/tags/JBoss_AOP_2_0_0_GA/aophelper/pom.xml	2008-10-21 14:02:15 UTC (rev 79840)
@@ -0,0 +1,137 @@
+<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">
+  <parent>
+    <groupId>org.jboss.aop</groupId>
+    <artifactId>jboss-aop-parent</artifactId>
+    <version>2.0.0.GA</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss.aop</groupId>
+  <artifactId>aophelper</artifactId>
+  <packaging>jar</packaging>
+  <version>2.0.0.GA</version>
+  <name>JBoss AOP Helper</name>
+
+   <pluginRepositories>
+     <pluginRepository>
+         <releases>
+            <updatePolicy>never</updatePolicy>
+         </releases>
+         <snapshots>
+            <enabled>true</enabled>
+         </snapshots>
+         <id>snapshots.jboss.org</id>
+         <name>JBoss Maven Snapshot Repository</name>
+         <url>http://snapshots.jboss.org/maven2</url>
+      </pluginRepository>
+   </pluginRepositories>
+
+  <dependencies>
+    <!--
+    <dependency>
+      <groupId>org.jboss.maven.plugins</groupId>
+      <artifactId>maven-jbossaop-plugin</artifactId>
+      <version>1.0.0-SNAPSHOT</version>
+    </dependency>
+    -->
+    <dependency>
+      <groupId>org.jboss.aop</groupId>
+      <artifactId>jboss-aop</artifactId>
+    </dependency>
+
+
+  </dependencies>
+
+  <repositories>
+    <repository>
+       <id>jboss_repo</id>
+       <name>JBoss Maven Repository</name>
+       <url>http://repository.jboss.com/maven2</url>
+    </repository>
+  </repositories>
+  
+  <build>
+    <finalName>${artifactId}</finalName>
+    <sourceDirectory>src/main/java</sourceDirectory>
+    <scriptSourceDirectory>src/main/scripts</scriptSourceDirectory>
+    <testSourceDirectory>src/test/java</testSourceDirectory>
+    <outputDirectory>target/classes</outputDirectory>
+    <testOutputDirectory>target/test-classes</testOutputDirectory>
+    <defaultGoal>install</defaultGoal>
+    <resources>
+       <resource>
+          <directory>src/main/resources</directory>
+       </resource>
+    </resources>
+    <testResources>
+       <testResource>
+          <directory>src/test/resources</directory>
+       </testResource>
+    </testResources>
+    <directory>target</directory>
+
+
+    <plugins>
+      <plugin>
+         <artifactId>maven-compiler-plugin</artifactId>
+         <configuration>
+            <source>${jdkVersion}</source>
+            <target>${jdkVersion}</target>
+         </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+<!--
+   <profiles>
+    <profile>
+      <id>run-aophelper</id>
+      <activation>
+        <property>
+          <name>run-aophelper</name>
+        </property>
+      </activation>
+
+      <build>
+        <plugins>
+            <plugin>
+                <groupId>org.jboss.maven.plugins</groupId>
+                <artifactId>maven-jbossaop-plugin</artifactId>
+                <version>1.0.0-SNAPSHOT</version>
+                <executions>
+                  <execution>
+                    <id>compile</id>
+                    <configuration>
+                      <aoppaths>
+                        <aoppath>src/main/resources/jboss-aop.xml</aoppath>
+                      </aoppaths>
+                    </configuration>
+                    <goals>
+                      <goal>compile</goal>
+                    </goals>
+                  </execution>
+                  <execution>
+                    <id>run</id>
+                    <configuration>
+                      <aoppaths>
+                        <aoppath>src/main/resources/jboss-aop.xml</aoppath>
+                      </aoppaths>
+                      <loadtime>true</loadtime>
+                      <executable>org.jboss.aophelper.ui.AopHelperFrame</executable>
+                    </configuration>
+                    <goals>
+                      <goal>run</goal>
+                    </goals>
+                  </execution> 
+                </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+  -->
+
+  <properties>
+    <jdkVersion>1.5</jdkVersion>
+  </properties>
+
+</project>
\ No newline at end of file

Deleted: projects/aop/tags/JBoss_AOP_2_0_0_GA/asintegration-core/pom.xml
===================================================================
--- projects/aop/branches/Branch_2_0/asintegration-core/pom.xml	2008-10-21 12:53:30 UTC (rev 79831)
+++ projects/aop/tags/JBoss_AOP_2_0_0_GA/asintegration-core/pom.xml	2008-10-21 14:02:15 UTC (rev 79840)
@@ -1,114 +0,0 @@
-<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">
-  <parent>
-    <groupId>org.jboss.aop</groupId>
-    <artifactId>jboss-aop-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-aop-asintegration-core</artifactId>
-  <packaging>jar</packaging>
-  <name>JBoss AOP AS Integration Core</name>
-  <description>JBoss AOP AS Integrationi Core</description>
-  
-  <build>
-    <finalName>${artifactId}</finalName>
-    <sourceDirectory>src/main/</sourceDirectory>
-    <testSourceDirectory>src/tests/</testSourceDirectory>
-    <resources>
-      <resource>
-        <directory>src/etc</directory>
-        <includes>
-          <include>jbossorg-eula.txt</include>
-        </includes>
-      </resource>
-     </resources>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <version>2.2</version>
-        <executions>
-          <execution>
-            <id>test-jar</id>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <excludes>
-            <exclude>org/jboss/test/aop/classpool/support/a/A.class</exclude>
-            <exclude>org/jboss/test/aop/classpool/support/b/B.class</exclude>
-          </excludes>
-        </configuration>
-        <!-- fileSets>
-          <fileSet>
-            <directory>target/test-classes</directory>
-            <outputDirectory>/</outputDirectory>
-            <excludes>
-              <exclude>org/jboss/test/aop/classpool/support/a/A.class</exclude>
-              <exclude>org/jboss/test/aop/classpool/support/b/B.class</exclude>
-            </excludes>
-          </fileSet>
-        </fileSets -->
-        
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.4.3</version>
-        <configuration>
-          <testFailureIgnore>true</testFailureIgnore>
-          <forkMode>always</forkMode>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  
-  <dependencies>
-    <dependency>
-      <groupId>javassist</groupId>
-      <artifactId>javassist</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.aop</groupId>
-      <artifactId>jboss-aop</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.aop</groupId>
-      <artifactId>pluggable-instrumentor</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss</groupId>
-      <artifactId>jboss-common-core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.jbossas</groupId>
-      <artifactId>jboss-as-system-jmx</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.logging</groupId>
-      <artifactId>jboss-logging-spi</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>jboss</groupId>
-      <artifactId>jboss-test</artifactId>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-  
-</project>
\ No newline at end of file

Copied: projects/aop/tags/JBoss_AOP_2_0_0_GA/asintegration-core/pom.xml (from rev 79839, projects/aop/branches/Branch_2_0/asintegration-core/pom.xml)
===================================================================
--- projects/aop/tags/JBoss_AOP_2_0_0_GA/asintegration-core/pom.xml	                        (rev 0)
+++ projects/aop/tags/JBoss_AOP_2_0_0_GA/asintegration-core/pom.xml	2008-10-21 14:02:15 UTC (rev 79840)
@@ -0,0 +1,114 @@
+<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">
+  <parent>
+    <groupId>org.jboss.aop</groupId>
+    <artifactId>jboss-aop-parent</artifactId>
+    <version>2.0.0.GA</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-aop-asintegration-core</artifactId>
+  <packaging>jar</packaging>
+  <name>JBoss AOP AS Integration Core</name>
+  <description>JBoss AOP AS Integrationi Core</description>
+  
+  <build>
+    <finalName>${artifactId}</finalName>
+    <sourceDirectory>src/main/</sourceDirectory>
+    <testSourceDirectory>src/tests/</testSourceDirectory>
+    <resources>
+      <resource>
+        <directory>src/etc</directory>
+        <includes>
+          <include>jbossorg-eula.txt</include>
+        </includes>
+      </resource>
+     </resources>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>2.2</version>
+        <executions>
+          <execution>
+            <id>test-jar</id>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <excludes>
+            <exclude>org/jboss/test/aop/classpool/support/a/A.class</exclude>
+            <exclude>org/jboss/test/aop/classpool/support/b/B.class</exclude>
+          </excludes>
+        </configuration>
+        <!-- fileSets>
+          <fileSet>
+            <directory>target/test-classes</directory>
+            <outputDirectory>/</outputDirectory>
+            <excludes>
+              <exclude>org/jboss/test/aop/classpool/support/a/A.class</exclude>
+              <exclude>org/jboss/test/aop/classpool/support/b/B.class</exclude>
+            </excludes>
+          </fileSet>
+        </fileSets -->
+        
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.4.3</version>
+        <configuration>
+          <testFailureIgnore>true</testFailureIgnore>
+          <forkMode>always</forkMode>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  
+  <dependencies>
+    <dependency>
+      <groupId>javassist</groupId>
+      <artifactId>javassist</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.aop</groupId>
+      <artifactId>jboss-aop</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.aop</groupId>
+      <artifactId>pluggable-instrumentor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-common-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.jbossas</groupId>
+      <artifactId>jboss-as-system-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging-spi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>jboss</groupId>
+      <artifactId>jboss-test</artifactId>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+  
+</project>
\ No newline at end of file

Deleted: projects/aop/tags/JBoss_AOP_2_0_0_GA/asintegration-jmx/pom.xml
===================================================================
--- projects/aop/branches/Branch_2_0/asintegration-jmx/pom.xml	2008-10-21 12:53:30 UTC (rev 79831)
+++ projects/aop/tags/JBoss_AOP_2_0_0_GA/asintegration-jmx/pom.xml	2008-10-21 14:02:15 UTC (rev 79840)
@@ -1,103 +0,0 @@
-<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">
-  <parent>
-    <groupId>org.jboss.aop</groupId>
-    <artifactId>jboss-aop-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-aop-asintegration-jmx</artifactId>
-  <packaging>jar</packaging>
-  <name>JBoss AOP AS Integration JMX</name>
-  <description>JBoss AOP AS Integration JMX</description>
-  
-  <build>
-    <finalName>${artifactId}</finalName>
-    <sourceDirectory>src/main/</sourceDirectory>
-    <testSourceDirectory>src/tests/</testSourceDirectory>
-    <resources>
-      <resource>
-        <directory>src/etc</directory>
-        <includes>
-          <include>jbossorg-eula.txt</include>
-        </includes>
-      </resource>
-     </resources>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <version>2.2</version>
-        <executions>
-          <execution>
-            <id>test-jar</id>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.4.3</version>
-        <configuration>
-          <testFailureIgnore>true</testFailureIgnore>
-          <forkMode>always</forkMode>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  
-  <dependencies>
-    <!-- dependency>
-      <groupId>apache-xerces</groupId>
-      <artifactId>xml-apis</artifactId>
-    </dependency -->
-    <dependency>
-      <groupId>javassist</groupId>
-      <artifactId>javassist</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.aop</groupId>
-      <artifactId>jboss-aop</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.aop</groupId>
-      <artifactId>pluggable-instrumentor</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.aop</groupId>
-      <artifactId>jboss-aop-asintegration-core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss</groupId>
-      <artifactId>jboss-common-core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.jbossas</groupId>
-      <artifactId>jboss-as-j2se</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.jbossas</groupId>
-      <artifactId>jboss-as-jmx</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.jbossas</groupId>
-      <artifactId>jboss-as-system-jmx</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.logging</groupId>
-      <artifactId>jboss-logging-spi</artifactId>
-    </dependency>
-  </dependencies>
-  
-</project>
\ No newline at end of file

Copied: projects/aop/tags/JBoss_AOP_2_0_0_GA/asintegration-jmx/pom.xml (from rev 79839, projects/aop/branches/Branch_2_0/asintegration-jmx/pom.xml)
===================================================================
--- projects/aop/tags/JBoss_AOP_2_0_0_GA/asintegration-jmx/pom.xml	                        (rev 0)
+++ projects/aop/tags/JBoss_AOP_2_0_0_GA/asintegration-jmx/pom.xml	2008-10-21 14:02:15 UTC (rev 79840)
@@ -0,0 +1,103 @@
+<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">
+  <parent>
+    <groupId>org.jboss.aop</groupId>
+    <artifactId>jboss-aop-parent</artifactId>
+    <version>2.0.0.GA</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-aop-asintegration-jmx</artifactId>
+  <packaging>jar</packaging>
+  <name>JBoss AOP AS Integration JMX</name>
+  <description>JBoss AOP AS Integration JMX</description>
+  
+  <build>
+    <finalName>${artifactId}</finalName>
+    <sourceDirectory>src/main/</sourceDirectory>
+    <testSourceDirectory>src/tests/</testSourceDirectory>
+    <resources>
+      <resource>
+        <directory>src/etc</directory>
+        <includes>
+          <include>jbossorg-eula.txt</include>
+        </includes>
+      </resource>
+     </resources>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>2.2</version>
+        <executions>
+          <execution>
+            <id>test-jar</id>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.4.3</version>
+        <configuration>
+          <testFailureIgnore>true</testFailureIgnore>
+          <forkMode>always</forkMode>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  
+  <dependencies>
+    <!-- dependency>
+      <groupId>apache-xerces</groupId>
+      <artifactId>xml-apis</artifactId>
+    </dependency -->
+    <dependency>
+      <groupId>javassist</groupId>
+      <artifactId>javassist</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.aop</groupId>
+      <artifactId>jboss-aop</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.aop</groupId>
+      <artifactId>pluggable-instrumentor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.aop</groupId>
+      <artifactId>jboss-aop-asintegration-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-common-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.jbossas</groupId>
+      <artifactId>jboss-as-j2se</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.jbossas</groupId>
+      <artifactId>jboss-as-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.jbossas</groupId>
+      <artifactId>jboss-as-system-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging-spi</artifactId>
+    </dependency>
+  </dependencies>
+  
+</project>
\ No newline at end of file

Deleted: projects/aop/tags/JBoss_AOP_2_0_0_GA/asintegration-mc/pom.xml
===================================================================
--- projects/aop/branches/Branch_2_0/asintegration-mc/pom.xml	2008-10-21 12:53:30 UTC (rev 79831)
+++ projects/aop/tags/JBoss_AOP_2_0_0_GA/asintegration-mc/pom.xml	2008-10-21 14:02:15 UTC (rev 79840)
@@ -1,124 +0,0 @@
-<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">
-  <parent>
-    <groupId>org.jboss.aop</groupId>
-    <artifactId>jboss-aop-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-aop-asintegration-mc</artifactId>
-  <packaging>jar</packaging>
-  <name>JBoss AOP AS Integration MC</name>
-  <description>JBoss AOP AS Integration MC</description>
-  
-  <build>
-    <finalName>${artifactId}</finalName>
-    <sourceDirectory>src/main/</sourceDirectory>
-    <testSourceDirectory>src/tests/</testSourceDirectory>
-    <resources>
-      <resource>
-        <directory>src/etc</directory>
-        <includes>
-          <include>jbossorg-eula.txt</include>
-        </includes>
-      </resource>
-    </resources>
-    <testResources>
-      <testResource>
-        <directory>src/resources/tests</directory>
-      </testResource>
-    </testResources>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <version>2.2</version>
-        <executions>
-          <execution>
-            <id>test-jar</id>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <excludes>
-            <exclude>org/jboss/aop/junit/**</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.4.3</version>
-        <configuration>
-          <testFailureIgnore>true</testFailureIgnore>
-          <forkMode>always</forkMode>
-          <redirectTestOutputToFile>true</redirectTestOutputToFile>
-          <includes>
-            <include>org/jboss/test/**/*UnitTestCase.class</include>
-          </includes>
-          <systemProperties>
-            <property>
-              <name>build.testlog</name>
-              <value>target/surefire-reports/tests.log</value>
-            </property>
-          </systemProperties>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  
-  <dependencies>
-    <dependency>
-      <groupId>javassist</groupId>
-      <artifactId>javassist</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.aop</groupId>
-      <artifactId>jboss-aop</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.aop</groupId>
-      <artifactId>pluggable-instrumentor</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.aop</groupId>
-      <artifactId>jboss-aop-asintegration-core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss</groupId>
-      <artifactId>jboss-common-core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.logging</groupId>
-      <artifactId>jboss-logging-spi</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.cl</groupId>
-      <artifactId>jboss-classloader</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss</groupId>
-      <artifactId>jboss-mdr</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>jboss</groupId>
-      <artifactId>jboss-test</artifactId>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-  
-</project>
\ No newline at end of file

Copied: projects/aop/tags/JBoss_AOP_2_0_0_GA/asintegration-mc/pom.xml (from rev 79839, projects/aop/branches/Branch_2_0/asintegration-mc/pom.xml)
===================================================================
--- projects/aop/tags/JBoss_AOP_2_0_0_GA/asintegration-mc/pom.xml	                        (rev 0)
+++ projects/aop/tags/JBoss_AOP_2_0_0_GA/asintegration-mc/pom.xml	2008-10-21 14:02:15 UTC (rev 79840)
@@ -0,0 +1,124 @@
+<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">
+  <parent>
+    <groupId>org.jboss.aop</groupId>
+    <artifactId>jboss-aop-parent</artifactId>
+    <version>2.0.0.GA</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-aop-asintegration-mc</artifactId>
+  <packaging>jar</packaging>
+  <name>JBoss AOP AS Integration MC</name>
+  <description>JBoss AOP AS Integration MC</description>
+  
+  <build>
+    <finalName>${artifactId}</finalName>
+    <sourceDirectory>src/main/</sourceDirectory>
+    <testSourceDirectory>src/tests/</testSourceDirectory>
+    <resources>
+      <resource>
+        <directory>src/etc</directory>
+        <includes>
+          <include>jbossorg-eula.txt</include>
+        </includes>
+      </resource>
+    </resources>
+    <testResources>
+      <testResource>
+        <directory>src/resources/tests</directory>
+      </testResource>
+    </testResources>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>2.2</version>
+        <executions>
+          <execution>
+            <id>test-jar</id>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <excludes>
+            <exclude>org/jboss/aop/junit/**</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.4.3</version>
+        <configuration>
+          <testFailureIgnore>true</testFailureIgnore>
+          <forkMode>always</forkMode>
+          <redirectTestOutputToFile>true</redirectTestOutputToFile>
+          <includes>
+            <include>org/jboss/test/**/*UnitTestCase.class</include>
+          </includes>
+          <systemProperties>
+            <property>
+              <name>build.testlog</name>
+              <value>target/surefire-reports/tests.log</value>
+            </property>
+          </systemProperties>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  
+  <dependencies>
+    <dependency>
+      <groupId>javassist</groupId>
+      <artifactId>javassist</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.aop</groupId>
+      <artifactId>jboss-aop</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.aop</groupId>
+      <artifactId>pluggable-instrumentor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.aop</groupId>
+      <artifactId>jboss-aop-asintegration-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-common-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging-spi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.cl</groupId>
+      <artifactId>jboss-classloader</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-mdr</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>jboss</groupId>
+      <artifactId>jboss-test</artifactId>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+  
+</project>
\ No newline at end of file

Deleted: projects/aop/tags/JBoss_AOP_2_0_0_GA/aspects/pom.xml
===================================================================
--- projects/aop/branches/Branch_2_0/aspects/pom.xml	2008-10-21 12:53:30 UTC (rev 79831)
+++ projects/aop/tags/JBoss_AOP_2_0_0_GA/aspects/pom.xml	2008-10-21 14:02:15 UTC (rev 79840)
@@ -1,110 +0,0 @@
-<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">
-  <parent>
-    <artifactId>jboss-aop-parent</artifactId>
-    <groupId>org.jboss.aop</groupId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-aop-aspects</artifactId>
-  <name>JBoss AOP Aspects</name>
-  <description>JBoss AOP Aspects</description>
-
-  <build>
-    <finalName>${artifactId}</finalName>
-    <sourceDirectory>src/main</sourceDirectory>
-    <!--<testSourceDirectory>src/test</testSourceDirectory>-->
-    <resources>
-      <resource>
-        <directory>docs</directory>
-        <includes>
-          <include>jboss-aop_1_0.dtd</include>
-        </includes>
-      </resource>
-      <resource>
-        <directory>src/etc</directory>
-        <includes>
-          <include>jbossorg-eula.txt</include>
-        </includes>
-      </resource>
-    </resources>
-    <testResources>
-      <testResource>
-        <directory>src/resources</directory>
-      </testResource>
-    </testResources>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.0.2</version>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-          <testExcludes>
-            <testExclude>org/jboss/test/asynch/**</testExclude>
-            <testExclude>org/jboss/test/proxyfactory/**</testExclude>
-          </testExcludes>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.4.3</version>
-        <configuration>
-          <testFailureIgnore>true</testFailureIgnore>
-          <forkMode>always</forkMode>
-          <redirectTestOutputToFile>true</redirectTestOutputToFile>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  
-  <dependencies>
-    <dependency>
-      <groupId>bsh</groupId>
-      <artifactId>bsh</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>javassist</groupId>
-      <artifactId>javassist</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.aop</groupId>
-      <artifactId>jboss-aop</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.logging</groupId>
-      <artifactId>jboss-logging-spi</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>jboss</groupId>
-      <artifactId>jboss-test</artifactId>
-    </dependency>
-    
-    <!-- Test scope dependencies -->
-    <dependency>
-      <groupId>org.jboss.javaee</groupId>
-      <artifactId>jboss-jca-api</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.javaee</groupId>
-      <artifactId>jboss-servlet-api</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <!--<dependency>
-      <groupId>org.jboss.aop</groupId>
-      <artifactId>jboss-aop</artifactId>
-      <type>test-jar</type>
-    </dependency>-->
-  </dependencies>
-</project>
\ No newline at end of file

Copied: projects/aop/tags/JBoss_AOP_2_0_0_GA/aspects/pom.xml (from rev 79839, projects/aop/branches/Branch_2_0/aspects/pom.xml)
===================================================================
--- projects/aop/tags/JBoss_AOP_2_0_0_GA/aspects/pom.xml	                        (rev 0)
+++ projects/aop/tags/JBoss_AOP_2_0_0_GA/aspects/pom.xml	2008-10-21 14:02:15 UTC (rev 79840)
@@ -0,0 +1,110 @@
+<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">
+  <parent>
+    <artifactId>jboss-aop-parent</artifactId>
+    <groupId>org.jboss.aop</groupId>
+    <version>2.0.0.GA</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-aop-aspects</artifactId>
+  <name>JBoss AOP Aspects</name>
+  <description>JBoss AOP Aspects</description>
+
+  <build>
+    <finalName>${artifactId}</finalName>
+    <sourceDirectory>src/main</sourceDirectory>
+    <!--<testSourceDirectory>src/test</testSourceDirectory>-->
+    <resources>
+      <resource>
+        <directory>docs</directory>
+        <includes>
+          <include>jboss-aop_1_0.dtd</include>
+        </includes>
+      </resource>
+      <resource>
+        <directory>src/etc</directory>
+        <includes>
+          <include>jbossorg-eula.txt</include>
+        </includes>
+      </resource>
+    </resources>
+    <testResources>
+      <testResource>
+        <directory>src/resources</directory>
+      </testResource>
+    </testResources>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.0.2</version>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+          <testExcludes>
+            <testExclude>org/jboss/test/asynch/**</testExclude>
+            <testExclude>org/jboss/test/proxyfactory/**</testExclude>
+          </testExcludes>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.4.3</version>
+        <configuration>
+          <testFailureIgnore>true</testFailureIgnore>
+          <forkMode>always</forkMode>
+          <redirectTestOutputToFile>true</redirectTestOutputToFile>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  
+  <dependencies>
+    <dependency>
+      <groupId>bsh</groupId>
+      <artifactId>bsh</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javassist</groupId>
+      <artifactId>javassist</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.aop</groupId>
+      <artifactId>jboss-aop</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging-spi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>jboss</groupId>
+      <artifactId>jboss-test</artifactId>
+    </dependency>
+    
+    <!-- Test scope dependencies -->
+    <dependency>
+      <groupId>org.jboss.javaee</groupId>
+      <artifactId>jboss-jca-api</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.javaee</groupId>
+      <artifactId>jboss-servlet-api</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <!--<dependency>
+      <groupId>org.jboss.aop</groupId>
+      <artifactId>jboss-aop</artifactId>
+      <type>test-jar</type>
+    </dependency>-->
+  </dependencies>
+</project>
\ No newline at end of file

Deleted: projects/aop/tags/JBoss_AOP_2_0_0_GA/build/RELEASE_NOTES.html
===================================================================
--- projects/aop/branches/Branch_2_0/build/RELEASE_NOTES.html	2008-10-21 12:53:30 UTC (rev 79831)
+++ projects/aop/tags/JBoss_AOP_2_0_0_GA/build/RELEASE_NOTES.html	2008-10-21 14:02:15 UTC (rev 79840)
@@ -1,647 +0,0 @@
-<html>
-<head>
-<title>Release Notes - JBoss AOP - Version 2.0.0.CR20</title>
-</head>
-<body>
-
-<h2>Release Notes - JBoss AOP - Version 2.0.0.CR20</h2>
-            
-<h3>Feature Request</h3>
-<ul>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-667'>JBAOP-667</a>] -         Refactor how scoped classloaders are handled in AS5
-</li>
-</ul>
-                                
-<h2>Release Notes - JBoss AOP - Version 2.0.0.CR19</h2>
-    
-<h3>Bug</h3>
-<ul>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-654'>JBAOP-654</a>] -         Hotswap tests are failing
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-659'>JBAOP-659</a>] -         Add all aop classes to aop client
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-660'>JBAOP-660</a>] -         VerifyError on Illegal bytecode generated with cross-package inheritence
-</li>
-</ul>
-        
-<h3>Feature Request</h3>
-<ul>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-636'>JBAOP-636</a>] -         Update javassist and get rid of hack in Instrumentor.addMixinMethod()
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-643'>JBAOP-643</a>] -         Document array interception
-</li>
-</ul>
-                        
-<h3>Thirdparty Change</h3>
-<ul>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-661'>JBAOP-661</a>] -         Upgrade jboss cl to 2.0.0.CR3
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-662'>JBAOP-662</a>] -         Upgrade deployers to 2.0.0.CR2
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-663'>JBAOP-663</a>] -         Upgrade mdr to 2.0.0.CR3
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-664'>JBAOP-664</a>] -         Upgrade javassist to 3.9.0.GA
-</li>
-</ul>
-        
-
-<h2>Release Notes - JBoss AOP - Version 2.0.0.CR18</h2>
-    
-<h3>Bug</h3>
-<ul>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-629'>JBAOP-629</a>] -         Synchronize addBinding and removeBinding to avoid duplicate operations
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-646'>JBAOP-646</a>] -         Advisor.updateXXXPoitncutAfterRemove methods don't add the advisor to binding's advisor list
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-655'>JBAOP-655</a>] -         ClassifiedBindingAndPointcutCollection creates PointcutInfos with null bindings
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-656'>JBAOP-656</a>] -         JoinPointClassifier.methodAccessor returns constructor execution pointcuts
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-657'>JBAOP-657</a>] -         The pointcut contained in a binding is not being removed when the binding gets removed
-</li>
-</ul>
-        
-<h3>Feature Request</h3>
-<ul>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-574'>JBAOP-574</a>] -         Doc requirement to write ClassLoaders that return class files as resources
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-603'>JBAOP-603</a>] -         Use Pointcut Classification during Instrumentation
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-644'>JBAOP-644</a>] -         Remove dependency of AOP on VFSDeploymentUnit
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-645'>JBAOP-645</a>] -         Remove dependency of AOP on ServiceMBeanSupport
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-647'>JBAOP-647</a>] -         Make deployment of base-aspects.xml configurable and undeploy on shutdown of aspectmanager service
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-650'>JBAOP-650</a>] -         Support use of system properties in created annotations
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-652'>JBAOP-652</a>] -         Break up asintegration module
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-653'>JBAOP-653</a>] -         Replace ClassifiedBindingAndPointcutCollection lock by AOPLock
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-658'>JBAOP-658</a>] -         Index InterceptionMarkers by classloader
-</li>
-</ul>
-                    
-<h3>Task</h3>
-<ul>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-383'>JBAOP-383</a>] -         Document instrumentation modes
-</li>
-</ul>
-            
-<h3>Sub-task</h3>
-<ul>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-638'>JBAOP-638</a>] -         Move pointcuts and pointcutInfos into ClassifiedBindingCollection, and rename to ClassifiedBindingAndPointcutCollection
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-639'>JBAOP-639</a>] -         Move AM.transformationStarted into WeaverStrategySupport
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-640'>JBAOP-640</a>] -         Honour inheritsBindings in DomainClassifiedBindingCollection, and rename to DomainClassifiedBindingAndPointcutCollection
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-641'>JBAOP-641</a>] -         Move the pointcutStats into ClassifiedBindingAndPointcutCollection
-</li>
-</ul>
-
-
-<h2>Release Notes - JBoss AOP - Version 2.0.0.CR17</h2>
-    
-<h3>Bug</h3>
-<ul>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-569'>JBAOP-569</a>] -         Deadlock when two threads are removing a binding
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-623'>JBAOP-623</a>] -         SystemOutLoggerPlugin dumps trace level to the console for ALL projects that log
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-628'>JBAOP-628</a>] -         ClassCastException when querying ConstructionInvocation meta data
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-630'>JBAOP-630</a>] -         Deadlock in beforeafter tutorial example
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-631'>JBAOP-631</a>] -         Transformation of generated joinpoint classes causes deadlock
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-632'>JBAOP-632</a>] -         Race condition when starting EJBContainer
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-634'>JBAOP-634</a>] -         UnmodifiableEmptyCollections$LockedArrayList is not truly unmodifiable
-</li>
-</ul>
-
-        
-<h3>Feature Request</h3>
-<ul>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-635'>JBAOP-635</a>] -         Make woven in fields and wrapper methods synthetic
-</li>
-</ul>
-
-                                        
-<h2>Release Notes - JBoss AOP - Version 2.0.0.CR16</h2>
-    
-<h3>Bug</h3>
-<ul>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-591'>JBAOP-591</a>] -         Metadata tutorial example is broken
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-617'>JBAOP-617</a>] -         Fix hotswap
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-618'>JBAOP-618</a>] -         AspectManager.getTempAdvisorIfNotExist causes infinite loop
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-620'>JBAOP-620</a>] -         ClassAdvisor.rebuildInterceptorsFor[Removed/Added]Binding methods do not update deprecated collections
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-622'>JBAOP-622</a>] -         ClassAdvisor.isAdvisable(Method) should ignore access$ methods
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-624'>JBAOP-624</a>] -         ScopedClassLoaderDomain should use its classloader to create aspects
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-626'>JBAOP-626</a>] -         Dynamic invocation of unadvised methods not supported on genadvisor mode
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-627'>JBAOP-627</a>] -         AspectManagerAnnotationLoaderStrategy.undeployPrecedence() tries to remove a pointcut rather than a precedence
-</li>
-</ul>
-        
-<h3>Feature Request</h3>
-<ul>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-625'>JBAOP-625</a>] -         Revisit ClassLoader handling
-</li>
-</ul>
-                                
-<h2>Release Notes - JBoss AOP - Version 2.0.0.CR15</h2>
-    
-<h3>Bug</h3>
-<ul>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-605'>JBAOP-605</a>] -         InstanceDomain.addBinding does not update pointcut collection
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-606'>JBAOP-606</a>] -         JBoss AOP does not support multi-class loader standalone environments
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-613'>JBAOP-613</a>] -         AspectDeployer.deployAnnotations() unwind on error causes IndexOutOfBoundsException
-</li>
-</ul>
-        
-<h3>Feature Request</h3>
-<ul>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-607'>JBAOP-607</a>] -         Refactor AspectAnnotationLoader to have pluggable mechanism once annotations are read
-</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-610'>JBAOP-610</a>] -         Allow the use of &quot;this&quot; in annotated named pointcuts, typedefs etc.
-</li>
-</ul>
-                                
-
-<h2>Release Notes - JBoss AOP - Version 2.0.0.CR14</h2>
-    
-<h3>Bug</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-531'>JBAOP-531</a>] - Array replacement bytecode triggers VerifyError</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-590'>JBAOP-590</a>] - Implements tutorial test is broken</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-594'>JBAOP-594</a>] - Packaging tutorial example is not working</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-599'>JBAOP-599</a>] - Doc Section "4.2.2 Application Server XML Resolving" shouldn't talk about "outside of the application server"</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-600'>JBAOP-600</a>] - JRockitPluggableClassPreProcessor prevents jvmti agents from working with jrockit</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-604'>JBAOP-604</a>] - AccessControlException in class.debugWriteFile() when running with JRockit with -Djboss.aop.debug.classes=true</li>
-</ul>
-        
-<h3>Feature Request</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-578'>JBAOP-578</a>] - Optimize removal of bindings</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-579'>JBAOP-579</a>] - Implement pointcut classification, and take into account when building chains</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-595'>JBAOP-595</a>] - AopC should validate the presence of mandatory attributes/inner elements</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-602'>JBAOP-602</a>] - Make install script copy pluggable-instrumentor.jar and jrockit-pluggable-instrumentor.jar to the AS bin folder</li>
-</ul>
-                        
-<h3>Thirdparty Change</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-601'>JBAOP-601</a>] - Upgrade Javassist to 3.8.0.GA</li>
-</ul>
-
-
-<h2>Release Notes - JBoss AOP - Version 2.0.0.CR13</h2>
-    
-<h3>Bug</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-347'>JBAOP-347</a>] - ClassCastException in MarshalledValue.java</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-589'>JBAOP-589</a>] - Examples after-throwing and return-type are broken</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-597'>JBAOP-597</a>] - Util.checkIntroductions uses ContextClassLoader</li>
-</ul>
-        
-<h3>Feature Request</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-598'>JBAOP-598</a>] - Instrumentor.convertReferences recreates Advisor</li>
-</ul>
-
-<h2>Release Notes - JBoss AOP - Version 2.0.0.CR12</h2>
-    
-<h3>Bug</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-592'>JBAOP-592</a>] - Error shutting down AspectManagerService in AS 5</li>
-</ul>
-        
-<h3>Feature Request</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-553'>JBAOP-553</a>] - Provide a single jar in the release</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-593'>JBAOP-593</a>] - Proxy Factory should only create a proxy if per instance container has metadata bringing in more aspects than exist at class level</li>
-<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-611'>JBAOP-611</a>] - AspectAnnotationLoader should deploy named pointcuts etc. before deploying the binding
-</ul>
-                    
-<h3>Task</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-596'>JBAOP-596</a>] - Ensure all requisite client classes are included in jboss-aop-jdk50-client.jar</li>
-</ul>
-    
-<h3>Thirdparty Change</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-588'>JBAOP-588</a>] - Upgrade to jboss-common-core 2.2.7.GA</li>
-</ul>
-
-<h2>Release Notes - JBoss AOP - Version 2.0.0.CR11</h2>
-    
-<h3>Bug</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-587'>JBAOP-587</a>] - Advisors for classes belonging to bootstrap classloader should be updated when removing bindings</li>
-</ul>
-                            
-<h3>Task</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-586'>JBAOP-586</a>] - Switch dependency on org.jboss:javassist to javassist:javassist</li>
-</ul>
-    
-<h2>Release Notes - JBoss AOP - Version 2.0.0.CR10</h2>
-    
-<h3>Bug</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-433'>JBAOP-433</a>] - Caller Interceptor Chains Are Not Rebuilt</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-572'>JBAOP-572</a>] - Class and Container proxy caches are not classloader aware</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-580'>JBAOP-580</a>] - Calls to Class.getDeclaredXXX() in org.jboss.aop.pointcut.Util need to happen inside privileged blocks</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-581'>JBAOP-581</a>] - Fix JmxIntrospectingMixin</li>
-</ul>
-        
-<h3>Feature Request</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-560'>JBAOP-560</a>] - When an AspectFactory returns null no interceptor should be added to the chain</li>
-</ul>
-                    
-<h3>Task</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-575'>JBAOP-575</a>] - Optimize addition of AspectBindings to improve AS start time</li>
-</ul>
-    
-
-<h2>Release Notes - JBoss AOP - Version 2.0.0.CR9</h2>
-
-<h3>Bug</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-256'>JBAOP-256</a>] - java.lang.RuntimeException: defrost(): org.jboss.jms.client.delegate.ClientBrowserDelegate$... was pruned</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-537'>JBAOP-537</a>] - JoinPointInfo synchronization is not working on wrappers</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-545'>JBAOP-545</a>] - Instrumented methods contained in the super class may be ignored</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-550'>JBAOP-550</a>] - Generated JoinPoint class cache ignores class loader</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-554'>JBAOP-554</a>] - Duplicated InterceptorFactories</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-562'>JBAOP-562</a>] - Cached GeneratedClassInfo objects are being gc'ed</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-565'>JBAOP-565</a>] - SuperClassesFirstWeavingStrategy instruments classes already loaded</li>
-</ul>
-
-<h3>Feature Request</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-521'>JBAOP-521</a>] - maven-jbossaop-plugin documentation</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-540'>JBAOP-540</a>] - Modify DuplicateTestCase to extend AOPTestWithSetup</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-551'>JBAOP-551</a>] - Create a Schema for jboss-aop.xml files</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-561'>JBAOP-561</a>] - Remove reference to AOP IDE from reference docs</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-568'>JBAOP-568</a>] - Avoid extra info from being kept in the generated jp cache</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-570'>JBAOP-570</a>] - Ignore the ClassLoader on the JoinPointGenerator.generatedJoinPointClassCache</li>
-</ul>
-
-<h3>Task</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-395'>JBAOP-395</a>] - Release/Packaging  holder task</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-547'>JBAOP-547</a>] - Update microcontainer dependencies</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-555'>JBAOP-555</a>] - Remove support for jdk1.4</li>
-</ul>
-
-
-<h2>Release Notes - JBoss AOP - Version 2.0.0.CR8</h2>
-
-<h3>Bug</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-492'>JBAOP-492</a>] - Duplicate _getAdvisor</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-495'>JBAOP-495</a>] - run-precompiled refers wrong jar</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-496'>JBAOP-496</a>] - run-precompiled.bat never runs the class</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-499'>JBAOP-499</a>] - Deadlock on multi-threaded dynamic AOP scenarios</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-517'>JBAOP-517</a>] - Enable Advisor.methodInterceptors field</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-528'>JBAOP-528</a>] - Fix bug when double-weaving existing javaassist proxies</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-534'>JBAOP-534</a>] - JBoss AOP ignore classes packaged in org.jboss.aop, it should be org.jboss.aop.</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-536'>JBAOP-536</a>] - Generated invokeNext method should be synchronized</li>
-</ul>
-
-<h3>Feature Request</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-516'>JBAOP-516</a>] - Support exclude=* in order to just include some package in current project</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-520'>JBAOP-520</a>] - maven-jbossaop-plugin to run java with aop options</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-526'>JBAOP-526</a>] - Use MetaData.isMetaDataPresent() instead of MetaData.isAnnotationPresent()</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-529'>JBAOP-529</a>] - Document maven plugin and add pom.xml for most of the examples in the dist</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-532'>JBAOP-532</a>] - Increase performance of annotation parsing by making checking of RuntimeInvisible annotations optional</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-541'>JBAOP-541</a>] - Use simple synchronization rather than rw locks when initialising lazy collections</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-543'>JBAOP-543</a>] - Replace exception when undeploying non-existant domain with a log warning</li>
-</ul>
-
-<h3>Task</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-530'>JBAOP-530</a>] - Missing classes in AOP-client JAR</li>
-</ul>
-
-<h3>Thirdparty Change</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-533'>JBAOP-533</a>] - Upgrade javassist to 3.7.1.GA</li>
-</ul>
-
-
-<h2>Release Notes - JBoss AOP - Version 2.0.0.CR7</h2>
-
-<h3>Feature Request</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-524'>JBAOP-524</a>] - Annotation processing is slow</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-525'>JBAOP-525</a>] - Should be possible to serialize a ContainerProxyCacheKey containing (unserializable) MetaData</li>
-</ul>
-
-<h2>Release Notes - JBoss AOP - Version 2.0.0.CR6</h2>
-
-<h3>Bug</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-523'>JBAOP-523</a>] - NPE trying to read annotations when shutting down server</li>
-</ul>
-
-
-<h2>Release Notes - JBoss AOP - Version 2.0.0.CR5</h2>
-
-<h3>Feature Request</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-522'>JBAOP-522</a>] - Pass in full VFSDeploymentUnit from AspectDeployer to DomainInitialiser</li>
-</ul>
-
-<h2>Release Notes - JBoss AOP - Version 2.0.0.CR4</h2>
-
-<h3>Bug</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-453'>JBAOP-453</a>] - maven-jbossaop-plugin requires artifact maven-jbossaop-plugin on compile classpath</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-514'>JBAOP-514</a>] - AbstractAspectManager.destroy() should be calling undeployXml() instead of deployXml()</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-518'>JBAOP-518</a>] - Post condition of InstanceAdvisorDelegate.initializeAspects is not aspect != null</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-519'>JBAOP-519</a>] - Duplicate methods in ContainerProxyFactory</li>
-</ul>
-
-<h3>Feature Request</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-467'>JBAOP-467</a>] - Serialize container proxies out of vm</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-513'>JBAOP-513</a>] - Delete the unused GeneratedAdvisedInterface</li>
-</ul>
-
-<h3>Task</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-290'>JBAOP-290</a>] - Make src/build.xml work</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-511'>JBAOP-511</a>] - Add root dir to release file</li>
-</ul>
-
-
-<h2>Release Notes - JBoss AOP - Version 2.0.0.CR3</h2>
-
-<h3>Bug</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-200'>JBAOP-200</a>] - Make sure the batch and sh files work</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-497'>JBAOP-497</a>] - ClassNotFoundException on JBoss 5</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-505'>JBAOP-505</a>] - Parameter Matching Backtrack can break indexes</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-507'>JBAOP-507</a>] - Launcher classloader is not accepted as a valid classloader in jboss embedded</li>
-</ul>
-
-<h2>Release Notes - JBoss AOP - Version 2.0.0.CR2</h2>
-
-<h3>Bug</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-380'>JBAOP-380</a>] - JBoss AOP sets info field to null before rebuilding a chain</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-480'>JBAOP-480</a>] - NPE in concurrent join point generation</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-493'>JBAOP-493</a>] - Instrumentor.isBaseClass does not examine the whole hierarchy</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-494'>JBAOP-494</a>] - Generated adviceString should take into account Aspect/Interceptor scope</li>
-</ul>
-
-<h2>Release Notes - JBoss AOP - Version 2.0.0.CR1</h2>
-
-<h3>Bug</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-305'>JBAOP-305</a>] - annotations not found for non-generic implementations of generic interface methods</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-434'>JBAOP-434</a>] - StackOverflow error on ScopedJbossClassPool.getCached</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-483'>JBAOP-483</a>] - Class(Proxy)Container does not populate the metadata</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-484'>JBAOP-484</a>] - GeneratedAdvisor advised class with a super class that is a ContainerProxy gives CCE in JoinpointGenerator</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-489'>JBAOP-489</a>] - Undeploy does not work if path has space characters</li>
-</ul>
-
-<h3>Feature Request</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-366'>JBAOP-366</a>] - Ability to attach a .aop deployment to a particular scoped classloader</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-482'>JBAOP-482</a>] - AOP gives non-descriptive exception when annotation creation of an expression fails</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-488'>JBAOP-488</a>] - Improve AOPContainerProxy.toString()</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-490'>JBAOP-490</a>] - Advisor.resolveAnnotation() and hasAnnotation() should check the MetaData in all cases</li>
-</ul>
-
-<h3>Task</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-107'>JBAOP-107</a>] - The different types of classloader integration for AOP belong in the related release not jboss-head</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-485'>JBAOP-485</a>] - Override Instrumentor.isBaseClass() in GeneratedAdvisorInstrumentor</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-486'>JBAOP-486</a>] - Get rid of SuperClassesWeavingStrategy$CtClassTransformationInfo</li>
-</ul>
-
-<h2>Release Notes - JBoss AOP - Version 2.0.0.beta2</h2>
-
-<h3>Bug</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-415'>JBAOP-415</a>] - Advice Matching algorithm is ignoring generics</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-464'>JBAOP-464</a>] - Call.getClassName() and Call.getMethodName() must not be called after Call is edited</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-471'>JBAOP-471</a>] - Method enforceArgsConsistency() not found on field interception with @Arg-annotated param</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-472'>JBAOP-472</a>] - Wrappers lack the generic type information</li>
-</ul>
-
-<h3>Feature Request</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-265'>JBAOP-265</a>] - Aspectize Java array</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-469'>JBAOP-469</a>] - Make sure @Aspect works in older versions of AS</li>
-</ul>
-
-<h3>Task</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-409'>JBAOP-409</a>] - Make a version of ScopedJbossClassPool that works with AS 5</li>
-</ul>
-
-
-<h2>Release Notes - JBoss AOP - Version 2.0.0.beta1</h2>
-
-<h3>Bug</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-450'>JBAOP-450</a>] - AOP/MC Proxies do not include original Annotation and Signature attributes</li>
-</ul>
-
-<h3>Feature Request</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-455'>JBAOP-455</a>] - Upgrade javassist to 3.6.0.GA</li>
-</ul>
-
-<h3>Task</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-226'>JBAOP-226</a>] - Memory leaks (advanced)</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-376'>JBAOP-376</a>] - Optimize AOP (SuperTask)</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-382'>JBAOP-382</a>] - Remove Complex Advice Signatures from Classic Mode</li>
-</ul>
-
-
-<h2>Release Notes - JBoss AOP - Version 2.0.0.alpha5</h2>
-
-<h3>Bug</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-379'>JBAOP-379</a>] - Arguments array shouldn't be null when the joinpoint arguments list is empty</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-391'>JBAOP-391</a>] - Default instrumentation mode unexpected</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-398'>JBAOP-398</a>] - No such field: jboss</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-406'>JBAOP-406</a>] - Proxy Class is being transformed during AspectAnnotationLoader Execution</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-407'>JBAOP-407</a>] - Target is not available on Constructor Caller Interception (genadvisor mode)</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-408'>JBAOP-408</a>] - Advices with @Target should always be called</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-414'>JBAOP-414</a>] - Example implements is broken</li>
-</ul>
-
-<h3>Feature Request</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-381'>JBAOP-381</a>] - Finally Advices</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-410'>JBAOP-410</a>] - Upgrade javassist to 3.6.0.beta1</li>
-</ul>
-
-<h3>Task</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-44'>JBAOP-44</a>] - document new ARGS features</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-310'>JBAOP-310</a>] - JBoss Retro packaging</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-313'>JBAOP-313</a>] - Better error messages in AspectXmlLoader</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-367'>JBAOP-367</a>] - Add JBoss EULA to aop 2.0 distribution</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-372'>JBAOP-372</a>] - AOP support for lifecycle callbacks</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-373'>JBAOP-373</a>] - Extract interfaces to be used for JoinPointInfo when used with Before/After/Throwing</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-384'>JBAOP-384</a>] - Add around xml tag</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-385'>JBAOP-385</a>] - Uniformize Advice Exception Treatment</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-394'>JBAOP-394</a>] - Replace EDU.oswego classes with their java.util.concurrent counterparts</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-397'>JBAOP-397</a>] - Make AOP independent of A/S version and split out aspect library as a separate A/S artifact</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-399'>JBAOP-399</a>] - Revisit the examples text</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-400'>JBAOP-400</a>] - Remove JDK 1.4 annotation examples from reference manual</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-412'>JBAOP-412</a>] - Upgrade common-core to 2.2.0.GA</li>
-</ul>
-
-
-<h2>Release Notes - JBoss AOP - Version 2.0.0.alpha4</h2>
-
-<h3>Bug</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-368'>JBAOP-368</a>] - TransformerCommon.toClass calls need to use the aspect ProtectionDomain</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-369'>JBAOP-369</a>] - AOPC should use -Djava.io.tmpdir instead of the default /tmp</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-374'>JBAOP-374</a>] - AspectDefinition is keeping a reference to advisors after undeployment</li>
-</ul>
-
-<h3>Feature Request</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-37'>JBAOP-37</a>] - Before, After, After Throwing support</li>
-</ul>
-
-<h3>Task</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-314'>JBAOP-314</a>] - Modify JoinPointInfo hierarchy so that we can call resolveAnnotation/resolveClassAnnotation on the underlying advisor</li>
-</ul>
-
-
-<h2>Release Notes - JBoss AOP - Version 2.0.0.alpha3</h2>
-
-<h3>Bug</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-254'>JBAOP-254</a>] - IOException: Access is denied on creating temp.files</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-315'>JBAOP-315</a>] - set() and get() pointcuts do not work on fields with no other pointcuts with generated advisors</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-316'>JBAOP-316</a>] - For method execution annotations should only exist for the wrapper method, not in the copied original</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-329'>JBAOP-329</a>] - Parameter annotations do not get copied across</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-330'>JBAOP-330</a>] - Infinite loop in ScopedJBossClassPool/ClassPool if a class cannot be found in the discovered pool</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-331'>JBAOP-331</a>] - Ignore expressions for a (scoped) domain should be gotten from the main AspectManager</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-332'>JBAOP-332</a>] - Surpress transformation errors is ignored</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-336'>JBAOP-336</a>] - NPE using caller pointcuts with per instance interceptors from a constructor</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-342'>JBAOP-342</a>] - JavassistMethodHashing.getMethodMap() for an interface does not pick up methods from super interface</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-346'>JBAOP-346</a>] - FieldAccess for inherited field in subclass does not get replaced if intermediate superclasses has no advised fields</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-349'>JBAOP-349</a>] - $implements/$implementing do not work with classes in the default package</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-353'>JBAOP-353</a>] - NPE on _getInstanceAdvisor (inside constructor joinpoints)</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-354'>JBAOP-354</a>] - PerVMAdvice depends on optimized classes</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-357'>JBAOP-357</a>] - ClassNotFoundExceptions when running with JRockit</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-360'>JBAOP-360</a>] - DeadLock when multiple threads are loading aspects</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-362'>JBAOP-362</a>] - JBoss AOP does not bind interceptors to introduced interfaces consistently</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-365'>JBAOP-365</a>] - Compile-time woven class advisor initialization fails if mixins config is available at runtime</li>
-</ul>
-
-<h3>Feature Request</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-276'>JBAOP-276</a>] - Construct to only match classes within a package</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-338'>JBAOP-338</a>] - Expose getInstance on InstanceAdvisor</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-340'>JBAOP-340</a>] - Enable chain overriding for container proxies</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-361'>JBAOP-361</a>] - AOPContainerProxy fails on final methods</li>
-</ul>
-
-<h3>Task</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-195'>JBAOP-195</a>] - Error running ArgsTestCase in Eclipse</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-317'>JBAOP-317</a>] - Verify mixin creator methods signature</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-343'>JBAOP-343</a>] - Upgrade javassist to 3.4.0.GA</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-344'>JBAOP-344</a>] - Add JBoss EULA to aop 2.0</li>
-</ul>
-
-
-<h2>Release Notes - JBoss AOP - Version 2.0.0.alpha2</h2>
-
-<h3>Bug</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-284'>JBAOP-284</a>] - Error accessing overridden fields</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-298'>JBAOP-298</a>] - Construction does not work when we have inheritance and generated advisors</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-300'>JBAOP-300</a>] - SecurityActions$PrincipalInfoAction missing from client jar</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-301'>JBAOP-301</a>] - FieldAccess for inherited fields does not get replaced</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-303'>JBAOP-303</a>] - Per instance aspects for construction joinpoints</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-306'>JBAOP-306</a>] - NullpointerException in AOP/MC proxies if ctor calls a method</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-307'>JBAOP-307</a>] - Instantiating a proxy for a class that has no default constructors throws NPE</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-308'>JBAOP-308</a>] - Default values for mc annotations not picked up when running in jboss</li>
-</ul>
-
-<h3>Task</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-87'>JBAOP-87</a>] - Add @Depends to annotations that define dependencies</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-91'>JBAOP-91</a>] - Annotation interoperability</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-109'>JBAOP-109</a>] - AOP/MC integration tests</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-291'>JBAOP-291</a>] - Make AOP DTD available online</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-292'>JBAOP-292</a>] - Create AspectDeployer tying in with JBoss Microcontainer for AS 5</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-293'>JBAOP-293</a>] - Get scoped AOP working with AspectAnnotationLoader</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-294'>JBAOP-294</a>] - Use a JDK 5 codebase and use JBoss Retro for 1.4 compatibility</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-299'>JBAOP-299</a>] - Investigate failures using JRockit</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-304'>JBAOP-304</a>] - Add the AOP/MC integration to jboss 5 so that @JMX can be used</li>
-</ul>
-
-
-<h2>Release Notes - JBoss AOP - Version 2.0.0.alpha1</h2>
-
-<h3>Bug</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-95'>JBAOP-95</a>] - Missing priviledged actions for isolating caller from permission checks</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-137'>JBAOP-137</a>] - _instanceAdvisor incorrectly added to base class</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-152'>JBAOP-152</a>] - ClassMetaData should obey same inheritance rules as methods</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-154'>JBAOP-154</a>] - Should be able to have different advices for inherited method</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-155'>JBAOP-155</a>] - class metadata should be overridable for inherited methods</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-179'>JBAOP-179</a>] - GenerateInstrumentedClassLoader should pass class bytes in to ASpectManager.translate()</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-248'>JBAOP-248</a>] - ClassAdvisor.attachClass() does not populate annotation overrides</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-264'>JBAOP-264</a>] - underscore prefix on member variables will throw an ArrayIndexOutOfBoundsException</li>
-</ul>
-
-<h3>Feature Request</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-185'>JBAOP-185</a>] - Exception pointcut</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-260'>JBAOP-260</a>] - Make it possible to (un)deploy one aspect at a time using AspectAnnotationLoader</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-270'>JBAOP-270</a>] - Add invokeTarget() method to Invocation</li>
-</ul>
-
-<h3>Task</h3>
-<ul>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-81'>JBAOP-81</a>] - InstanceAdvisor needs all the features of the ClassAdvisor</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-86'>JBAOP-86</a>] - AOP implementation of the ClassAdapter plugins</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-90'>JBAOP-90</a>] - Validate that JBossAOP works in restricted environments</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-196'>JBAOP-196</a>] - System properties to configure how joinpoint classes are generated</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-204'>JBAOP-204</a>] - Make sure superclasses get instrumented first with loadtime weaving</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-211'>JBAOP-211</a>] - MetaData Repository access from Invocation</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-213'>JBAOP-213</a>] - ConcurrentModificationException when running with microcontainer</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-257'>JBAOP-257</a>] - Test extender test in a scoped environment</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-258'>JBAOP-258</a>] - Make AspectManager.instrumentor a managed attribute</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-269'>JBAOP-269</a>] - Contention point in MethodMetaData</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-272'>JBAOP-272</a>] - Get rid of JoinPointInfo.factories/factoryChain and use interceptors/interceptorChain</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-273'>JBAOP-273</a>] - Create jvm attribute for aopc</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-277'>JBAOP-277</a>] - Move AnnotationCreator into MC</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-282'>JBAOP-282</a>] - Update aspects dist target to use the zip created by the aop dist build</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-285'>JBAOP-285</a>] - overridden method super calls do not get intercepted with generated advisors</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-286'>JBAOP-286</a>] - Weaken dependencies on unreleased MC 2.0</li>
-<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-289'>JBAOP-289</a>] - Move AOP out of head and into its own svn repository</li>
-</ul>
-</body>
-</html>

Copied: projects/aop/tags/JBoss_AOP_2_0_0_GA/build/RELEASE_NOTES.html (from rev 79834, projects/aop/branches/Branch_2_0/build/RELEASE_NOTES.html)
===================================================================
--- projects/aop/tags/JBoss_AOP_2_0_0_GA/build/RELEASE_NOTES.html	                        (rev 0)
+++ projects/aop/tags/JBoss_AOP_2_0_0_GA/build/RELEASE_NOTES.html	2008-10-21 14:02:15 UTC (rev 79840)
@@ -0,0 +1,678 @@
+<html>
+<head>
+<title>Release Notes - JBoss AOP - Version 2.0.0.CR20</title>
+</head>
+<body>
+
+<h2>Release Notes - JBoss AOP - Version 2.0.0.GA</h2>
+    
+<h3>Bug</h3>
+<ul>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-669'>JBAOP-669</a>] -         Compiler report feature does not support paths pointing to directories
+</li>
+</ul>
+        
+<h3>Feature Request</h3>
+<ul>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-388'>JBAOP-388</a>] -         Allow specification of the exception type for after-throwing advice
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-668'>JBAOP-668</a>] -         Revisit release structure
+</li>
+</ul>
+                    
+<h3>Task</h3>
+<ul>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-498'>JBAOP-498</a>] -         Improve JavaDoc comments
+</li>
+</ul>
+    
+<h3>Thirdparty Change</h3>
+<ul>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-670'>JBAOP-670</a>] -         Upgrade to jboss-mdr 2.0.0.GA
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-671'>JBAOP-671</a>] -         Upgrade jboss-reflect to 2.0.0.GA
+</li>
+</ul>
+        
+
+<h2>Release Notes - JBoss AOP - Version 2.0.0.CR20</h2>
+            
+<h3>Feature Request</h3>
+<ul>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-667'>JBAOP-667</a>] -         Refactor how scoped classloaders are handled in AS5
+</li>
+</ul>
+                                
+<h2>Release Notes - JBoss AOP - Version 2.0.0.CR19</h2>
+    
+<h3>Bug</h3>
+<ul>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-654'>JBAOP-654</a>] -         Hotswap tests are failing
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-659'>JBAOP-659</a>] -         Add all aop classes to aop client
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-660'>JBAOP-660</a>] -         VerifyError on Illegal bytecode generated with cross-package inheritence
+</li>
+</ul>
+        
+<h3>Feature Request</h3>
+<ul>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-636'>JBAOP-636</a>] -         Update javassist and get rid of hack in Instrumentor.addMixinMethod()
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-643'>JBAOP-643</a>] -         Document array interception
+</li>
+</ul>
+                        
+<h3>Thirdparty Change</h3>
+<ul>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-661'>JBAOP-661</a>] -         Upgrade jboss cl to 2.0.0.CR3
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-662'>JBAOP-662</a>] -         Upgrade deployers to 2.0.0.CR2
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-663'>JBAOP-663</a>] -         Upgrade mdr to 2.0.0.CR3
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-664'>JBAOP-664</a>] -         Upgrade javassist to 3.9.0.GA
+</li>
+</ul>
+        
+
+<h2>Release Notes - JBoss AOP - Version 2.0.0.CR18</h2>
+    
+<h3>Bug</h3>
+<ul>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-629'>JBAOP-629</a>] -         Synchronize addBinding and removeBinding to avoid duplicate operations
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-646'>JBAOP-646</a>] -         Advisor.updateXXXPoitncutAfterRemove methods don't add the advisor to binding's advisor list
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-655'>JBAOP-655</a>] -         ClassifiedBindingAndPointcutCollection creates PointcutInfos with null bindings
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-656'>JBAOP-656</a>] -         JoinPointClassifier.methodAccessor returns constructor execution pointcuts
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-657'>JBAOP-657</a>] -         The pointcut contained in a binding is not being removed when the binding gets removed
+</li>
+</ul>
+        
+<h3>Feature Request</h3>
+<ul>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-574'>JBAOP-574</a>] -         Doc requirement to write ClassLoaders that return class files as resources
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-603'>JBAOP-603</a>] -         Use Pointcut Classification during Instrumentation
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-644'>JBAOP-644</a>] -         Remove dependency of AOP on VFSDeploymentUnit
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-645'>JBAOP-645</a>] -         Remove dependency of AOP on ServiceMBeanSupport
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-647'>JBAOP-647</a>] -         Make deployment of base-aspects.xml configurable and undeploy on shutdown of aspectmanager service
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-650'>JBAOP-650</a>] -         Support use of system properties in created annotations
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-652'>JBAOP-652</a>] -         Break up asintegration module
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-653'>JBAOP-653</a>] -         Replace ClassifiedBindingAndPointcutCollection lock by AOPLock
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-658'>JBAOP-658</a>] -         Index InterceptionMarkers by classloader
+</li>
+</ul>
+                    
+<h3>Task</h3>
+<ul>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-383'>JBAOP-383</a>] -         Document instrumentation modes
+</li>
+</ul>
+            
+<h3>Sub-task</h3>
+<ul>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-638'>JBAOP-638</a>] -         Move pointcuts and pointcutInfos into ClassifiedBindingCollection, and rename to ClassifiedBindingAndPointcutCollection
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-639'>JBAOP-639</a>] -         Move AM.transformationStarted into WeaverStrategySupport
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-640'>JBAOP-640</a>] -         Honour inheritsBindings in DomainClassifiedBindingCollection, and rename to DomainClassifiedBindingAndPointcutCollection
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-641'>JBAOP-641</a>] -         Move the pointcutStats into ClassifiedBindingAndPointcutCollection
+</li>
+</ul>
+
+
+<h2>Release Notes - JBoss AOP - Version 2.0.0.CR17</h2>
+    
+<h3>Bug</h3>
+<ul>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-569'>JBAOP-569</a>] -         Deadlock when two threads are removing a binding
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-623'>JBAOP-623</a>] -         SystemOutLoggerPlugin dumps trace level to the console for ALL projects that log
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-628'>JBAOP-628</a>] -         ClassCastException when querying ConstructionInvocation meta data
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-630'>JBAOP-630</a>] -         Deadlock in beforeafter tutorial example
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-631'>JBAOP-631</a>] -         Transformation of generated joinpoint classes causes deadlock
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-632'>JBAOP-632</a>] -         Race condition when starting EJBContainer
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-634'>JBAOP-634</a>] -         UnmodifiableEmptyCollections$LockedArrayList is not truly unmodifiable
+</li>
+</ul>
+
+        
+<h3>Feature Request</h3>
+<ul>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-635'>JBAOP-635</a>] -         Make woven in fields and wrapper methods synthetic
+</li>
+</ul>
+
+                                        
+<h2>Release Notes - JBoss AOP - Version 2.0.0.CR16</h2>
+    
+<h3>Bug</h3>
+<ul>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-591'>JBAOP-591</a>] -         Metadata tutorial example is broken
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-617'>JBAOP-617</a>] -         Fix hotswap
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-618'>JBAOP-618</a>] -         AspectManager.getTempAdvisorIfNotExist causes infinite loop
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-620'>JBAOP-620</a>] -         ClassAdvisor.rebuildInterceptorsFor[Removed/Added]Binding methods do not update deprecated collections
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-622'>JBAOP-622</a>] -         ClassAdvisor.isAdvisable(Method) should ignore access$ methods
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-624'>JBAOP-624</a>] -         ScopedClassLoaderDomain should use its classloader to create aspects
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-626'>JBAOP-626</a>] -         Dynamic invocation of unadvised methods not supported on genadvisor mode
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-627'>JBAOP-627</a>] -         AspectManagerAnnotationLoaderStrategy.undeployPrecedence() tries to remove a pointcut rather than a precedence
+</li>
+</ul>
+        
+<h3>Feature Request</h3>
+<ul>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-625'>JBAOP-625</a>] -         Revisit ClassLoader handling
+</li>
+</ul>
+                                
+<h2>Release Notes - JBoss AOP - Version 2.0.0.CR15</h2>
+    
+<h3>Bug</h3>
+<ul>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-605'>JBAOP-605</a>] -         InstanceDomain.addBinding does not update pointcut collection
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-606'>JBAOP-606</a>] -         JBoss AOP does not support multi-class loader standalone environments
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-613'>JBAOP-613</a>] -         AspectDeployer.deployAnnotations() unwind on error causes IndexOutOfBoundsException
+</li>
+</ul>
+        
+<h3>Feature Request</h3>
+<ul>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-607'>JBAOP-607</a>] -         Refactor AspectAnnotationLoader to have pluggable mechanism once annotations are read
+</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-610'>JBAOP-610</a>] -         Allow the use of &quot;this&quot; in annotated named pointcuts, typedefs etc.
+</li>
+</ul>
+                                
+
+<h2>Release Notes - JBoss AOP - Version 2.0.0.CR14</h2>
+    
+<h3>Bug</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-531'>JBAOP-531</a>] - Array replacement bytecode triggers VerifyError</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-590'>JBAOP-590</a>] - Implements tutorial test is broken</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-594'>JBAOP-594</a>] - Packaging tutorial example is not working</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-599'>JBAOP-599</a>] - Doc Section "4.2.2 Application Server XML Resolving" shouldn't talk about "outside of the application server"</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-600'>JBAOP-600</a>] - JRockitPluggableClassPreProcessor prevents jvmti agents from working with jrockit</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-604'>JBAOP-604</a>] - AccessControlException in class.debugWriteFile() when running with JRockit with -Djboss.aop.debug.classes=true</li>
+</ul>
+        
+<h3>Feature Request</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-578'>JBAOP-578</a>] - Optimize removal of bindings</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-579'>JBAOP-579</a>] - Implement pointcut classification, and take into account when building chains</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-595'>JBAOP-595</a>] - AopC should validate the presence of mandatory attributes/inner elements</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-602'>JBAOP-602</a>] - Make install script copy pluggable-instrumentor.jar and jrockit-pluggable-instrumentor.jar to the AS bin folder</li>
+</ul>
+                        
+<h3>Thirdparty Change</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-601'>JBAOP-601</a>] - Upgrade Javassist to 3.8.0.GA</li>
+</ul>
+
+
+<h2>Release Notes - JBoss AOP - Version 2.0.0.CR13</h2>
+    
+<h3>Bug</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-347'>JBAOP-347</a>] - ClassCastException in MarshalledValue.java</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-589'>JBAOP-589</a>] - Examples after-throwing and return-type are broken</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-597'>JBAOP-597</a>] - Util.checkIntroductions uses ContextClassLoader</li>
+</ul>
+        
+<h3>Feature Request</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-598'>JBAOP-598</a>] - Instrumentor.convertReferences recreates Advisor</li>
+</ul>
+
+<h2>Release Notes - JBoss AOP - Version 2.0.0.CR12</h2>
+    
+<h3>Bug</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-592'>JBAOP-592</a>] - Error shutting down AspectManagerService in AS 5</li>
+</ul>
+        
+<h3>Feature Request</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-553'>JBAOP-553</a>] - Provide a single jar in the release</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-593'>JBAOP-593</a>] - Proxy Factory should only create a proxy if per instance container has metadata bringing in more aspects than exist at class level</li>
+<li>[<a href='https://jira.jboss.org/jira/browse/JBAOP-611'>JBAOP-611</a>] - AspectAnnotationLoader should deploy named pointcuts etc. before deploying the binding
+</ul>
+                    
+<h3>Task</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-596'>JBAOP-596</a>] - Ensure all requisite client classes are included in jboss-aop-jdk50-client.jar</li>
+</ul>
+    
+<h3>Thirdparty Change</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-588'>JBAOP-588</a>] - Upgrade to jboss-common-core 2.2.7.GA</li>
+</ul>
+
+<h2>Release Notes - JBoss AOP - Version 2.0.0.CR11</h2>
+    
+<h3>Bug</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-587'>JBAOP-587</a>] - Advisors for classes belonging to bootstrap classloader should be updated when removing bindings</li>
+</ul>
+                            
+<h3>Task</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-586'>JBAOP-586</a>] - Switch dependency on org.jboss:javassist to javassist:javassist</li>
+</ul>
+    
+<h2>Release Notes - JBoss AOP - Version 2.0.0.CR10</h2>
+    
+<h3>Bug</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-433'>JBAOP-433</a>] - Caller Interceptor Chains Are Not Rebuilt</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-572'>JBAOP-572</a>] - Class and Container proxy caches are not classloader aware</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-580'>JBAOP-580</a>] - Calls to Class.getDeclaredXXX() in org.jboss.aop.pointcut.Util need to happen inside privileged blocks</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-581'>JBAOP-581</a>] - Fix JmxIntrospectingMixin</li>
+</ul>
+        
+<h3>Feature Request</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-560'>JBAOP-560</a>] - When an AspectFactory returns null no interceptor should be added to the chain</li>
+</ul>
+                    
+<h3>Task</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-575'>JBAOP-575</a>] - Optimize addition of AspectBindings to improve AS start time</li>
+</ul>
+    
+
+<h2>Release Notes - JBoss AOP - Version 2.0.0.CR9</h2>
+
+<h3>Bug</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-256'>JBAOP-256</a>] - java.lang.RuntimeException: defrost(): org.jboss.jms.client.delegate.ClientBrowserDelegate$... was pruned</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-537'>JBAOP-537</a>] - JoinPointInfo synchronization is not working on wrappers</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-545'>JBAOP-545</a>] - Instrumented methods contained in the super class may be ignored</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-550'>JBAOP-550</a>] - Generated JoinPoint class cache ignores class loader</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-554'>JBAOP-554</a>] - Duplicated InterceptorFactories</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-562'>JBAOP-562</a>] - Cached GeneratedClassInfo objects are being gc'ed</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-565'>JBAOP-565</a>] - SuperClassesFirstWeavingStrategy instruments classes already loaded</li>
+</ul>
+
+<h3>Feature Request</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-521'>JBAOP-521</a>] - maven-jbossaop-plugin documentation</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-540'>JBAOP-540</a>] - Modify DuplicateTestCase to extend AOPTestWithSetup</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-551'>JBAOP-551</a>] - Create a Schema for jboss-aop.xml files</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-561'>JBAOP-561</a>] - Remove reference to AOP IDE from reference docs</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-568'>JBAOP-568</a>] - Avoid extra info from being kept in the generated jp cache</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-570'>JBAOP-570</a>] - Ignore the ClassLoader on the JoinPointGenerator.generatedJoinPointClassCache</li>
+</ul>
+
+<h3>Task</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-395'>JBAOP-395</a>] - Release/Packaging  holder task</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-547'>JBAOP-547</a>] - Update microcontainer dependencies</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-555'>JBAOP-555</a>] - Remove support for jdk1.4</li>
+</ul>
+
+
+<h2>Release Notes - JBoss AOP - Version 2.0.0.CR8</h2>
+
+<h3>Bug</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-492'>JBAOP-492</a>] - Duplicate _getAdvisor</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-495'>JBAOP-495</a>] - run-precompiled refers wrong jar</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-496'>JBAOP-496</a>] - run-precompiled.bat never runs the class</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-499'>JBAOP-499</a>] - Deadlock on multi-threaded dynamic AOP scenarios</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-517'>JBAOP-517</a>] - Enable Advisor.methodInterceptors field</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-528'>JBAOP-528</a>] - Fix bug when double-weaving existing javaassist proxies</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-534'>JBAOP-534</a>] - JBoss AOP ignore classes packaged in org.jboss.aop, it should be org.jboss.aop.</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-536'>JBAOP-536</a>] - Generated invokeNext method should be synchronized</li>
+</ul>
+
+<h3>Feature Request</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-516'>JBAOP-516</a>] - Support exclude=* in order to just include some package in current project</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-520'>JBAOP-520</a>] - maven-jbossaop-plugin to run java with aop options</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-526'>JBAOP-526</a>] - Use MetaData.isMetaDataPresent() instead of MetaData.isAnnotationPresent()</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-529'>JBAOP-529</a>] - Document maven plugin and add pom.xml for most of the examples in the dist</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-532'>JBAOP-532</a>] - Increase performance of annotation parsing by making checking of RuntimeInvisible annotations optional</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-541'>JBAOP-541</a>] - Use simple synchronization rather than rw locks when initialising lazy collections</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-543'>JBAOP-543</a>] - Replace exception when undeploying non-existant domain with a log warning</li>
+</ul>
+
+<h3>Task</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-530'>JBAOP-530</a>] - Missing classes in AOP-client JAR</li>
+</ul>
+
+<h3>Thirdparty Change</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-533'>JBAOP-533</a>] - Upgrade javassist to 3.7.1.GA</li>
+</ul>
+
+
+<h2>Release Notes - JBoss AOP - Version 2.0.0.CR7</h2>
+
+<h3>Feature Request</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-524'>JBAOP-524</a>] - Annotation processing is slow</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-525'>JBAOP-525</a>] - Should be possible to serialize a ContainerProxyCacheKey containing (unserializable) MetaData</li>
+</ul>
+
+<h2>Release Notes - JBoss AOP - Version 2.0.0.CR6</h2>
+
+<h3>Bug</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-523'>JBAOP-523</a>] - NPE trying to read annotations when shutting down server</li>
+</ul>
+
+
+<h2>Release Notes - JBoss AOP - Version 2.0.0.CR5</h2>
+
+<h3>Feature Request</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-522'>JBAOP-522</a>] - Pass in full VFSDeploymentUnit from AspectDeployer to DomainInitialiser</li>
+</ul>
+
+<h2>Release Notes - JBoss AOP - Version 2.0.0.CR4</h2>
+
+<h3>Bug</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-453'>JBAOP-453</a>] - maven-jbossaop-plugin requires artifact maven-jbossaop-plugin on compile classpath</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-514'>JBAOP-514</a>] - AbstractAspectManager.destroy() should be calling undeployXml() instead of deployXml()</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-518'>JBAOP-518</a>] - Post condition of InstanceAdvisorDelegate.initializeAspects is not aspect != null</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-519'>JBAOP-519</a>] - Duplicate methods in ContainerProxyFactory</li>
+</ul>
+
+<h3>Feature Request</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-467'>JBAOP-467</a>] - Serialize container proxies out of vm</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-513'>JBAOP-513</a>] - Delete the unused GeneratedAdvisedInterface</li>
+</ul>
+
+<h3>Task</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-290'>JBAOP-290</a>] - Make src/build.xml work</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-511'>JBAOP-511</a>] - Add root dir to release file</li>
+</ul>
+
+
+<h2>Release Notes - JBoss AOP - Version 2.0.0.CR3</h2>
+
+<h3>Bug</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-200'>JBAOP-200</a>] - Make sure the batch and sh files work</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-497'>JBAOP-497</a>] - ClassNotFoundException on JBoss 5</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-505'>JBAOP-505</a>] - Parameter Matching Backtrack can break indexes</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-507'>JBAOP-507</a>] - Launcher classloader is not accepted as a valid classloader in jboss embedded</li>
+</ul>
+
+<h2>Release Notes - JBoss AOP - Version 2.0.0.CR2</h2>
+
+<h3>Bug</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-380'>JBAOP-380</a>] - JBoss AOP sets info field to null before rebuilding a chain</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-480'>JBAOP-480</a>] - NPE in concurrent join point generation</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-493'>JBAOP-493</a>] - Instrumentor.isBaseClass does not examine the whole hierarchy</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-494'>JBAOP-494</a>] - Generated adviceString should take into account Aspect/Interceptor scope</li>
+</ul>
+
+<h2>Release Notes - JBoss AOP - Version 2.0.0.CR1</h2>
+
+<h3>Bug</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-305'>JBAOP-305</a>] - annotations not found for non-generic implementations of generic interface methods</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-434'>JBAOP-434</a>] - StackOverflow error on ScopedJbossClassPool.getCached</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-483'>JBAOP-483</a>] - Class(Proxy)Container does not populate the metadata</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-484'>JBAOP-484</a>] - GeneratedAdvisor advised class with a super class that is a ContainerProxy gives CCE in JoinpointGenerator</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-489'>JBAOP-489</a>] - Undeploy does not work if path has space characters</li>
+</ul>
+
+<h3>Feature Request</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-366'>JBAOP-366</a>] - Ability to attach a .aop deployment to a particular scoped classloader</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-482'>JBAOP-482</a>] - AOP gives non-descriptive exception when annotation creation of an expression fails</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-488'>JBAOP-488</a>] - Improve AOPContainerProxy.toString()</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-490'>JBAOP-490</a>] - Advisor.resolveAnnotation() and hasAnnotation() should check the MetaData in all cases</li>
+</ul>
+
+<h3>Task</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-107'>JBAOP-107</a>] - The different types of classloader integration for AOP belong in the related release not jboss-head</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-485'>JBAOP-485</a>] - Override Instrumentor.isBaseClass() in GeneratedAdvisorInstrumentor</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-486'>JBAOP-486</a>] - Get rid of SuperClassesWeavingStrategy$CtClassTransformationInfo</li>
+</ul>
+
+<h2>Release Notes - JBoss AOP - Version 2.0.0.beta2</h2>
+
+<h3>Bug</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-415'>JBAOP-415</a>] - Advice Matching algorithm is ignoring generics</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-464'>JBAOP-464</a>] - Call.getClassName() and Call.getMethodName() must not be called after Call is edited</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-471'>JBAOP-471</a>] - Method enforceArgsConsistency() not found on field interception with @Arg-annotated param</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-472'>JBAOP-472</a>] - Wrappers lack the generic type information</li>
+</ul>
+
+<h3>Feature Request</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-265'>JBAOP-265</a>] - Aspectize Java array</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-469'>JBAOP-469</a>] - Make sure @Aspect works in older versions of AS</li>
+</ul>
+
+<h3>Task</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-409'>JBAOP-409</a>] - Make a version of ScopedJbossClassPool that works with AS 5</li>
+</ul>
+
+
+<h2>Release Notes - JBoss AOP - Version 2.0.0.beta1</h2>
+
+<h3>Bug</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-450'>JBAOP-450</a>] - AOP/MC Proxies do not include original Annotation and Signature attributes</li>
+</ul>
+
+<h3>Feature Request</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-455'>JBAOP-455</a>] - Upgrade javassist to 3.6.0.GA</li>
+</ul>
+
+<h3>Task</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-226'>JBAOP-226</a>] - Memory leaks (advanced)</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-376'>JBAOP-376</a>] - Optimize AOP (SuperTask)</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-382'>JBAOP-382</a>] - Remove Complex Advice Signatures from Classic Mode</li>
+</ul>
+
+
+<h2>Release Notes - JBoss AOP - Version 2.0.0.alpha5</h2>
+
+<h3>Bug</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-379'>JBAOP-379</a>] - Arguments array shouldn't be null when the joinpoint arguments list is empty</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-391'>JBAOP-391</a>] - Default instrumentation mode unexpected</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-398'>JBAOP-398</a>] - No such field: jboss</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-406'>JBAOP-406</a>] - Proxy Class is being transformed during AspectAnnotationLoader Execution</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-407'>JBAOP-407</a>] - Target is not available on Constructor Caller Interception (genadvisor mode)</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-408'>JBAOP-408</a>] - Advices with @Target should always be called</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-414'>JBAOP-414</a>] - Example implements is broken</li>
+</ul>
+
+<h3>Feature Request</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-381'>JBAOP-381</a>] - Finally Advices</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-410'>JBAOP-410</a>] - Upgrade javassist to 3.6.0.beta1</li>
+</ul>
+
+<h3>Task</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-44'>JBAOP-44</a>] - document new ARGS features</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-310'>JBAOP-310</a>] - JBoss Retro packaging</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-313'>JBAOP-313</a>] - Better error messages in AspectXmlLoader</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-367'>JBAOP-367</a>] - Add JBoss EULA to aop 2.0 distribution</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-372'>JBAOP-372</a>] - AOP support for lifecycle callbacks</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-373'>JBAOP-373</a>] - Extract interfaces to be used for JoinPointInfo when used with Before/After/Throwing</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-384'>JBAOP-384</a>] - Add around xml tag</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-385'>JBAOP-385</a>] - Uniformize Advice Exception Treatment</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-394'>JBAOP-394</a>] - Replace EDU.oswego classes with their java.util.concurrent counterparts</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-397'>JBAOP-397</a>] - Make AOP independent of A/S version and split out aspect library as a separate A/S artifact</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-399'>JBAOP-399</a>] - Revisit the examples text</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-400'>JBAOP-400</a>] - Remove JDK 1.4 annotation examples from reference manual</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-412'>JBAOP-412</a>] - Upgrade common-core to 2.2.0.GA</li>
+</ul>
+
+
+<h2>Release Notes - JBoss AOP - Version 2.0.0.alpha4</h2>
+
+<h3>Bug</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-368'>JBAOP-368</a>] - TransformerCommon.toClass calls need to use the aspect ProtectionDomain</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-369'>JBAOP-369</a>] - AOPC should use -Djava.io.tmpdir instead of the default /tmp</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-374'>JBAOP-374</a>] - AspectDefinition is keeping a reference to advisors after undeployment</li>
+</ul>
+
+<h3>Feature Request</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-37'>JBAOP-37</a>] - Before, After, After Throwing support</li>
+</ul>
+
+<h3>Task</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-314'>JBAOP-314</a>] - Modify JoinPointInfo hierarchy so that we can call resolveAnnotation/resolveClassAnnotation on the underlying advisor</li>
+</ul>
+
+
+<h2>Release Notes - JBoss AOP - Version 2.0.0.alpha3</h2>
+
+<h3>Bug</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-254'>JBAOP-254</a>] - IOException: Access is denied on creating temp.files</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-315'>JBAOP-315</a>] - set() and get() pointcuts do not work on fields with no other pointcuts with generated advisors</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-316'>JBAOP-316</a>] - For method execution annotations should only exist for the wrapper method, not in the copied original</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-329'>JBAOP-329</a>] - Parameter annotations do not get copied across</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-330'>JBAOP-330</a>] - Infinite loop in ScopedJBossClassPool/ClassPool if a class cannot be found in the discovered pool</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-331'>JBAOP-331</a>] - Ignore expressions for a (scoped) domain should be gotten from the main AspectManager</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-332'>JBAOP-332</a>] - Surpress transformation errors is ignored</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-336'>JBAOP-336</a>] - NPE using caller pointcuts with per instance interceptors from a constructor</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-342'>JBAOP-342</a>] - JavassistMethodHashing.getMethodMap() for an interface does not pick up methods from super interface</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-346'>JBAOP-346</a>] - FieldAccess for inherited field in subclass does not get replaced if intermediate superclasses has no advised fields</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-349'>JBAOP-349</a>] - $implements/$implementing do not work with classes in the default package</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-353'>JBAOP-353</a>] - NPE on _getInstanceAdvisor (inside constructor joinpoints)</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-354'>JBAOP-354</a>] - PerVMAdvice depends on optimized classes</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-357'>JBAOP-357</a>] - ClassNotFoundExceptions when running with JRockit</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-360'>JBAOP-360</a>] - DeadLock when multiple threads are loading aspects</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-362'>JBAOP-362</a>] - JBoss AOP does not bind interceptors to introduced interfaces consistently</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-365'>JBAOP-365</a>] - Compile-time woven class advisor initialization fails if mixins config is available at runtime</li>
+</ul>
+
+<h3>Feature Request</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-276'>JBAOP-276</a>] - Construct to only match classes within a package</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-338'>JBAOP-338</a>] - Expose getInstance on InstanceAdvisor</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-340'>JBAOP-340</a>] - Enable chain overriding for container proxies</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-361'>JBAOP-361</a>] - AOPContainerProxy fails on final methods</li>
+</ul>
+
+<h3>Task</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-195'>JBAOP-195</a>] - Error running ArgsTestCase in Eclipse</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-317'>JBAOP-317</a>] - Verify mixin creator methods signature</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-343'>JBAOP-343</a>] - Upgrade javassist to 3.4.0.GA</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-344'>JBAOP-344</a>] - Add JBoss EULA to aop 2.0</li>
+</ul>
+
+
+<h2>Release Notes - JBoss AOP - Version 2.0.0.alpha2</h2>
+
+<h3>Bug</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-284'>JBAOP-284</a>] - Error accessing overridden fields</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-298'>JBAOP-298</a>] - Construction does not work when we have inheritance and generated advisors</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-300'>JBAOP-300</a>] - SecurityActions$PrincipalInfoAction missing from client jar</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-301'>JBAOP-301</a>] - FieldAccess for inherited fields does not get replaced</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-303'>JBAOP-303</a>] - Per instance aspects for construction joinpoints</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-306'>JBAOP-306</a>] - NullpointerException in AOP/MC proxies if ctor calls a method</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-307'>JBAOP-307</a>] - Instantiating a proxy for a class that has no default constructors throws NPE</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-308'>JBAOP-308</a>] - Default values for mc annotations not picked up when running in jboss</li>
+</ul>
+
+<h3>Task</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-87'>JBAOP-87</a>] - Add @Depends to annotations that define dependencies</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-91'>JBAOP-91</a>] - Annotation interoperability</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-109'>JBAOP-109</a>] - AOP/MC integration tests</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-291'>JBAOP-291</a>] - Make AOP DTD available online</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-292'>JBAOP-292</a>] - Create AspectDeployer tying in with JBoss Microcontainer for AS 5</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-293'>JBAOP-293</a>] - Get scoped AOP working with AspectAnnotationLoader</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-294'>JBAOP-294</a>] - Use a JDK 5 codebase and use JBoss Retro for 1.4 compatibility</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-299'>JBAOP-299</a>] - Investigate failures using JRockit</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-304'>JBAOP-304</a>] - Add the AOP/MC integration to jboss 5 so that @JMX can be used</li>
+</ul>
+
+
+<h2>Release Notes - JBoss AOP - Version 2.0.0.alpha1</h2>
+
+<h3>Bug</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-95'>JBAOP-95</a>] - Missing priviledged actions for isolating caller from permission checks</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-137'>JBAOP-137</a>] - _instanceAdvisor incorrectly added to base class</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-152'>JBAOP-152</a>] - ClassMetaData should obey same inheritance rules as methods</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-154'>JBAOP-154</a>] - Should be able to have different advices for inherited method</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-155'>JBAOP-155</a>] - class metadata should be overridable for inherited methods</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-179'>JBAOP-179</a>] - GenerateInstrumentedClassLoader should pass class bytes in to ASpectManager.translate()</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-248'>JBAOP-248</a>] - ClassAdvisor.attachClass() does not populate annotation overrides</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-264'>JBAOP-264</a>] - underscore prefix on member variables will throw an ArrayIndexOutOfBoundsException</li>
+</ul>
+
+<h3>Feature Request</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-185'>JBAOP-185</a>] - Exception pointcut</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-260'>JBAOP-260</a>] - Make it possible to (un)deploy one aspect at a time using AspectAnnotationLoader</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-270'>JBAOP-270</a>] - Add invokeTarget() method to Invocation</li>
+</ul>
+
+<h3>Task</h3>
+<ul>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-81'>JBAOP-81</a>] - InstanceAdvisor needs all the features of the ClassAdvisor</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-86'>JBAOP-86</a>] - AOP implementation of the ClassAdapter plugins</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-90'>JBAOP-90</a>] - Validate that JBossAOP works in restricted environments</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-196'>JBAOP-196</a>] - System properties to configure how joinpoint classes are generated</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-204'>JBAOP-204</a>] - Make sure superclasses get instrumented first with loadtime weaving</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-211'>JBAOP-211</a>] - MetaData Repository access from Invocation</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-213'>JBAOP-213</a>] - ConcurrentModificationException when running with microcontainer</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-257'>JBAOP-257</a>] - Test extender test in a scoped environment</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-258'>JBAOP-258</a>] - Make AspectManager.instrumentor a managed attribute</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-269'>JBAOP-269</a>] - Contention point in MethodMetaData</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-272'>JBAOP-272</a>] - Get rid of JoinPointInfo.factories/factoryChain and use interceptors/interceptorChain</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-273'>JBAOP-273</a>] - Create jvm attribute for aopc</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-277'>JBAOP-277</a>] - Move AnnotationCreator into MC</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-282'>JBAOP-282</a>] - Update aspects dist target to use the zip created by the aop dist build</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-285'>JBAOP-285</a>] - overridden method super calls do not get intercepted with generated advisors</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-286'>JBAOP-286</a>] - Weaken dependencies on unreleased MC 2.0</li>
+<li>[<a href='http://jira.jboss.com/jira/browse/JBAOP-289'>JBAOP-289</a>] - Move AOP out of head and into its own svn repository</li>
+</ul>
+</body>
+</html>

Deleted: projects/aop/tags/JBoss_AOP_2_0_0_GA/build/pom.xml
===================================================================
--- projects/aop/branches/Branch_2_0/build/pom.xml	2008-10-21 12:53:30 UTC (rev 79831)
+++ projects/aop/tags/JBoss_AOP_2_0_0_GA/build/pom.xml	2008-10-21 14:02:15 UTC (rev 79840)
@@ -1,39 +0,0 @@
-<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">
-  <parent>
-    <groupId>org.jboss.aop</groupId>
-    <artifactId>jboss-aop-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-aop-dist</artifactId>
-  <packaging>jar</packaging>
-  <name>JBoss AOP Distribution Build</name>
-  <description>JBoss AOP Distribution Build</description>
-  
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss.aop</groupId>
-      <artifactId>jboss-aop</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.aop</groupId>
-      <artifactId>jrockit-pluggable-instrumentor</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>jboss.profiler.jvmti</groupId>
-      <artifactId>jboss-profiler-jvmti</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>jboss</groupId>
-      <artifactId>jboss-test</artifactId>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  
-</project>
\ No newline at end of file

Copied: projects/aop/tags/JBoss_AOP_2_0_0_GA/build/pom.xml (from rev 79839, projects/aop/branches/Branch_2_0/build/pom.xml)
===================================================================
--- projects/aop/tags/JBoss_AOP_2_0_0_GA/build/pom.xml	                        (rev 0)
+++ projects/aop/tags/JBoss_AOP_2_0_0_GA/build/pom.xml	2008-10-21 14:02:15 UTC (rev 79840)
@@ -0,0 +1,39 @@
+<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">
+  <parent>
+    <groupId>org.jboss.aop</groupId>
+    <artifactId>jboss-aop-parent</artifactId>
+    <version>2.0.0.GA</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-aop-dist</artifactId>
+  <packaging>jar</packaging>
+  <name>JBoss AOP Distribution Build</name>
+  <description>JBoss AOP Distribution Build</description>
+  
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.aop</groupId>
+      <artifactId>jboss-aop</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.aop</groupId>
+      <artifactId>jrockit-pluggable-instrumentor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>jboss.profiler.jvmti</groupId>
+      <artifactId>jboss-profiler-jvmti</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>jboss</groupId>
+      <artifactId>jboss-test</artifactId>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+  
+</project>
\ No newline at end of file

Deleted: projects/aop/tags/JBoss_AOP_2_0_0_GA/jrockit-pluggable-instrumentor/pom.xml
===================================================================
--- projects/aop/branches/Branch_2_0/jrockit-pluggable-instrumentor/pom.xml	2008-10-21 12:53:30 UTC (rev 79831)
+++ projects/aop/tags/JBoss_AOP_2_0_0_GA/jrockit-pluggable-instrumentor/pom.xml	2008-10-21 14:02:15 UTC (rev 79840)
@@ -1,128 +0,0 @@
-<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">
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.jboss.aop</groupId>
-    <artifactId>jboss-aop-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-  <artifactId>jrockit-pluggable-instrumentor</artifactId>
-  <packaging>jar</packaging>
-  <name>JBoss AOP JRockit Pluggable Instrumentor</name>
-
-  <build>
-    <finalName>${artifactId}</finalName>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-enforcer-plugin</artifactId>
-        <version>1.0-alpha-4</version>
-        <executions>
-          <execution>
-            <id>enforce-versions</id>
-            <goals>
-              <goal>enforce</goal>
-            </goals>
-            <configuration>
-              <rules>
-                <requireProperty>
-                  <property>jrockit.home</property>
-                  <message>You must define the property "jrockit.home"</message>
-                </requireProperty>
-              </rules>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.0.2</version>
-        <configuration>
-          <excludes>
-            <!-- Everything is excluded because the source is compiled by ant.-->
-            <exclude>**</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <version>2.2</version>
-        <configuration>
-          <archive>
-            <manifest>
-              <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
-              <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
-            </manifest>
-            <manifestEntries>
-              <Implementation-URL>${pom.url}</Implementation-URL>
-              <Premain-Class>org.jboss.aop.standalone.PluggableInstrumentor</Premain-Class>
-              <Can-Redefine-Classes>true</Can-Redefine-Classes>
-            </manifestEntries>
-          </archive>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <version>1.2</version>
-        <executions>
-          <execution>
-            <id>jrockit-compile</id>
-            <goals>
-              <goal>run</goal>
-            </goals>
-            <phase>compile</phase>
-            <configuration>
-              <tasks>
-                <echo message="jrockit.home=${jrockit.home}" />
-                <!-- in older versions of jrockit the weaving stuff lives in managementapi.jar, in newer in management-agent.jar -->
-                <available file="${jrockit.home}/jre/lib/managementapi.jar" property="OLD_JROCKIT" value="managementapi.jar" />
-                <available file="${jrockit.home}/jre/lib/management-agent.jar" property="NEW_JROCKIT" value="rt.jar" />
-                <condition property="JROCKIT_API_AVAILABLE" value="${OLD_JROCKIT}">
-                  <and>
-                    <isset property="OLD_JROCKIT" />
-                    <not>
-                      <isset property="NEW_JROCKIT" />
-                    </not>
-                  </and>
-                </condition>
-                <condition property="JROCKIT_API_AVAILABLE" value="${NEW_JROCKIT}">
-                  <and>
-                    <isset property="NEW_JROCKIT" />
-                    <not>
-                      <isset property="OLD_JROCKIT" />
-                    </not>
-                  </and>
-                </condition>
-                <path id="javac.jrockit.classpath">
-                  <path refid="maven.compile.classpath" />
-                  <path path="${jrockit.home}/jre/lib/${JROCKIT_API_AVAILABLE}" />
-                </path>
-
-                <property name="build.compiler" value="extJavac" />
-                <fail unless="JROCKIT_API_AVAILABLE"> 
-                  JRockit API Not Available.  Skipping JRockit compile. 
-                </fail>
-                <mkdir dir="${project.build.outputDirectory}" />
-                <javac destdir="${project.build.outputDirectory}" target="1.4" source="1.4">
-                   <src path="${project.build.sourceDirectory}" />
-                   <include name="org/jboss/aop/hook/JRockit*" />
-                   <classpath refid="javac.jrockit.classpath" />
-                </javac>
-              </tasks>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-  
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss.aop</groupId>
-      <artifactId>jboss-aop</artifactId>
-    </dependency>
-  </dependencies>
-
-</project>
\ No newline at end of file

Copied: projects/aop/tags/JBoss_AOP_2_0_0_GA/jrockit-pluggable-instrumentor/pom.xml (from rev 79839, projects/aop/branches/Branch_2_0/jrockit-pluggable-instrumentor/pom.xml)
===================================================================
--- projects/aop/tags/JBoss_AOP_2_0_0_GA/jrockit-pluggable-instrumentor/pom.xml	                        (rev 0)
+++ projects/aop/tags/JBoss_AOP_2_0_0_GA/jrockit-pluggable-instrumentor/pom.xml	2008-10-21 14:02:15 UTC (rev 79840)
@@ -0,0 +1,128 @@
+<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">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.jboss.aop</groupId>
+    <artifactId>jboss-aop-parent</artifactId>
+    <version>2.0.0.GA</version>
+  </parent>
+  <artifactId>jrockit-pluggable-instrumentor</artifactId>
+  <packaging>jar</packaging>
+  <name>JBoss AOP JRockit Pluggable Instrumentor</name>
+
+  <build>
+    <finalName>${artifactId}</finalName>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-enforcer-plugin</artifactId>
+        <version>1.0-alpha-4</version>
+        <executions>
+          <execution>
+            <id>enforce-versions</id>
+            <goals>
+              <goal>enforce</goal>
+            </goals>
+            <configuration>
+              <rules>
+                <requireProperty>
+                  <property>jrockit.home</property>
+                  <message>You must define the property "jrockit.home"</message>
+                </requireProperty>
+              </rules>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.0.2</version>
+        <configuration>
+          <excludes>
+            <!-- Everything is excluded because the source is compiled by ant.-->
+            <exclude>**</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>2.2</version>
+        <configuration>
+          <archive>
+            <manifest>
+              <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+              <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+            </manifest>
+            <manifestEntries>
+              <Implementation-URL>${pom.url}</Implementation-URL>
+              <Premain-Class>org.jboss.aop.standalone.PluggableInstrumentor</Premain-Class>
+              <Can-Redefine-Classes>true</Can-Redefine-Classes>
+            </manifestEntries>
+          </archive>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <version>1.2</version>
+        <executions>
+          <execution>
+            <id>jrockit-compile</id>
+            <goals>
+              <goal>run</goal>
+            </goals>
+            <phase>compile</phase>
+            <configuration>
+              <tasks>
+                <echo message="jrockit.home=${jrockit.home}" />
+                <!-- in older versions of jrockit the weaving stuff lives in managementapi.jar, in newer in management-agent.jar -->
+                <available file="${jrockit.home}/jre/lib/managementapi.jar" property="OLD_JROCKIT" value="managementapi.jar" />
+                <available file="${jrockit.home}/jre/lib/management-agent.jar" property="NEW_JROCKIT" value="rt.jar" />
+                <condition property="JROCKIT_API_AVAILABLE" value="${OLD_JROCKIT}">
+                  <and>
+                    <isset property="OLD_JROCKIT" />
+                    <not>
+                      <isset property="NEW_JROCKIT" />
+                    </not>
+                  </and>
+                </condition>
+                <condition property="JROCKIT_API_AVAILABLE" value="${NEW_JROCKIT}">
+                  <and>
+                    <isset property="NEW_JROCKIT" />
+                    <not>
+                      <isset property="OLD_JROCKIT" />
+                    </not>
+                  </and>
+                </condition>
+                <path id="javac.jrockit.classpath">
+                  <path refid="maven.compile.classpath" />
+                  <path path="${jrockit.home}/jre/lib/${JROCKIT_API_AVAILABLE}" />
+                </path>
+
+                <property name="build.compiler" value="extJavac" />
+                <fail unless="JROCKIT_API_AVAILABLE"> 
+                  JRockit API Not Available.  Skipping JRockit compile. 
+                </fail>
+                <mkdir dir="${project.build.outputDirectory}" />
+                <javac destdir="${project.build.outputDirectory}" target="1.4" source="1.4">
+                   <src path="${project.build.sourceDirectory}" />
+                   <include name="org/jboss/aop/hook/JRockit*" />
+                   <classpath refid="javac.jrockit.classpath" />
+                </javac>
+              </tasks>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.aop</groupId>
+      <artifactId>jboss-aop</artifactId>
+    </dependency>
+  </dependencies>
+
+</project>
\ No newline at end of file

Deleted: projects/aop/tags/JBoss_AOP_2_0_0_GA/pluggable-instrumentor/pom.xml
===================================================================
--- projects/aop/branches/Branch_2_0/pluggable-instrumentor/pom.xml	2008-10-21 12:53:30 UTC (rev 79831)
+++ projects/aop/tags/JBoss_AOP_2_0_0_GA/pluggable-instrumentor/pom.xml	2008-10-21 14:02:15 UTC (rev 79840)
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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">
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.jboss.aop</groupId>
-    <artifactId>jboss-aop-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
-  </parent>
-  <artifactId>pluggable-instrumentor</artifactId>
-  <packaging>jar</packaging>
-  <name>JBoss AOP Pluggable Instrumentor</name>
-
-  <build>
-    <finalName>${artifactId}</finalName>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <version>2.2</version>
-        <configuration>
-          <archive>
-            <manifest>
-              <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
-              <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
-            </manifest>
-            <manifestEntries>
-              <Implementation-URL>${pom.url}</Implementation-URL>
-              <Premain-Class>org.jboss.aop.standalone.PluggableInstrumentor</Premain-Class>
-              <Can-Redefine-Classes>true</Can-Redefine-Classes>
-            </manifestEntries>
-          </archive>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  
-</project>

Copied: projects/aop/tags/JBoss_AOP_2_0_0_GA/pluggable-instrumentor/pom.xml (from rev 79839, projects/aop/branches/Branch_2_0/pluggable-instrumentor/pom.xml)
===================================================================
--- projects/aop/tags/JBoss_AOP_2_0_0_GA/pluggable-instrumentor/pom.xml	                        (rev 0)
+++ projects/aop/tags/JBoss_AOP_2_0_0_GA/pluggable-instrumentor/pom.xml	2008-10-21 14:02:15 UTC (rev 79840)
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.jboss.aop</groupId>
+    <artifactId>jboss-aop-parent</artifactId>
+    <version>2.0.0.GA</version>
+  </parent>
+  <artifactId>pluggable-instrumentor</artifactId>
+  <packaging>jar</packaging>
+  <name>JBoss AOP Pluggable Instrumentor</name>
+
+  <build>
+    <finalName>${artifactId}</finalName>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>2.2</version>
+        <configuration>
+          <archive>
+            <manifest>
+              <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+              <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+            </manifest>
+            <manifestEntries>
+              <Implementation-URL>${pom.url}</Implementation-URL>
+              <Premain-Class>org.jboss.aop.standalone.PluggableInstrumentor</Premain-Class>
+              <Can-Redefine-Classes>true</Can-Redefine-Classes>
+            </manifestEntries>
+          </archive>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  
+</project>

Deleted: projects/aop/tags/JBoss_AOP_2_0_0_GA/pom.xml
===================================================================
--- projects/aop/branches/Branch_2_0/pom.xml	2008-10-21 12:53:30 UTC (rev 79831)
+++ projects/aop/tags/JBoss_AOP_2_0_0_GA/pom.xml	2008-10-21 14:02:15 UTC (rev 79840)
@@ -1,608 +0,0 @@
-<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">
-  
-  <parent>
-    <groupId>org.jboss</groupId>
-    <artifactId>jboss-parent</artifactId>
-    <version>4</version>
-  </parent>
-  
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.aop</groupId>
-  <artifactId>jboss-aop-parent</artifactId>
-  <packaging>pom</packaging>
-  <version>2.0.0-SNAPSHOT</version>
-  <description>JBoss AOP</description>
-  <name>JBoss AOP Parent POM</name>
-  <url>http://www.jboss.org/jbossaop/</url>
-  <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/aop/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/aop/trunk/</developerConnection>
-  </scm>
-  
-  <properties>
-    <version.javassist.javassist>3.9.0.GA</version.javassist.javassist>
-    <version.jboss.jbossas.core-libs>4.0.4.GA</version.jboss.jbossas.core-libs>
-    <version.org.jboss.jbossas>5.0.0.CR2</version.org.jboss.jbossas>
-    <version.org.jboss.jboss-common-core>2.2.8.GA</version.org.jboss.jboss-common-core>
-    <version.org.jboss.cl>2.0.0.CR3</version.org.jboss.cl>
-    <version.org.jboss.deployers>2.0.0.CR2</version.org.jboss.deployers>
-    <version.org.jboss.integration>5.0.0.CR2</version.org.jboss.integration>
-    <version.org.jboss.jboss-reflect>2.0.0.GA</version.org.jboss.jboss-reflect>
-    <version.org.jboss.jboss-vfs>2.0.0.CR1</version.org.jboss.jboss-vfs>
-    <version.org.jboss.logging>2.0.5.GA</version.org.jboss.logging>
-    <version.org.jboss.man>2.0.0.CR1</version.org.jboss.man>
-    <version.org.jboss.mdr>2.0.0.GA</version.org.jboss.mdr>
-    <version.xdoclet>1.2.3</version.xdoclet>
-  </properties>
-  
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-enforcer-plugin</artifactId>
-        <version>1.0-alpha-3</version>
-        <executions>
-          <execution>
-            <id>enforce-versions</id>
-            <goals>
-              <goal>enforce</goal>
-            </goals>
-            <configuration>
-              <rules>
-                <requireMavenVersion>
-                  <version>2.0.9</version>
-                </requireMavenVersion>
-                <requireJavaVersion>
-                  <version>1.5</version>
-                </requireJavaVersion>           
-              </rules>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-release-plugin</artifactId>
-        <version>2.0-beta-7</version>
-        <configuration>
-          <tagBase>https://svn.jboss.org/repos/jbossas/projects/aop/tags</tagBase>
-          <autoVersionSubmodules>true</autoVersionSubmodules>
-          <arguments>-Djrockit.home=${jrockit.home}</arguments>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  
-  <modules>
-    <module>aop</module>
-    <module>pluggable-instrumentor</module>
-    <module>aspects</module>
-    <module>asintegration-core</module>
-    <module>asintegration-jmx</module>
-    <module>asintegration-mc</module>
-    <module>aophelper</module>
-    <module>build</module>
-  </modules>
-  
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>apache-xerces</groupId>
-        <artifactId>xml-apis</artifactId>
-        <version>2.9.1</version>
-      </dependency>
-      <dependency>
-        <groupId>bsh</groupId>
-        <artifactId>bsh</artifactId>
-        <version>1.3.0</version>
-      </dependency>
-      <dependency>
-        <groupId>dom4j</groupId>
-        <artifactId>dom4j</artifactId>
-        <version>1.6.1</version>
-      </dependency>
-      <dependency>
-        <groupId>jboss.profiler.jvmti</groupId>
-        <artifactId>jboss-profiler-jvmti</artifactId>
-        <version>1.0.0.CR5</version>
-        <scope>test</scope>
-      </dependency>
-      
-      <!-- JBossAS core libs -->
-      <dependency>
-        <groupId>jboss.jbossas.core-libs</groupId>
-        <artifactId>jboss-aspect-library</artifactId>
-        <version>${version.jboss.jbossas.core-libs}</version>
-      </dependency>
-      <dependency>
-        <groupId>jboss.jbossas.core-libs</groupId>
-        <artifactId>jbossha</artifactId>
-        <version>${version.jboss.jbossas.core-libs}</version>
-      </dependency>
-      <dependency>
-        <groupId>jboss.jbossas.core-libs</groupId>
-        <artifactId>jboss-jaxrpc</artifactId>
-        <version>${version.jboss.jbossas.core-libs}</version>
-      </dependency>
-      <dependency>
-        <groupId>jboss.jbossas.core-libs</groupId>
-        <artifactId>jboss-saaj</artifactId>
-        <version>${version.jboss.jbossas.core-libs}</version>
-      </dependency>
-      <dependency>
-        <groupId>jboss.jbossas.core-libs</groupId>
-        <artifactId>jboss-xml-binding</artifactId>
-        <version>${version.jboss.jbossas.core-libs}</version>
-      </dependency>
-      <dependency>
-        <groupId>jboss.jbossas.core-libs</groupId>
-        <artifactId>namespace</artifactId>
-        <version>${version.jboss.jbossas.core-libs}</version>
-      </dependency>
-      <dependency>
-        <groupId>jboss.jbossas.core-libs</groupId>
-        <artifactId>jboss-common-client</artifactId>
-        <version>${version.jboss.jbossas.core-libs}</version>
-      </dependency>
-      <dependency>
-        <groupId>jboss.jbossas.core-libs</groupId>
-        <artifactId>jboss-hibernate</artifactId>
-        <version>${version.jboss.jbossas.core-libs}</version>
-      </dependency>
-      <dependency>
-        <groupId>jboss.jbossas.core-libs</groupId>
-        <artifactId>jboss-jca</artifactId>
-        <version>${version.jboss.jbossas.core-libs}</version>
-      </dependency>
-      <dependency>
-        <groupId>jboss.jbossas.core-libs</groupId>
-        <artifactId>jboss-jca</artifactId>
-        <version>${version.jboss.jbossas.core-libs}</version>
-      </dependency>
-      <dependency>
-        <groupId>jboss.jbossas.core-libs</groupId>
-        <artifactId>jbosssx</artifactId>
-        <version>${version.jboss.jbossas.core-libs}</version>
-      </dependency>
-      <dependency>
-        <groupId>jboss.jbossas.core-libs</groupId>
-        <artifactId>jmx-invoker-adaptor-client</artifactId>
-        <version>${version.jboss.jbossas.core-libs}</version>
-      </dependency>
-      <dependency>
-        <groupId>jboss.jbossas.core-libs</groupId>
-        <artifactId>jboss-common</artifactId>
-        <version>${version.jboss.jbossas.core-libs}</version>
-      </dependency>
-      <dependency>
-        <groupId>jboss.jbossas.core-libs</groupId>
-        <artifactId>jboss-j2ee</artifactId>
-        <version>${version.jboss.jbossas.core-libs}</version>
-      </dependency>
-      <dependency>
-        <groupId>jboss.jbossas.core-libs</groupId>
-        <artifactId>jboss-jmx</artifactId>
-        <version>${version.jboss.jbossas.core-libs}</version>
-      </dependency>
-      <dependency>
-        <groupId>jboss.jbossas.core-libs</groupId>
-        <artifactId>jboss-system</artifactId>
-        <version>${version.jboss.jbossas.core-libs}</version>
-      </dependency>
-      <dependency>
-        <groupId>jboss.jbossas.core-libs</groupId>
-        <artifactId>jnp-client</artifactId>
-        <version>${version.jboss.jbossas.core-libs}</version>
-      </dependency>
-      <dependency>
-        <groupId>jboss.jbossas.core-libs</groupId>
-        <artifactId>jboss-common-jdbc-wrapper</artifactId>
-        <version>${version.jboss.jbossas.core-libs}</version>
-      </dependency>
-      <dependency>
-        <groupId>jboss.jbossas.core-libs</groupId>
-        <artifactId>jboss</artifactId>
-        <version>${version.jboss.jbossas.core-libs}</version>
-      </dependency>
-      <dependency>
-        <groupId>jboss.jbossas.core-libs</groupId>
-        <artifactId>jboss-local-jdbc</artifactId>
-        <version>${version.jboss.jbossas.core-libs}</version>
-      </dependency>
-      <dependency>
-        <groupId>jboss.jbossas.core-libs</groupId>
-        <artifactId>jboss-transaction</artifactId>
-        <version>${version.jboss.jbossas.core-libs}</version>
-      </dependency>
-      <dependency>
-        <groupId>jboss.jbossas.core-libs</groupId>
-        <artifactId>jnpserver</artifactId>
-        <version>${version.jboss.jbossas.core-libs}</version>
-      </dependency>
-      <!-- End JBoss AS core libs -->
-              
-      <dependency>
-        <groupId>junit</groupId>
-        <artifactId>junit</artifactId>
-        <version>3.8.1</version>
-      </dependency>
-      <dependency>
-        <groupId>log4j</groupId>
-        <artifactId>log4j</artifactId>
-        <version>1.2.14</version>
-      </dependency>
-      <dependency>
-        <groupId>net.java.dev.javacc</groupId>
-        <artifactId>javacc</artifactId>
-        <version>4.0</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.ant</groupId>
-        <artifactId>ant</artifactId>
-        <version>1.7.0</version>
-      </dependency>
-      <dependency>
-        <groupId>javassist</groupId>
-        <artifactId>javassist</artifactId>
-        <version>${version.javassist.javassist}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss</groupId>
-        <artifactId>jboss-reflect</artifactId>
-        <version>${version.org.jboss.jboss-reflect}</version>
-        <exclusions>
-          <exclusion>
-            <groupId>jboss</groupId>
-            <artifactId>jboss-common-logging-spi</artifactId>
-          </exclusion>
-        </exclusions>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss</groupId>
-        <artifactId>jboss-mdr</artifactId>
-        <version>${version.org.jboss.mdr}</version>
-        <exclusions>
-          <exclusion>
-            <groupId>jboss</groupId>
-            <artifactId>jboss-common-logging-spi</artifactId>
-          </exclusion>
-        </exclusions>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss</groupId>
-        <artifactId>jboss-common-core</artifactId>
-        <version>${version.org.jboss.jboss-common-core}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss</groupId>
-        <artifactId>jboss-vfs</artifactId>
-        <version>${version.org.jboss.jboss-vfs}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.aop</groupId>
-        <artifactId>jboss-aop</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <!--<dependency>
-        <groupId>org.jboss.aop</groupId>
-        <artifactId>jboss-aop</artifactId>
-        <version>${project.version}</version>
-        <type>test-jar</type>
-      </dependency>-->
-      <dependency>
-        <groupId>org.jboss.aop</groupId>
-        <artifactId>pluggable-instrumentor</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.aop</groupId>
-        <artifactId>jrockit-pluggable-instrumentor</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.aop</groupId>
-        <artifactId>jboss-aop-asintegration-core</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.aop</groupId>
-        <artifactId>jboss-aop-asintegration-jmx</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.aop</groupId>
-        <artifactId>jboss-aop-asintegration-mc</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.cl</groupId>
-        <artifactId>jboss-classloader</artifactId>
-        <version>${version.org.jboss.cl}</version>
-        <exclusions>
-          <exclusion>
-            <groupId>org.jboss</groupId>
-            <artifactId>jboss-classloading-spi</artifactId>
-          </exclusion>
-        </exclusions>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.cl</groupId>
-        <artifactId>jboss-classloading</artifactId>
-        <version>${version.org.jboss.cl}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.cl</groupId>
-        <artifactId>jboss-classloading-vfs</artifactId>
-        <version>${version.org.jboss.cl}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.deployers</groupId>
-        <artifactId>jboss-deployers-client</artifactId>
-        <version>${version.org.jboss.deployers}</version>
-      </dependency>
-      
-      <dependency>
-        <groupId>org.jboss.deployers</groupId>
-        <artifactId>jboss-deployers-client-spi</artifactId>
-        <version>${version.org.jboss.deployers}</version>
-      </dependency>
-      
-      <dependency>
-        <groupId>org.jboss.deployers</groupId>
-        <artifactId>jboss-deployers-core-spi</artifactId>
-        <version>${version.org.jboss.deployers}</version>
-      </dependency>
-      
-      <dependency>
-        <groupId>org.jboss.deployers</groupId>
-        <artifactId>jboss-deployers-impl</artifactId>
-        <version>${version.org.jboss.deployers}</version>
-        <exclusions>
-          <exclusion>
-            <groupId>org.jboss</groupId>
-            <artifactId>javassist</artifactId>
-          </exclusion>
-        </exclusions>
-      </dependency>
-      
-      <dependency>
-        <groupId>org.jboss.deployers</groupId>
-        <artifactId>jboss-deployers-spi</artifactId>
-        <version>${version.org.jboss.deployers}</version>
-      </dependency>
-      
-      <dependency>
-        <groupId>org.jboss.deployers</groupId>
-        <artifactId>jboss-deployers-structure-spi</artifactId>
-        <version>${version.org.jboss.deployers}</version>
-      </dependency>
-      
-      <dependency>
-        <groupId>org.jboss.deployers</groupId>
-        <artifactId>jboss-deployers-vfs</artifactId>
-        <version>${version.org.jboss.deployers}</version>
-      </dependency>
-      
-      <dependency>
-        <groupId>org.jboss.deployers</groupId>
-        <artifactId>jboss-deployers-vfs-spi</artifactId>
-        <version>${version.org.jboss.deployers}</version>
-      </dependency>
-      
-      <dependency>
-        <groupId>org.jboss.integration</groupId>
-        <artifactId>jboss-classloading-spi</artifactId>
-        <version>${version.org.jboss.integration}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.integration</groupId>
-        <artifactId>jboss-corba-ots-spi</artifactId>
-        <version>${version.org.jboss.integration}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.integration</groupId>
-        <artifactId>jboss-deployment-spi</artifactId>
-        <version>${version.org.jboss.integration}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.integration</groupId>
-        <artifactId>jboss-transaction-spi</artifactId>
-        <version>${version.org.jboss.integration}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.javaee</groupId>
-        <artifactId>jboss-jca-api</artifactId>
-        <version>1.5.0.CR2</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.javaee</groupId>
-        <artifactId>jboss-servlet-api</artifactId>
-        <version>2.5.0.CR2</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-j2se</artifactId>
-        <version>${version.org.jboss.jbossas}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-jmx</artifactId>
-        <version>${version.org.jboss.jbossas}</version>
-        <exclusions>
-          <exclusion>
-            <groupId>org.jboss.test</groupId>
-            <artifactId>jboss-test</artifactId>
-          </exclusion>
-        </exclusions>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.jbossas</groupId>
-        <artifactId>jboss-as-system-jmx</artifactId>
-        <version>${version.org.jboss.jbossas}</version>
-        <exclusions>
-          <exclusion>
-            <groupId>org.jboss.aop</groupId>
-            <artifactId>jboss-aop-jdk50</artifactId>
-          </exclusion>
-        </exclusions>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.logging</groupId>
-        <artifactId>jboss-logging-spi</artifactId>
-        <version>${version.org.jboss.logging}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.logging</groupId>
-        <artifactId>jboss-logging-log4j</artifactId>
-        <version>${version.org.jboss.logging}</version>
-        <exclusions>
-          <exclusion>
-            <groupId>apache-log4j</groupId>
-            <artifactId>log4j</artifactId>
-          </exclusion>
-        </exclusions>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.man</groupId>
-        <artifactId>jboss-managed</artifactId>
-        <version>${version.org.jboss.man}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.man</groupId>
-        <artifactId>jboss-metatype</artifactId>
-        <version>${version.org.jboss.man}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss</groupId>
-        <artifactId>jboss-mdr</artifactId>
-        <version>${version.org.jboss.mdr}</version>
-      </dependency>
-      <dependency>
-        <groupId>jboss</groupId>
-        <artifactId>jboss-test</artifactId>
-        <version>1.0.3.GA</version>
-        <exclusions>
-          <exclusion>
-            <groupId>apache-log4j</groupId>
-            <artifactId>log4j</artifactId>
-          </exclusion>
-          <exclusion>
-            <groupId>jboss</groupId>
-            <artifactId>jboss-logging-spi</artifactId>
-          </exclusion>
-          <exclusion>
-            <groupId>jboss</groupId>
-            <artifactId>jboss-logging-log4j</artifactId>
-          </exclusion>
-          <!-- ant-junit should be excluded because it causes tests to 
-            -  run twice in the ant test scripts -->
-          <exclusion>
-            <groupId>org.apache.ant</groupId>
-            <artifactId>ant-junit</artifactId>
-          </exclusion>
-        </exclusions>
-      </dependency>
-      <dependency>
-        <groupId>oswego-concurrent</groupId>
-        <artifactId>concurrent</artifactId>
-        <version>1.3.4-jboss-update1</version>
-      </dependency>
-      <dependency>
-        <groupId>qdox</groupId>
-        <artifactId>qdox</artifactId>
-        <version>1.6.1</version>
-      </dependency>
-      <dependency>
-        <groupId>snmptrapappender</groupId>
-        <artifactId>snmpTrapAppender</artifactId>
-        <version>1.2.8</version>
-      </dependency>
-      <dependency>
-        <groupId>trove</groupId>
-        <artifactId>trove</artifactId>
-        <version>2.1.1</version>
-      </dependency>
-      <dependency>
-        <groupId>xdoclet</groupId>
-        <artifactId>xdoclet</artifactId>
-        <version>${version.xdoclet}</version>
-      </dependency>
-      <dependency>
-        <groupId>xdoclet</groupId>
-        <artifactId>xdoclet-ejb-module</artifactId>
-        <version>${version.xdoclet}</version>
-      </dependency>
-      <dependency>
-        <groupId>xdoclet</groupId>
-        <artifactId>xdoclet-hibernate-module</artifactId>
-        <version>${version.xdoclet}</version>
-      </dependency>
-      <dependency>
-        <groupId>xdoclet</groupId>
-        <artifactId>xdoclet-java-module</artifactId>
-        <version>${version.xdoclet}</version>
-      </dependency>
-      <dependency>
-        <groupId>xdoclet</groupId>
-        <artifactId>xdoclet-jboss-module</artifactId>
-        <version>${version.xdoclet}</version>
-      </dependency>
-      <dependency>
-        <groupId>xdoclet</groupId>
-        <artifactId>xdoclet-jmx-module</artifactId>
-        <version>${version.xdoclet}</version>
-      </dependency>
-      <dependency>
-        <groupId>xdoclet</groupId>
-        <artifactId>xdoclet-portlet-module</artifactId>
-        <version>${version.xdoclet}</version>
-      </dependency>
-      <dependency>
-        <groupId>xdoclet</groupId>
-        <artifactId>xdoclet-web-module</artifactId>
-        <version>${version.xdoclet}</version>
-      </dependency>
-      <dependency>
-        <groupId>xdoclet</groupId>
-        <artifactId>xdoclet-xdoclet-module</artifactId>
-        <version>${version.xdoclet}</version>
-      </dependency>
-      <dependency>
-        <groupId>xdoclet</groupId>
-        <artifactId>xjavadoc</artifactId>
-        <version>${version.xdoclet}</version>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-  
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.5</version>
-        <configuration>
-          <quiet>true</quiet>
-          <links>
-            <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
-          </links>
-        </configuration>
-      </plugin>
-    </plugins>
-  </reporting>
-  
-  <profiles>
-    <profile>
-      <id>jrockit-module</id>
-      <activation>
-        <property>
-          <name>jrockit.home</name>
-        </property>
-      </activation>
-      <modules>
-        <module>jrockit-pluggable-instrumentor</module>
-      </modules>
-    </profile>
-  </profiles>
-  
-</project>

Copied: projects/aop/tags/JBoss_AOP_2_0_0_GA/pom.xml (from rev 79839, projects/aop/branches/Branch_2_0/pom.xml)
===================================================================
--- projects/aop/tags/JBoss_AOP_2_0_0_GA/pom.xml	                        (rev 0)
+++ projects/aop/tags/JBoss_AOP_2_0_0_GA/pom.xml	2008-10-21 14:02:15 UTC (rev 79840)
@@ -0,0 +1,608 @@
+<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">
+  
+  <parent>
+    <groupId>org.jboss</groupId>
+    <artifactId>jboss-parent</artifactId>
+    <version>4</version>
+  </parent>
+  
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss.aop</groupId>
+  <artifactId>jboss-aop-parent</artifactId>
+  <packaging>pom</packaging>
+  <version>2.0.0.GA</version>
+  <description>JBoss AOP</description>
+  <name>JBoss AOP Parent POM</name>
+  <url>http://www.jboss.org/jbossaop/</url>
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/aop/tags/JBoss_AOP_2_0_0_GA</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/aop/tags/JBoss_AOP_2_0_0_GA</developerConnection>
+  </scm>
+  
+  <properties>
+    <version.javassist.javassist>3.9.0.GA</version.javassist.javassist>
+    <version.jboss.jbossas.core-libs>4.0.4.GA</version.jboss.jbossas.core-libs>
+    <version.org.jboss.jbossas>5.0.0.CR2</version.org.jboss.jbossas>
+    <version.org.jboss.jboss-common-core>2.2.8.GA</version.org.jboss.jboss-common-core>
+    <version.org.jboss.cl>2.0.0.CR3</version.org.jboss.cl>
+    <version.org.jboss.deployers>2.0.0.CR2</version.org.jboss.deployers>
+    <version.org.jboss.integration>5.0.0.CR2</version.org.jboss.integration>
+    <version.org.jboss.jboss-reflect>2.0.0.GA</version.org.jboss.jboss-reflect>
+    <version.org.jboss.jboss-vfs>2.0.0.CR1</version.org.jboss.jboss-vfs>
+    <version.org.jboss.logging>2.0.5.GA</version.org.jboss.logging>
+    <version.org.jboss.man>2.0.0.CR1</version.org.jboss.man>
+    <version.org.jboss.mdr>2.0.0.GA</version.org.jboss.mdr>
+    <version.xdoclet>1.2.3</version.xdoclet>
+  </properties>
+  
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-enforcer-plugin</artifactId>
+        <version>1.0-alpha-3</version>
+        <executions>
+          <execution>
+            <id>enforce-versions</id>
+            <goals>
+              <goal>enforce</goal>
+            </goals>
+            <configuration>
+              <rules>
+                <requireMavenVersion>
+                  <version>2.0.9</version>
+                </requireMavenVersion>
+                <requireJavaVersion>
+                  <version>1.5</version>
+                </requireJavaVersion>           
+              </rules>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.0-beta-7</version>
+        <configuration>
+          <tagBase>https://svn.jboss.org/repos/jbossas/projects/aop/tags</tagBase>
+          <autoVersionSubmodules>true</autoVersionSubmodules>
+          <arguments>-Djrockit.home=${jrockit.home}</arguments>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  
+  <modules>
+    <module>aop</module>
+    <module>pluggable-instrumentor</module>
+    <module>aspects</module>
+    <module>asintegration-core</module>
+    <module>asintegration-jmx</module>
+    <module>asintegration-mc</module>
+    <module>aophelper</module>
+    <module>build</module>
+  </modules>
+  
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>apache-xerces</groupId>
+        <artifactId>xml-apis</artifactId>
+        <version>2.9.1</version>
+      </dependency>
+      <dependency>
+        <groupId>bsh</groupId>
+        <artifactId>bsh</artifactId>
+        <version>1.3.0</version>
+      </dependency>
+      <dependency>
+        <groupId>dom4j</groupId>
+        <artifactId>dom4j</artifactId>
+        <version>1.6.1</version>
+      </dependency>
+      <dependency>
+        <groupId>jboss.profiler.jvmti</groupId>
+        <artifactId>jboss-profiler-jvmti</artifactId>
+        <version>1.0.0.CR5</version>
+        <scope>test</scope>
+      </dependency>
+      
+      <!-- JBossAS core libs -->
+      <dependency>
+        <groupId>jboss.jbossas.core-libs</groupId>
+        <artifactId>jboss-aspect-library</artifactId>
+        <version>${version.jboss.jbossas.core-libs}</version>
+      </dependency>
+      <dependency>
+        <groupId>jboss.jbossas.core-libs</groupId>
+        <artifactId>jbossha</artifactId>
+        <version>${version.jboss.jbossas.core-libs}</version>
+      </dependency>
+      <dependency>
+        <groupId>jboss.jbossas.core-libs</groupId>
+        <artifactId>jboss-jaxrpc</artifactId>
+        <version>${version.jboss.jbossas.core-libs}</version>
+      </dependency>
+      <dependency>
+        <groupId>jboss.jbossas.core-libs</groupId>
+        <artifactId>jboss-saaj</artifactId>
+        <version>${version.jboss.jbossas.core-libs}</version>
+      </dependency>
+      <dependency>
+        <groupId>jboss.jbossas.core-libs</groupId>
+        <artifactId>jboss-xml-binding</artifactId>
+        <version>${version.jboss.jbossas.core-libs}</version>
+      </dependency>
+      <dependency>
+        <groupId>jboss.jbossas.core-libs</groupId>
+        <artifactId>namespace</artifactId>
+        <version>${version.jboss.jbossas.core-libs}</version>
+      </dependency>
+      <dependency>
+        <groupId>jboss.jbossas.core-libs</groupId>
+        <artifactId>jboss-common-client</artifactId>
+        <version>${version.jboss.jbossas.core-libs}</version>
+      </dependency>
+      <dependency>
+        <groupId>jboss.jbossas.core-libs</groupId>
+        <artifactId>jboss-hibernate</artifactId>
+        <version>${version.jboss.jbossas.core-libs}</version>
+      </dependency>
+      <dependency>
+        <groupId>jboss.jbossas.core-libs</groupId>
+        <artifactId>jboss-jca</artifactId>
+        <version>${version.jboss.jbossas.core-libs}</version>
+      </dependency>
+      <dependency>
+        <groupId>jboss.jbossas.core-libs</groupId>
+        <artifactId>jboss-jca</artifactId>
+        <version>${version.jboss.jbossas.core-libs}</version>
+      </dependency>
+      <dependency>
+        <groupId>jboss.jbossas.core-libs</groupId>
+        <artifactId>jbosssx</artifactId>
+        <version>${version.jboss.jbossas.core-libs}</version>
+      </dependency>
+      <dependency>
+        <groupId>jboss.jbossas.core-libs</groupId>
+        <artifactId>jmx-invoker-adaptor-client</artifactId>
+        <version>${version.jboss.jbossas.core-libs}</version>
+      </dependency>
+      <dependency>
+        <groupId>jboss.jbossas.core-libs</groupId>
+        <artifactId>jboss-common</artifactId>
+        <version>${version.jboss.jbossas.core-libs}</version>
+      </dependency>
+      <dependency>
+        <groupId>jboss.jbossas.core-libs</groupId>
+        <artifactId>jboss-j2ee</artifactId>
+        <version>${version.jboss.jbossas.core-libs}</version>
+      </dependency>
+      <dependency>
+        <groupId>jboss.jbossas.core-libs</groupId>
+        <artifactId>jboss-jmx</artifactId>
+        <version>${version.jboss.jbossas.core-libs}</version>
+      </dependency>
+      <dependency>
+        <groupId>jboss.jbossas.core-libs</groupId>
+        <artifactId>jboss-system</artifactId>
+        <version>${version.jboss.jbossas.core-libs}</version>
+      </dependency>
+      <dependency>
+        <groupId>jboss.jbossas.core-libs</groupId>
+        <artifactId>jnp-client</artifactId>
+        <version>${version.jboss.jbossas.core-libs}</version>
+      </dependency>
+      <dependency>
+        <groupId>jboss.jbossas.core-libs</groupId>
+        <artifactId>jboss-common-jdbc-wrapper</artifactId>
+        <version>${version.jboss.jbossas.core-libs}</version>
+      </dependency>
+      <dependency>
+        <groupId>jboss.jbossas.core-libs</groupId>
+        <artifactId>jboss</artifactId>
+        <version>${version.jboss.jbossas.core-libs}</version>
+      </dependency>
+      <dependency>
+        <groupId>jboss.jbossas.core-libs</groupId>
+        <artifactId>jboss-local-jdbc</artifactId>
+        <version>${version.jboss.jbossas.core-libs}</version>
+      </dependency>
+      <dependency>
+        <groupId>jboss.jbossas.core-libs</groupId>
+        <artifactId>jboss-transaction</artifactId>
+        <version>${version.jboss.jbossas.core-libs}</version>
+      </dependency>
+      <dependency>
+        <groupId>jboss.jbossas.core-libs</groupId>
+        <artifactId>jnpserver</artifactId>
+        <version>${version.jboss.jbossas.core-libs}</version>
+      </dependency>
+      <!-- End JBoss AS core libs -->
+              
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>3.8.1</version>
+      </dependency>
+      <dependency>
+        <groupId>log4j</groupId>
+        <artifactId>log4j</artifactId>
+        <version>1.2.14</version>
+      </dependency>
+      <dependency>
+        <groupId>net.java.dev.javacc</groupId>
+        <artifactId>javacc</artifactId>
+        <version>4.0</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.ant</groupId>
+        <artifactId>ant</artifactId>
+        <version>1.7.0</version>
+      </dependency>
+      <dependency>
+        <groupId>javassist</groupId>
+        <artifactId>javassist</artifactId>
+        <version>${version.javassist.javassist}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss</groupId>
+        <artifactId>jboss-reflect</artifactId>
+        <version>${version.org.jboss.jboss-reflect}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>jboss</groupId>
+            <artifactId>jboss-common-logging-spi</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss</groupId>
+        <artifactId>jboss-mdr</artifactId>
+        <version>${version.org.jboss.mdr}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>jboss</groupId>
+            <artifactId>jboss-common-logging-spi</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss</groupId>
+        <artifactId>jboss-common-core</artifactId>
+        <version>${version.org.jboss.jboss-common-core}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss</groupId>
+        <artifactId>jboss-vfs</artifactId>
+        <version>${version.org.jboss.jboss-vfs}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.aop</groupId>
+        <artifactId>jboss-aop</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <!--<dependency>
+        <groupId>org.jboss.aop</groupId>
+        <artifactId>jboss-aop</artifactId>
+        <version>${project.version}</version>
+        <type>test-jar</type>
+      </dependency>-->
+      <dependency>
+        <groupId>org.jboss.aop</groupId>
+        <artifactId>pluggable-instrumentor</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.aop</groupId>
+        <artifactId>jrockit-pluggable-instrumentor</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.aop</groupId>
+        <artifactId>jboss-aop-asintegration-core</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.aop</groupId>
+        <artifactId>jboss-aop-asintegration-jmx</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.aop</groupId>
+        <artifactId>jboss-aop-asintegration-mc</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.cl</groupId>
+        <artifactId>jboss-classloader</artifactId>
+        <version>${version.org.jboss.cl}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>org.jboss</groupId>
+            <artifactId>jboss-classloading-spi</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.cl</groupId>
+        <artifactId>jboss-classloading</artifactId>
+        <version>${version.org.jboss.cl}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.cl</groupId>
+        <artifactId>jboss-classloading-vfs</artifactId>
+        <version>${version.org.jboss.cl}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.deployers</groupId>
+        <artifactId>jboss-deployers-client</artifactId>
+        <version>${version.org.jboss.deployers}</version>
+      </dependency>
+      
+      <dependency>
+        <groupId>org.jboss.deployers</groupId>
+        <artifactId>jboss-deployers-client-spi</artifactId>
+        <version>${version.org.jboss.deployers}</version>
+      </dependency>
+      
+      <dependency>
+        <groupId>org.jboss.deployers</groupId>
+        <artifactId>jboss-deployers-core-spi</artifactId>
+        <version>${version.org.jboss.deployers}</version>
+      </dependency>
+      
+      <dependency>
+        <groupId>org.jboss.deployers</groupId>
+        <artifactId>jboss-deployers-impl</artifactId>
+        <version>${version.org.jboss.deployers}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>org.jboss</groupId>
+            <artifactId>javassist</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
+      
+      <dependency>
+        <groupId>org.jboss.deployers</groupId>
+        <artifactId>jboss-deployers-spi</artifactId>
+        <version>${version.org.jboss.deployers}</version>
+      </dependency>
+      
+      <dependency>
+        <groupId>org.jboss.deployers</groupId>
+        <artifactId>jboss-deployers-structure-spi</artifactId>
+        <version>${version.org.jboss.deployers}</version>
+      </dependency>
+      
+      <dependency>
+        <groupId>org.jboss.deployers</groupId>
+        <artifactId>jboss-deployers-vfs</artifactId>
+        <version>${version.org.jboss.deployers}</version>
+      </dependency>
+      
+      <dependency>
+        <groupId>org.jboss.deployers</groupId>
+        <artifactId>jboss-deployers-vfs-spi</artifactId>
+        <version>${version.org.jboss.deployers}</version>
+      </dependency>
+      
+      <dependency>
+        <groupId>org.jboss.integration</groupId>
+        <artifactId>jboss-classloading-spi</artifactId>
+        <version>${version.org.jboss.integration}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.integration</groupId>
+        <artifactId>jboss-corba-ots-spi</artifactId>
+        <version>${version.org.jboss.integration}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.integration</groupId>
+        <artifactId>jboss-deployment-spi</artifactId>
+        <version>${version.org.jboss.integration}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.integration</groupId>
+        <artifactId>jboss-transaction-spi</artifactId>
+        <version>${version.org.jboss.integration}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.javaee</groupId>
+        <artifactId>jboss-jca-api</artifactId>
+        <version>1.5.0.CR2</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.javaee</groupId>
+        <artifactId>jboss-servlet-api</artifactId>
+        <version>2.5.0.CR2</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.jbossas</groupId>
+        <artifactId>jboss-as-j2se</artifactId>
+        <version>${version.org.jboss.jbossas}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.jbossas</groupId>
+        <artifactId>jboss-as-jmx</artifactId>
+        <version>${version.org.jboss.jbossas}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>org.jboss.test</groupId>
+            <artifactId>jboss-test</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.jbossas</groupId>
+        <artifactId>jboss-as-system-jmx</artifactId>
+        <version>${version.org.jboss.jbossas}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>org.jboss.aop</groupId>
+            <artifactId>jboss-aop-jdk50</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.logging</groupId>
+        <artifactId>jboss-logging-spi</artifactId>
+        <version>${version.org.jboss.logging}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.logging</groupId>
+        <artifactId>jboss-logging-log4j</artifactId>
+        <version>${version.org.jboss.logging}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>apache-log4j</groupId>
+            <artifactId>log4j</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.man</groupId>
+        <artifactId>jboss-managed</artifactId>
+        <version>${version.org.jboss.man}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.man</groupId>
+        <artifactId>jboss-metatype</artifactId>
+        <version>${version.org.jboss.man}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss</groupId>
+        <artifactId>jboss-mdr</artifactId>
+        <version>${version.org.jboss.mdr}</version>
+      </dependency>
+      <dependency>
+        <groupId>jboss</groupId>
+        <artifactId>jboss-test</artifactId>
+        <version>1.0.3.GA</version>
+        <exclusions>
+          <exclusion>
+            <groupId>apache-log4j</groupId>
+            <artifactId>log4j</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>jboss</groupId>
+            <artifactId>jboss-logging-spi</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>jboss</groupId>
+            <artifactId>jboss-logging-log4j</artifactId>
+          </exclusion>
+          <!-- ant-junit should be excluded because it causes tests to 
+            -  run twice in the ant test scripts -->
+          <exclusion>
+            <groupId>org.apache.ant</groupId>
+            <artifactId>ant-junit</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
+      <dependency>
+        <groupId>oswego-concurrent</groupId>
+        <artifactId>concurrent</artifactId>
+        <version>1.3.4-jboss-update1</version>
+      </dependency>
+      <dependency>
+        <groupId>qdox</groupId>
+        <artifactId>qdox</artifactId>
+        <version>1.6.1</version>
+      </dependency>
+      <dependency>
+        <groupId>snmptrapappender</groupId>
+        <artifactId>snmpTrapAppender</artifactId>
+        <version>1.2.8</version>
+      </dependency>
+      <dependency>
+        <groupId>trove</groupId>
+        <artifactId>trove</artifactId>
+        <version>2.1.1</version>
+      </dependency>
+      <dependency>
+        <groupId>xdoclet</groupId>
+        <artifactId>xdoclet</artifactId>
+        <version>${version.xdoclet}</version>
+      </dependency>
+      <dependency>
+        <groupId>xdoclet</groupId>
+        <artifactId>xdoclet-ejb-module</artifactId>
+        <version>${version.xdoclet}</version>
+      </dependency>
+      <dependency>
+        <groupId>xdoclet</groupId>
+        <artifactId>xdoclet-hibernate-module</artifactId>
+        <version>${version.xdoclet}</version>
+      </dependency>
+      <dependency>
+        <groupId>xdoclet</groupId>
+        <artifactId>xdoclet-java-module</artifactId>
+        <version>${version.xdoclet}</version>
+      </dependency>
+      <dependency>
+        <groupId>xdoclet</groupId>
+        <artifactId>xdoclet-jboss-module</artifactId>
+        <version>${version.xdoclet}</version>
+      </dependency>
+      <dependency>
+        <groupId>xdoclet</groupId>
+        <artifactId>xdoclet-jmx-module</artifactId>
+        <version>${version.xdoclet}</version>
+      </dependency>
+      <dependency>
+        <groupId>xdoclet</groupId>
+        <artifactId>xdoclet-portlet-module</artifactId>
+        <version>${version.xdoclet}</version>
+      </dependency>
+      <dependency>
+        <groupId>xdoclet</groupId>
+        <artifactId>xdoclet-web-module</artifactId>
+        <version>${version.xdoclet}</version>
+      </dependency>
+      <dependency>
+        <groupId>xdoclet</groupId>
+        <artifactId>xdoclet-xdoclet-module</artifactId>
+        <version>${version.xdoclet}</version>
+      </dependency>
+      <dependency>
+        <groupId>xdoclet</groupId>
+        <artifactId>xjavadoc</artifactId>
+        <version>${version.xdoclet}</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+  
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.5</version>
+        <configuration>
+          <quiet>true</quiet>
+          <links>
+            <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
+          </links>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+  
+  <profiles>
+    <profile>
+      <id>jrockit-module</id>
+      <activation>
+        <property>
+          <name>jrockit.home</name>
+        </property>
+      </activation>
+      <modules>
+        <module>jrockit-pluggable-instrumentor</module>
+      </modules>
+    </profile>
+  </profiles>
+  
+</project>




More information about the jboss-cvs-commits mailing list