Changeset 3587 for cats/shared


Ignore:
Timestamp:
09/17/13 10:00:12 (11 years ago)
Author:
mwindhouwer
Message:

A LICENSE*

  • added GPL v3 license info

A org*

  • added first Java accessor

A org/isocat/sloot/accessor/ResolveArguments.java

  • resolve the pbv references in an arg:arguments HDS
  • it uses the primary (although it just overrides onSource) to prevent pbv name clashes

A build.xml
A props.xml

  • ant build files
  • you can use local-props.xml to override some settings, e.g., the path to your NK installation
Location:
cats/shared/urn.org.isocat.sloot/trunk
Files:
10 added
1 edited

Legend:

Unmodified
Added
Removed
  • cats/shared/urn.org.isocat.sloot/trunk/module.xml

    r3521 r3587  
    2020         <rewrite>res:/pub/$1</rewrite>
    2121      </fileset>
     22      <accessor>
     23         <id>sloot.dpml.resolve-arguments</id>
     24         <class>org.isocat.sloot.accessor.ResolveArguments</class>
     25         <grammar>
     26            <active>
     27               <identifier>active:sloot.dpml.resolve-arguments</identifier>
     28            </active>
     29         </grammar>
     30      </accessor>
    2231      <mapper>
    2332         <config>
     
    117126               </request>
    118127            </endpoint>
    119             <endpoint>
     128            <!--<endpoint>
    120129               <grammar>
    121130                  <active>
     
    129138                  <argument name="operand">arg:arguments</argument>
    130139               </request>
    131             </endpoint>
     140            </endpoint>-->
    132141         </config>
    133142         <space>
Note: See TracChangeset for help on using the changeset viewer.