Browse Source

Added version attribute to all the descriptors.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271289 13f79535-47bb-0310-9956-ffa450edef68
master
adammurdoch 23 years ago
parent
commit
fdbfe30a3e
8 changed files with 9 additions and 9 deletions
  1. +2
    -2
      proposal/myrmidon/etc/testcases/org/apache/myrmidon/components/deployer/ant-descriptor.xml
  2. +1
    -1
      proposal/myrmidon/etc/testcases/org/apache/myrmidon/components/deployer/ant-roles.xml
  3. +1
    -1
      proposal/myrmidon/src/manifest/ant1-ant-descriptor.xml
  4. +1
    -1
      proposal/myrmidon/src/manifest/builtin-ant-descriptor.xml
  5. +1
    -1
      proposal/myrmidon/src/manifest/builtin-ant-roles.template
  6. +1
    -1
      proposal/myrmidon/src/manifest/builtin-ant-roles.xml
  7. +1
    -1
      proposal/myrmidon/src/manifest/empty-roles.xml
  8. +1
    -1
      proposal/myrmidon/src/manifest/selftest-ant-descriptor.xml

+ 2
- 2
proposal/myrmidon/etc/testcases/org/apache/myrmidon/components/deployer/ant-descriptor.xml View File

@@ -1,4 +1,4 @@
<antlib>
<ant-lib version="1.0">

<types>
<!-- Register a data-type -->
@@ -15,4 +15,4 @@
destination="org.apache.myrmidon.components.deployer.TestType1"/>
</types>

</antlib>
</ant-lib>

+ 1
- 1
proposal/myrmidon/etc/testcases/org/apache/myrmidon/components/deployer/ant-roles.xml View File

@@ -1,4 +1,4 @@
<roles>
<roles version="1.0">
<!-- A custom role -->
<role shorthand="test-role1" name="org.apache.myrmidon.components.deployer.TestRole1"/>
</roles>

+ 1
- 1
proposal/myrmidon/src/manifest/ant1-ant-descriptor.xml View File

@@ -1,4 +1,4 @@
<ant-lib>
<ant-lib version="1.0">

<types>
<task name="ant1-tasklib" classname="org.apache.myrmidon.libs.ant1.Ant1Tasklib" />


+ 1
- 1
proposal/myrmidon/src/manifest/builtin-ant-descriptor.xml View File

@@ -1,4 +1,4 @@
<ant-lib>
<ant-lib version="1.0">

<types>



+ 1
- 1
proposal/myrmidon/src/manifest/builtin-ant-roles.template View File

@@ -1,4 +1,4 @@
<roles>
<roles version="1.0">
<XDtClass:forAllClasses abstract="true">
<XDtClass:ifHasClassTag tagName="ant:role">
<role shorthand="<XDtClass:classTagValue tagName="ant:role" paramName="shorthand"/>"


+ 1
- 1
proposal/myrmidon/src/manifest/builtin-ant-roles.xml View File

@@ -1,4 +1,4 @@
<roles>
<roles version="1.0">
<role shorthand="task" name="org.apache.myrmidon.api.Task"/>
<role shorthand="data-type" name="org.apache.myrmidon.framework.DataType"/>
<role shorthand="listener" name="org.apache.myrmidon.listeners.ProjectListener"/>


+ 1
- 1
proposal/myrmidon/src/manifest/empty-roles.xml View File

@@ -1,2 +1,2 @@
<roles>
<roles version="1.0">
</roles>

+ 1
- 1
proposal/myrmidon/src/manifest/selftest-ant-descriptor.xml View File

@@ -1,4 +1,4 @@
<ant-lib>
<ant-lib version="1.0">
<types>
<!-- tasks to test operation of engine -->
<task name="prim-test" classname="org.apache.antlib.selftest.PrimitiveTypesTest" />


Loading…
Cancel
Save