You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2011/07/19 17:05:45 UTC

svn commit: r1148383 - /openwebbeans/trunk/pom.xml

Author: struberg
Date: Tue Jul 19 15:05:45 2011
New Revision: 1148383

URL: http://svn.apache.org/viewvc?rev=1148383&view=rev
Log:
remove unused profile definition

Modified:
    openwebbeans/trunk/pom.xml

Modified: openwebbeans/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/pom.xml?rev=1148383&r1=1148382&r2=1148383&view=diff
==============================================================================
--- openwebbeans/trunk/pom.xml (original)
+++ openwebbeans/trunk/pom.xml Tue Jul 19 15:05:45 2011
@@ -784,19 +784,5 @@
             </reporting>
         </profile>
 
-        <profile>
-            <id>jsr330-tck</id>
-            <modules>
-                <module>atinject-tck</module>
-            </modules>
-        </profile>
-
-        <profile>
-            <id>jsr299-tck</id>
-            <modules>
-                <module>webbeans-tck</module>
-            </modules>
-        </profile>
-
     </profiles>
 </project>