You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by ga...@apache.org on 2010/09/01 15:58:50 UTC

svn commit: r991541 - /incubator/chemistry/opencmis/trunk/src/main/appended-resources/supplemental-models.xml

Author: gabriele
Date: Wed Sep  1 13:58:50 2010
New Revision: 991541

URL: http://svn.apache.org/viewvc?rev=991541&view=rev
Log:
-- provided additional dependencies info for those who were missing

Modified:
    incubator/chemistry/opencmis/trunk/src/main/appended-resources/supplemental-models.xml

Modified: incubator/chemistry/opencmis/trunk/src/main/appended-resources/supplemental-models.xml
URL: http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/src/main/appended-resources/supplemental-models.xml?rev=991541&r1=991540&r2=991541&view=diff
==============================================================================
--- incubator/chemistry/opencmis/trunk/src/main/appended-resources/supplemental-models.xml (original)
+++ incubator/chemistry/opencmis/trunk/src/main/appended-resources/supplemental-models.xml Wed Sep  1 13:58:50 2010
@@ -192,6 +192,7 @@
             <groupId>javax.xml.stream</groupId>
             <artifactId>stax-api</artifactId>
             <version>1.0</version>
+            <url>http://stax.codehaus.org</url>
             <name>Streaming API for XML</name>
             <organization>
                 <name>BEA Systems</name>
@@ -204,4 +205,76 @@
             </licenses>
         </project>
     </supplement>
+    <supplement>
+        <project>
+            <groupId>org.jvnet.staxex</groupId>
+            <artifactId>stax-ex</artifactId>
+            <version>1.2</version>
+            <organization>
+                <name>Java.net</name>
+                <url>http://dev.java.net</url>
+            </organization>
+        </project>
+    </supplement>
+    <supplement>
+        <project>
+            <groupId>stax</groupId>
+            <artifactId>stax-api</artifactId>
+            <version>1.0.1</version>
+            <organization>
+                <name>Codehaus</name>
+                <url>http://codehaus.org</url>
+            </organization>
+        </project>
+    </supplement>
+    <supplement>
+        <project>
+            <groupId>antlr</groupId>
+            <artifactId>antlr</artifactId>
+            <version>2.7.7</version>
+            <organization>
+                <name>ANTLR</name>
+                <url>http://www.antlr.org/</url>
+            </organization>
+        </project>
+    </supplement>
+    <supplement>
+        <project>
+            <groupId>org.antlr</groupId>
+            <artifactId>antlr-runtime</artifactId>
+            <version>3.2</version>
+            <organization>
+                <name>ANTLR</name>
+                <url>http://www.antlr.org/</url>
+            </organization>
+            <licenses>
+                <license>
+                    <name>BSD licence</name>
+                    <url>http://antlr.org/license.html</url>
+                </license>
+            </licenses>
+        </project>
+    </supplement>
+    <supplement>
+        <project>
+            <groupId>org.antlr</groupId>
+            <artifactId>stringtemplate</artifactId>
+            <version>3.2</version>
+            <organization>
+                <name>ANTLR</name>
+                <url>http://www.antlr.org/</url>
+            </organization>
+        </project>
+    </supplement>
+     <supplement>
+        <project>
+            <groupId>net.sf.jopt-simple</groupId>
+            <artifactId>jopt-simple</artifactId>
+            <version>3.2</version>
+            <organization>
+                <name>Sourceforge</name>
+                <url>http://www.sourceforge.net/</url>
+            </organization>
+        </project>
+    </supplement>
 </supplementalDataModels>
\ No newline at end of file