Repository: metamodel
Updated Branches:
  refs/heads/master 39001ae44 -> d8de7095e


Removed incubator DISCLAIMER. Fixed unittest relying on incubator URL.

Project: http://git-wip-us.apache.org/repos/asf/metamodel/repo
Commit: http://git-wip-us.apache.org/repos/asf/metamodel/commit/d8de7095
Tree: http://git-wip-us.apache.org/repos/asf/metamodel/tree/d8de7095
Diff: http://git-wip-us.apache.org/repos/asf/metamodel/diff/d8de7095

Branch: refs/heads/master
Commit: d8de7095efde8e098949c9f7578be6b12d6e76a4
Parents: 39001ae
Author: Kasper Sørensen <[email protected]>
Authored: Thu Nov 27 20:11:52 2014 +0100
Committer: Kasper Sørensen <[email protected]>
Committed: Thu Nov 27 20:11:52 2014 +0100

----------------------------------------------------------------------
 DISCLAIMER                                           | 15 ---------------
 .../apache/metamodel/xml/XmlDomDataContextTest.java  |  2 +-
 2 files changed, 1 insertion(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/metamodel/blob/d8de7095/DISCLAIMER
----------------------------------------------------------------------
diff --git a/DISCLAIMER b/DISCLAIMER
deleted file mode 100644
index dbd2b12..0000000
--- a/DISCLAIMER
+++ /dev/null
@@ -1,15 +0,0 @@
-Apache Metamodel is an effort undergoing incubation at the Apache Software 
-Foundation (ASF), sponsored by the Apache Incubator PMC. 
-
-Incubation is required of all newly accepted projects until a further review 
-indicates that the infrastructure, communications, and decision making process 
-have stabilized in a manner consistent with other successful ASF projects. 
-
-While incubation status is not necessarily a reflection of the completeness 
-or stability of the code, it does indicate that the project has yet to be 
-fully endorsed by the ASF.
-
-For more information about the incubation status of the Metamodel project you
-can go to the following page:
-
-http://incubator.apache.org/projects/metamodel.html
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/metamodel/blob/d8de7095/xml/src/test/java/org/apache/metamodel/xml/XmlDomDataContextTest.java
----------------------------------------------------------------------
diff --git 
a/xml/src/test/java/org/apache/metamodel/xml/XmlDomDataContextTest.java 
b/xml/src/test/java/org/apache/metamodel/xml/XmlDomDataContextTest.java
index 6357946..6985852 100644
--- a/xml/src/test/java/org/apache/metamodel/xml/XmlDomDataContextTest.java
+++ b/xml/src/test/java/org/apache/metamodel/xml/XmlDomDataContextTest.java
@@ -47,7 +47,7 @@ public class XmlDomDataContextTest extends TestCase {
     public void testGetFromUrl() throws Exception {
         // Retrieve a test file, but through URL from GitHub servers.
         URL url = new URL(
-                
"https://raw.githubusercontent.com/apache/incubator-metamodel/master/xml/src/test/resources/xml_input_eobjects.xml";);
+                
"https://raw.githubusercontent.com/apache/metamodel/master/xml/src/test/resources/xml_input_eobjects.xml";);
         try {
             XmlDomDataContext dataContext = new XmlDomDataContext(url, false);
             assertEquals("xml_input_eobjects.xml", 
dataContext.getDefaultSchema().getName());

Reply via email to