added ArrayList
This commit is contained in:
parent
a845778d44
commit
e9b5b7b5fa
1 changed files with 3 additions and 0 deletions
|
@ -79,6 +79,8 @@
|
|||
token="java.util.List" value="${coll.import}.List"/>
|
||||
<replace dir="${build.src}/helma" includes="**"
|
||||
token="java.util.LinkedList" value="${coll.import}.LinkedList"/>
|
||||
<replace dir="${build.src}/helma" includes="**"
|
||||
token="java.util.ArrayList" value="${coll.import}.ArrayList"/>
|
||||
<replace dir="${build.src}/helma" includes="**"
|
||||
token="java.util.Set" value="${coll.import}.Set"/>
|
||||
<replace dir="${build.src}/helma" includes="**"
|
||||
|
@ -185,3 +187,4 @@
|
|||
|
||||
|
||||
</project>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue