You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by da...@apache.org on 2006/10/04 18:50:07 UTC

svn commit: r452928 - in /incubator/openejb/trunk/openejb2: modules/pom.xml pom.xml

Author: dain
Date: Wed Oct  4 09:50:06 2006
New Revision: 452928

URL: http://svn.apache.org/viewvc?view=rev&rev=452928
Log:
Added apache snapshot repo.
Set sun orb to activate on JDK=1.4

Modified:
    incubator/openejb/trunk/openejb2/modules/pom.xml
    incubator/openejb/trunk/openejb2/pom.xml

Modified: incubator/openejb/trunk/openejb2/modules/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb2/modules/pom.xml?view=diff&rev=452928&r1=452927&r2=452928
==============================================================================
--- incubator/openejb/trunk/openejb2/modules/pom.xml (original)
+++ incubator/openejb/trunk/openejb2/modules/pom.xml Wed Oct  4 09:50:06 2006
@@ -26,11 +26,11 @@
     <profiles>
         <profile>
             <id>sunorb</id>
+            
             <activation>
-                <property>
-                    <name>sunorb</name>
-                </property>
+                <jdk>1.4</jdk>
             </activation>
+
             <modules>
                 <module>openejb-sunorb</module>
             </modules>

Modified: incubator/openejb/trunk/openejb2/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb2/pom.xml?view=diff&rev=452928&r1=452927&r2=452928
==============================================================================
--- incubator/openejb/trunk/openejb2/pom.xml (original)
+++ incubator/openejb/trunk/openejb2/pom.xml Wed Oct  4 09:50:06 2006
@@ -232,6 +232,21 @@
                 <enabled>true</enabled>
             </releases>
         </repository>
+
+        <repository>
+            <id>apache-snapshots</id>
+            <name>Apache Snapshots Repository</name>
+            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+            <layout>default</layout>
+            <snapshots>
+                <enabled>true</enabled>
+                <updatePolicy>daily</updatePolicy>
+                <checksumPolicy>ignore</checksumPolicy>
+            </snapshots>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+        </repository>
     </repositories>
 
     <pluginRepositories>