You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2012/04/16 08:13:03 UTC

svn commit: r1326499 - in /ofbiz/trunk: .catalog.xml .xmlcatalog.xml

Author: jleroux
Date: Mon Apr 16 06:13:03 2012
New Revision: 1326499

URL: http://svn.apache.org/viewvc?rev=1326499&view=rev
Log:
Renamed as suggested by Ashish, more standard and explicit name

Added:
    ofbiz/trunk/.xmlcatalog.xml   (with props)
Removed:
    ofbiz/trunk/.catalog.xml

Added: ofbiz/trunk/.xmlcatalog.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/.xmlcatalog.xml?rev=1326499&view=auto
==============================================================================
--- ofbiz/trunk/.xmlcatalog.xml (added)
+++ ofbiz/trunk/.xmlcatalog.xml Mon Apr 16 06:13:03 2012
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- This is the catalog of OFBiz XML schemas for Eclipse. Just import it and this will avoid Eclipse to go to the web for checking the xml files against their schema. 
+     More at https://cwiki.apache.org/confluence/display/OFBIZ/Eclipse+Tips#EclipseTips-UsinglocalXSD'swhennointernetconnectionisavailable
+-->
+<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
+  <nextCatalog catalog="platform:/resource/ofbiz/framework/base/dtd/base-catalog.xml"/>
+  <nextCatalog catalog="platform:/resource/ofbiz/framework/datafile/dtd/datafiles-catalog.xml"/>
+  <nextCatalog catalog="platform:/resource/ofbiz/framework/entity/dtd/entity-catalog.xml"/>
+  <nextCatalog catalog="platform:/resource/ofbiz/framework/minilang/dtd/minilang-catalog.xml"/>
+  <nextCatalog catalog="platform:/resource/ofbiz/framework/service/dtd/service-catalog.xml"/>
+  <nextCatalog catalog="platform:/resource/ofbiz/framework/testtools/dtd/testtools-catalog.xml"/>
+  <nextCatalog catalog="platform:/resource/ofbiz/framework/webapp/dtd/webapp-catalog.xml"/>
+  <nextCatalog catalog="platform:/resource/ofbiz/framework/widget/dtd/widget-catalog.xml"/>
+</catalog>

Propchange: ofbiz/trunk/.xmlcatalog.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/.xmlcatalog.xml
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/trunk/.xmlcatalog.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml