- Timestamp:
- 2018-07-15T20:11:13+02:00 (6 years ago)
- Location:
- trunk
- Files:
-
- 5 added
- 5 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.classpath
r14024 r14033 149 149 </attributes> 150 150 </classpathentry> 151 <classpathentry kind="lib" path="tools/groovy/groovy-cli-commons-2.5. 0.jar">151 <classpathentry kind="lib" path="tools/groovy/groovy-cli-commons-2.5.1.jar"> 152 152 <attributes> 153 153 <attribute name="test" value="true"/> 154 154 </attributes> 155 155 </classpathentry> 156 <classpathentry kind="lib" path="tools/groovy/groovy-xml-2.5. 0.jar">156 <classpathentry kind="lib" path="tools/groovy/groovy-xml-2.5.1.jar"> 157 157 <attributes> 158 158 <attribute name="test" value="true"/> -
trunk/build.xml
r14021 r14033 805 805 806 806 <target name="taginfo" depends="dist"> 807 <!-- http://docs.groovy-lang.org/2.5. 0/html/documentation/#_the_groovy_ant_task -->807 <!-- http://docs.groovy-lang.org/2.5.1/html/documentation/#_the_groovy_ant_task --> 808 808 <taskdef name="groovy" classname="org.codehaus.groovy.ant.Groovy" classpathref="groovy.classpath"/> 809 809 <property name="taginfoextract" value="scripts/TagInfoExtract.groovy"/>
Note:
See TracChangeset
for help on using the changeset viewer.