[jboss-cvs] Repository SVN: r11783 - in maven2/org/jboss/aop: jboss-aop/2.0.0.CR15 and 3 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 21 10:57:34 EDT 2008


Author: kabir.khan at jboss.com
Date: 2008-07-21 10:57:34 -0400 (Mon, 21 Jul 2008)
New Revision: 11783

Modified:
   maven2/org/jboss/aop/jboss-aop-asintegration/maven-metadata.xml
   maven2/org/jboss/aop/jboss-aop-asintegration/maven-metadata.xml.md5
   maven2/org/jboss/aop/jboss-aop-asintegration/maven-metadata.xml.sha1
   maven2/org/jboss/aop/jboss-aop-aspects/maven-metadata.xml
   maven2/org/jboss/aop/jboss-aop-aspects/maven-metadata.xml.md5
   maven2/org/jboss/aop/jboss-aop-aspects/maven-metadata.xml.sha1
   maven2/org/jboss/aop/jboss-aop-parent/maven-metadata.xml
   maven2/org/jboss/aop/jboss-aop-parent/maven-metadata.xml.md5
   maven2/org/jboss/aop/jboss-aop-parent/maven-metadata.xml.sha1
   maven2/org/jboss/aop/jboss-aop/2.0.0.CR15/jboss-aop-2.0.0.CR15-sources.jar
   maven2/org/jboss/aop/jboss-aop/2.0.0.CR15/jboss-aop-2.0.0.CR15-sources.jar.md5
   maven2/org/jboss/aop/jboss-aop/2.0.0.CR15/jboss-aop-2.0.0.CR15-sources.jar.sha1
   maven2/org/jboss/aop/jboss-aop/2.0.0.CR15/jboss-aop-2.0.0.CR15.pom
   maven2/org/jboss/aop/jboss-aop/2.0.0.CR15/jboss-aop-2.0.0.CR15.pom.md5
   maven2/org/jboss/aop/jboss-aop/2.0.0.CR15/jboss-aop-2.0.0.CR15.pom.sha1
   maven2/org/jboss/aop/jboss-aop/maven-metadata.xml
   maven2/org/jboss/aop/jboss-aop/maven-metadata.xml.md5
   maven2/org/jboss/aop/jboss-aop/maven-metadata.xml.sha1
Log:
Add aop 2.0.0.CR15

Modified: maven2/org/jboss/aop/jboss-aop/2.0.0.CR15/jboss-aop-2.0.0.CR15-sources.jar
===================================================================
(Binary files differ)

Modified: maven2/org/jboss/aop/jboss-aop/2.0.0.CR15/jboss-aop-2.0.0.CR15-sources.jar.md5
===================================================================
--- maven2/org/jboss/aop/jboss-aop/2.0.0.CR15/jboss-aop-2.0.0.CR15-sources.jar.md5	2008-07-21 14:56:08 UTC (rev 11782)
+++ maven2/org/jboss/aop/jboss-aop/2.0.0.CR15/jboss-aop-2.0.0.CR15-sources.jar.md5	2008-07-21 14:57:34 UTC (rev 11783)
@@ -1 +1 @@
-ea744ebd4ee90ea0ca0c17b0424c1835
\ No newline at end of file
+cf3e12dff10a701ba3c5feb0e1633940
\ No newline at end of file

Modified: maven2/org/jboss/aop/jboss-aop/2.0.0.CR15/jboss-aop-2.0.0.CR15-sources.jar.sha1
===================================================================
--- maven2/org/jboss/aop/jboss-aop/2.0.0.CR15/jboss-aop-2.0.0.CR15-sources.jar.sha1	2008-07-21 14:56:08 UTC (rev 11782)
+++ maven2/org/jboss/aop/jboss-aop/2.0.0.CR15/jboss-aop-2.0.0.CR15-sources.jar.sha1	2008-07-21 14:57:34 UTC (rev 11783)
@@ -1 +1 @@
-08b727727ffc1f9f0bf0c617ffaf731572d3245c
\ No newline at end of file
+38dda16f61fe784ed5bb44a06a74d7745cefb78f
\ No newline at end of file

Modified: maven2/org/jboss/aop/jboss-aop/2.0.0.CR15/jboss-aop-2.0.0.CR15.pom
===================================================================
--- maven2/org/jboss/aop/jboss-aop/2.0.0.CR15/jboss-aop-2.0.0.CR15.pom	2008-07-21 14:56:08 UTC (rev 11782)
+++ maven2/org/jboss/aop/jboss-aop/2.0.0.CR15/jboss-aop-2.0.0.CR15.pom	2008-07-21 14:57:34 UTC (rev 11783)
@@ -1,6 +1,434 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
+<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.CR15</version>
+  </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.aop</groupId>
   <artifactId>jboss-aop</artifactId>
-  <version>2.0.0.CR15</version>
-</project>
\ No newline at end of file
+  <packaging>jar</packaging>
+  <name>JBoss AOP Framework</name>
+  <description>JBoss AOP Framework</description>
+  <url>http://labs.jboss.org/jbossaop</url>
+  <build>
+    <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>
+        <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>
+        <!--<executions>
+          <execution>
+            <id>javaagent-genadvisor-tests</id>
+            <goals>
+              <goal>test</goal>
+            </goals>
+            <configuration>
+              <includes>
+                <include>org/jboss/test/aop/**/GenAdvisorOverrideTestCase.java</include>
+              </includes>
+              <excludes>
+                <exclude>org/jboss/test/aop/reflection/ReflectionAspectTester.java</exclude>
+                <exclude>org/jboss/test/aop/basic/POJOAspectTester.java</exclude>
+              </excludes>
+              <argLine>-javaagent:target/jboss-aop-jdk50.jar</argLine>
+              <systemProperties>
+                <property>
+                  <name>jboss.aop.path</name>
+                  <value>src/resources/test/override/jboss-aop.xml</value>
+                </property>
+                <property>
+                  <name>jboss.aop.class.path</name>
+                  <value></value>
+                </property>
+                <property>
+                  <name>jboss.aop.instrumentor</name>
+                  <value>org.jboss.aop.instrument.GeneratedAdvisorInstrumentor</value>
+                </property>
+                <property>
+                  <name>jboss-junit-configuration</name>
+                  <value>javaagent-genadvisor-tests</value>
+                </property>
+              </systemProperties>
+            </configuration>
+          </execution>
+        </executions>-->
+        <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.1</version>
+        <configuration>
+          <archive>
+            <manifestEntries>
+              <Premain-Class>org.jboss.aop.standalone.Agent</Premain-Class>
+              <Can-Redefine-Classes>true</Can-Redefine-Classes>
+            </manifestEntries>
+          </archive>
+        </configuration>
+      </plugin>
+      <!-- When assembly plugin 2.2-beta-2 is released, we should be able to use
+        -  this configuration instead of the antrun config
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <version>2.2-beta-2-SNAPSHOT</version>
+        <executions>
+          <execution>
+            <id>jdk50</id>
+            <phase>package</phase>
+            <goals>
+              <goal>attached</goal>
+            </goals>
+            <configuration>
+              <descriptors>
+                <descriptor>src/assembly/jdk50.xml</descriptor>
+              </descriptors>
+              <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>jdk50-client</id>
+            <phase>package</phase>
+            <goals>
+              <goal>attached</goal>
+            </goals>
+            <configuration>
+              <descriptors>
+                <descriptor>src/assembly/jdk50-client.xml</descriptor>
+              </descriptors>
+              <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>pluggable-instrumentor</id>
+            <phase>package</phase>
+            <goals>
+              <goal>attached</goal>
+            </goals>
+            <configuration>
+              <descriptors>
+                <descriptor>src/assembly/pluggable-instrumentor.xml</descriptor>
+              </descriptors>
+              <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>
+          </execution>
+        </executions>
+      </plugin>-->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <version>1.1</version>
+        <executions>
+          <execution>
+            <!-- This execution is required until the assembly plugin can correctly
+              -  add custom manifest attributes to jar files.
+              -->
+            <id>create-jars</id>
+            <goals>
+              <goal>run</goal>
+            </goals>
+            <phase>package</phase>
+            <configuration>
+              <tasks>
+                <property name="java.vm.version" value="${java.vm.version}"/>
+                <!-- Build the jboss-aop-jdk50.jar -->
+                <jar destfile="${project.build.directory}/jboss-aop-jdk50.jar">
+                   <fileset dir="${project.build.outputDirectory}">
+                      <exclude name="org/jboss/aop/standalone/PluggableInstrumentor.class"/>
+                   </fileset>
+                   <fileset file="${project.basedir}/docs/jboss-aop_1_0.dtd"/>
+                   <fileset file ="${project.basedir}/src/etc/jbossorg-eula.txt"/>
+                   <manifest>
+                     <attribute name="Created-By" value="${java.vm.version} (${java.vm.vendor})"/>
+                     <attribute name="Build-Jdk" value="${java.vm.version}"/>
+                     <attribute name="Specification-Title" value="${project.name}"/>
+                     <attribute name="Specification-Version" value="${project.version}"/>
+                     <attribute name="Specification-Vendor" value="${project.organization.name}"/>
+                     <attribute name="Implementation-Title" value="${project.name}"/>
+                     <attribute name="Implementation-URL" value="${project.url}"/>
+                     <attribute name="Implementation-Version" value="${project.version}"/>
+                     <attribute name="Implementation-Vendor" value="${project.organization.name}"/>
+                     <attribute name="Implementation-Vendor-Id" value="${project.groupId}"/>
+                     <attribute name="Premain-Class" value="org.jboss.aop.standalone.Agent"/>
+                     <attribute name="Can-Redefine-Classes" value="true"/>
+                   </manifest>
+                </jar>
+               <jar destfile="${project.build.directory}/pluggable-instrumentor.jar">
+                   <fileset dir="${project.build.outputDirectory}">
+                      <!-- Include everything else -->
+                      <include name="org/jboss/aop/standalone/PluggableInstrumentor.class"/>
+                   </fileset>
+                   <fileset file ="${project.basedir}/src/etc/jbossorg-eula.txt"/>
+                   <manifest>
+                     <attribute name="Created-By" value="${java.vm.version} (${java.vm.vendor})"/>
+                     <attribute name="Build-Jdk" value="${java.vm.version}"/>
+                     <attribute name="Specification-Title" value="${project.name}"/>
+                     <attribute name="Specification-Version" value="${project.version}"/>
+                     <attribute name="Specification-Vendor" value="${project.organization.name}"/>
+                     <attribute name="Implementation-Title" value="${project.name}"/>
+                     <attribute name="Implementation-URL" value="${project.url}"/>
+                     <attribute name="Implementation-Version" value="${project.version}"/>
+                     <attribute name="Implementation-Vendor" value="${project.organization.name}"/>
+                     <attribute name="Implementation-Vendor-Id" value="${project.groupId}"/>
+                     <attribute name="Premain-Class" value="org.jboss.aop.standalone.PluggableInstrumentor"/>
+                     <attribute name="Can-Redefine-Classes" value="true"/>
+                   </manifest>
+                </jar>
+                <!-- Build the jboss-aop-jdk50-client.jar needed for EJB 3-->
+                <jar destfile="${project.build.directory}/jboss-aop-jdk50-client.jar">
+                   <fileset dir="${project.build.outputDirectory}">
+                      <!-- Include everything else -->
+                      <include name="org/jboss/lang/**"/>
+                      <include name="org/jboss/aop/Advisor.class"/>
+                      <include name="org/jboss/aop/AspectManager.class"/>
+                      <include name="org/jboss/aop/AspectManager$*.class"/>
+                      <include name="org/jboss/aop/ClassAdvisor.class"/>
+                      <include name="org/jboss/aop/ClassInstanceAdvisor.class"/>
+                      <include name="org/jboss/aop/InstanceAdvisorDelegate.class"/>
+                      <include name="org/jboss/aop/Domain.class"/>
+                      <include name="org/jboss/aop/InstanceAdvisor.class"/>
+                      <include name="org/jboss/aop/MethodInfo.class"/>
+                      <include name="org/jboss/aop/InterceptorChainObserver.class"/>
+                      <include name="org/jboss/aop/JoinPoint.class"/>
+                      <include name="org/jboss/aop/JoinPointInfo.class"/>
+                      <include name="org/jboss/aop/MethodJoinPoint.class"/>
+                      <include name="org/jboss/aop/*Dispatcher*.class"/>
+                      <include name="org/jboss/aop/*Advised.class"/>
+                      <include name="org/jboss/aop/advice/AspectDefinition.class"/>
+                      <include name="org/jboss/aop/advice/Interceptor.class"/>
+                      <include name="org/jboss/aop/instrument/Untransformable.class"/>
+                      <include name="org/jboss/aop/joinpoint/Invocation*.class"/>
+                      <include name="org/jboss/aop/joinpoint/Joinpoint.class"/>
+                      <include name="org/jboss/aop/joinpoint/MethodInvocation*.class"/>
+                      <include name="org/jboss/aop/joinpoint/MethodJoinpoint.class"/>
+                      <include name="org/jboss/aop/metadata/SimpleMetaData.class"/>
+                      <include name="org/jboss/aop/metadata/SimpleMetaData$MetaDataValue.class"/>
+                      <include name="org/jboss/aop/metadata/MetaDataResolver.class"/>
+                      <include name="org/jboss/aop/metadata/ThreadMetaData.class"/>
+                      <include name="org/jboss/aop/proxy/MarshalledInterfaceProxy.class"/>
+                      <include name="org/jboss/aop/proxy/MethodMapped.class"/>
+                      <include name="org/jboss/aop/proxy/Proxy.class"/>
+                      <include name="org/jboss/aop/proxy/ProxyFactory.class"/>
+                      <include name="org/jboss/aop/proxy/ProxyMixin.class"/>
+                      <include name="org/jboss/aop/util/SecurityActions*.class"/>
+                      <include name="org/jboss/aop/util/Marshalled*.class"/>
+                      <include name="org/jboss/aop/util/MethodHashing*.class"/>
+                      <include name="org/jboss/aop/util/PayloadKey*.class"/>
+                   </fileset>
+                   <fileset file ="${project.basedir}/src/etc/jbossorg-eula.txt"/>
+                   <manifest>
+                     <attribute name="Created-By" value="${java.vm.version} (${java.vm.vendor})"/>
+                     <attribute name="Build-Jdk" value="${java.vm.version}"/>
+                     <attribute name="Specification-Title" value="${project.name}"/>
+                     <attribute name="Specification-Version" value="${project.version}"/>
+                     <attribute name="Specification-Vendor" value="${project.organization.name}"/>
+                     <attribute name="Implementation-Title" value="${project.name}"/>
+                     <attribute name="Implementation-URL" value="${project.url}"/>
+                     <attribute name="Implementation-Version" value="${project.version}"/>
+                     <attribute name="Implementation-Vendor" value="${project.organization.name}"/>
+                     <attribute name="Implementation-Vendor-Id" value="${project.groupId}"/>
+                     <attribute name="Premain-Class" value="org.jboss.aop.standalone.Agent"/>
+                     <attribute name="Can-Redefine-Classes" value="true"/>
+                   </manifest>
+                </jar>
+              </tasks>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <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>org.jboss.test</groupId>
+      <artifactId>jboss-test</artifactId>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+  
+  <profiles>
+
+  <!-- The test profiles are currently not working until some maven issues are fixed.
+    -  For now the ant scripts can be used to run the tests.
+    -->
+    <profile>
+      <id>javaagent-genadvisor-tests</id>
+      <activation>
+        <property>
+          <name>all-tests</name>
+        </property>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <version>2.3</version>
+            <executions>
+              <execution>
+                <id>javaagent-genadvisor-tests</id>
+                <goals>
+                  <goal>test</goal>
+                </goals>
+                <configuration>
+                  <skip>false</skip>
+                  <includes>
+                    <include>org/jboss/test/aop/**/GenAdvisorOverrideTestCase.java</include>
+                  </includes>
+                  <excludes>
+                    <exclude>org/jboss/test/aop/reflection/ReflectionAspectTester.java</exclude>
+                    <exclude>org/jboss/test/aop/basic/POJOAspectTester.java</exclude>
+                  </excludes>
+                  <argLine>-javaagent:target/jboss-aop-jdk50.jar</argLine>
+                  <systemProperties>
+                    <property>
+                      <name>jboss.aop.path</name>
+                      <value>src/resources/test/override/jboss-aop.xml</value>
+                    </property>
+                    <property>
+                      <name>jboss.aop.class.path</name>
+                      <value></value>
+                    </property>
+                    <property>
+                      <name>jboss.aop.instrumentor</name>
+                      <value>org.jboss.aop.instrument.GeneratedAdvisorInstrumentor</value>
+                    </property>
+                    <property>
+                      <name>jboss-junit-configuration</name>
+                      <value>javaagent-genadvisor-tests</value>
+                    </property>
+                  </systemProperties>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>

Modified: maven2/org/jboss/aop/jboss-aop/2.0.0.CR15/jboss-aop-2.0.0.CR15.pom.md5
===================================================================
--- maven2/org/jboss/aop/jboss-aop/2.0.0.CR15/jboss-aop-2.0.0.CR15.pom.md5	2008-07-21 14:56:08 UTC (rev 11782)
+++ maven2/org/jboss/aop/jboss-aop/2.0.0.CR15/jboss-aop-2.0.0.CR15.pom.md5	2008-07-21 14:57:34 UTC (rev 11783)
@@ -1 +1 @@
-6b507ef428efe0db1dadb872a11e2205
\ No newline at end of file
+af3b4222829cb33399d2794fb4308077
\ No newline at end of file

Modified: maven2/org/jboss/aop/jboss-aop/2.0.0.CR15/jboss-aop-2.0.0.CR15.pom.sha1
===================================================================
--- maven2/org/jboss/aop/jboss-aop/2.0.0.CR15/jboss-aop-2.0.0.CR15.pom.sha1	2008-07-21 14:56:08 UTC (rev 11782)
+++ maven2/org/jboss/aop/jboss-aop/2.0.0.CR15/jboss-aop-2.0.0.CR15.pom.sha1	2008-07-21 14:57:34 UTC (rev 11783)
@@ -1 +1 @@
-b7a314f78892013814d509c9145a623edfecb82e
\ No newline at end of file
+a8f46f07b66f5c635a5dad98256dd88b850693ba
\ No newline at end of file

Modified: maven2/org/jboss/aop/jboss-aop/maven-metadata.xml
===================================================================
--- maven2/org/jboss/aop/jboss-aop/maven-metadata.xml	2008-07-21 14:56:08 UTC (rev 11782)
+++ maven2/org/jboss/aop/jboss-aop/maven-metadata.xml	2008-07-21 14:57:34 UTC (rev 11783)
@@ -10,6 +10,6 @@
       <version>2.0.0.CR14</version>
       <version>2.0.0.CR15</version>
     </versions>
-    <lastUpdated>20080721143021</lastUpdated>
+    <lastUpdated>20080721145651</lastUpdated>
   </versioning>
 </metadata>
\ No newline at end of file

Modified: maven2/org/jboss/aop/jboss-aop/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/aop/jboss-aop/maven-metadata.xml.md5	2008-07-21 14:56:08 UTC (rev 11782)
+++ maven2/org/jboss/aop/jboss-aop/maven-metadata.xml.md5	2008-07-21 14:57:34 UTC (rev 11783)
@@ -1 +1 @@
-33d53c8636526906f558dabeba30b07c
\ No newline at end of file
+2d5c04af66e2d43de426562374859e57
\ No newline at end of file

Modified: maven2/org/jboss/aop/jboss-aop/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/aop/jboss-aop/maven-metadata.xml.sha1	2008-07-21 14:56:08 UTC (rev 11782)
+++ maven2/org/jboss/aop/jboss-aop/maven-metadata.xml.sha1	2008-07-21 14:57:34 UTC (rev 11783)
@@ -1 +1 @@
-2300815fc5ac73dd761007a128a0b7dbd2f6f4ae
\ No newline at end of file
+dc7983e5151b25620f7cc84bf8e39f7f09ed64b7
\ No newline at end of file

Modified: maven2/org/jboss/aop/jboss-aop-asintegration/maven-metadata.xml
===================================================================
--- maven2/org/jboss/aop/jboss-aop-asintegration/maven-metadata.xml	2008-07-21 14:56:08 UTC (rev 11782)
+++ maven2/org/jboss/aop/jboss-aop-asintegration/maven-metadata.xml	2008-07-21 14:57:34 UTC (rev 11783)
@@ -8,7 +8,8 @@
       <version>2.0.0.CR12</version>
       <version>2.0.0.CR13</version>
       <version>2.0.0.CR14</version>
+      <version>2.0.0.CR15</version>
     </versions>
-    <lastUpdated>20080626163826</lastUpdated>
+    <lastUpdated>20080721145654</lastUpdated>
   </versioning>
 </metadata>
\ No newline at end of file

Modified: maven2/org/jboss/aop/jboss-aop-asintegration/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/aop/jboss-aop-asintegration/maven-metadata.xml.md5	2008-07-21 14:56:08 UTC (rev 11782)
+++ maven2/org/jboss/aop/jboss-aop-asintegration/maven-metadata.xml.md5	2008-07-21 14:57:34 UTC (rev 11783)
@@ -1 +1 @@
-0159fa84cb5928626b08a197de57f742
\ No newline at end of file
+b9acad0b1a6a1af2738a8546cd176daf
\ No newline at end of file

Modified: maven2/org/jboss/aop/jboss-aop-asintegration/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/aop/jboss-aop-asintegration/maven-metadata.xml.sha1	2008-07-21 14:56:08 UTC (rev 11782)
+++ maven2/org/jboss/aop/jboss-aop-asintegration/maven-metadata.xml.sha1	2008-07-21 14:57:34 UTC (rev 11783)
@@ -1 +1 @@
-5c6419b7e042c36480cbeba6559f78613c9bbe53
\ No newline at end of file
+ad26c51a9be6771e618b9ba61c086322d4fe7cbb
\ No newline at end of file

Modified: maven2/org/jboss/aop/jboss-aop-aspects/maven-metadata.xml
===================================================================
--- maven2/org/jboss/aop/jboss-aop-aspects/maven-metadata.xml	2008-07-21 14:56:08 UTC (rev 11782)
+++ maven2/org/jboss/aop/jboss-aop-aspects/maven-metadata.xml	2008-07-21 14:57:34 UTC (rev 11783)
@@ -8,7 +8,8 @@
       <version>2.0.0.CR12</version>
       <version>2.0.0.CR13</version>
       <version>2.0.0.CR14</version>
+      <version>2.0.0.CR15</version>
     </versions>
-    <lastUpdated>20080626163823</lastUpdated>
+    <lastUpdated>20080721145652</lastUpdated>
   </versioning>
 </metadata>
\ No newline at end of file

Modified: maven2/org/jboss/aop/jboss-aop-aspects/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/aop/jboss-aop-aspects/maven-metadata.xml.md5	2008-07-21 14:56:08 UTC (rev 11782)
+++ maven2/org/jboss/aop/jboss-aop-aspects/maven-metadata.xml.md5	2008-07-21 14:57:34 UTC (rev 11783)
@@ -1 +1 @@
-9339b11b1b153a1423fdb31e738293e1
\ No newline at end of file
+00c8ca9de70a2cc42e99364824e2cb1b
\ No newline at end of file

Modified: maven2/org/jboss/aop/jboss-aop-aspects/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/aop/jboss-aop-aspects/maven-metadata.xml.sha1	2008-07-21 14:56:08 UTC (rev 11782)
+++ maven2/org/jboss/aop/jboss-aop-aspects/maven-metadata.xml.sha1	2008-07-21 14:57:34 UTC (rev 11783)
@@ -1 +1 @@
-fb310ec9786b4586f6e04bbf561ee72135e69352
\ No newline at end of file
+177106b5716ac6aa293600449a6cec5152781931
\ No newline at end of file

Modified: maven2/org/jboss/aop/jboss-aop-parent/maven-metadata.xml
===================================================================
--- maven2/org/jboss/aop/jboss-aop-parent/maven-metadata.xml	2008-07-21 14:56:08 UTC (rev 11782)
+++ maven2/org/jboss/aop/jboss-aop-parent/maven-metadata.xml	2008-07-21 14:57:34 UTC (rev 11783)
@@ -8,7 +8,8 @@
       <version>2.0.0.CR12</version>
       <version>2.0.0.CR13</version>
       <version>2.0.0.CR14</version>
+      <version>2.0.0.CR15</version>
     </versions>
-    <lastUpdated>20080626163819</lastUpdated>
+    <lastUpdated>20080721145647</lastUpdated>
   </versioning>
 </metadata>
\ No newline at end of file

Modified: maven2/org/jboss/aop/jboss-aop-parent/maven-metadata.xml.md5
===================================================================
--- maven2/org/jboss/aop/jboss-aop-parent/maven-metadata.xml.md5	2008-07-21 14:56:08 UTC (rev 11782)
+++ maven2/org/jboss/aop/jboss-aop-parent/maven-metadata.xml.md5	2008-07-21 14:57:34 UTC (rev 11783)
@@ -1 +1 @@
-3dc2b6581b15e5f529743c239590e6b7
\ No newline at end of file
+0915768a97493be60bcd4ca1e67a6869
\ No newline at end of file

Modified: maven2/org/jboss/aop/jboss-aop-parent/maven-metadata.xml.sha1
===================================================================
--- maven2/org/jboss/aop/jboss-aop-parent/maven-metadata.xml.sha1	2008-07-21 14:56:08 UTC (rev 11782)
+++ maven2/org/jboss/aop/jboss-aop-parent/maven-metadata.xml.sha1	2008-07-21 14:57:34 UTC (rev 11783)
@@ -1 +1 @@
-5a9be07e212a50fb6dd3022f885241c9fed3e059
\ No newline at end of file
+1697ec4d16b756f85d66ce0f5b5bc857ed088f9a
\ No newline at end of file




More information about the jboss-cvs-commits mailing list