ixmlui is the directory generated by IDEA
xmlui the one from ant update_webapps
> diff -r ixmlui/ xmlui/
Only in ixmlui/: .gitignore
diff -r ixmlui/META-INF/MANIFEST.MF xmlui/META-INF/MANIFEST.MF
1a2
> Implementation-Vendor: DuraSpace
7c8
< Created-By: IntelliJ IDEA
---
> Specification-Vendor: DuraSpace
8a10
> Created-By: Apache Maven 3.2.5
9a12
> Archiver-Version: Plexus Archiver
diff -r ixmlui/META-INF/maven/org.dspace/dspace-xmlui/pom.properties xmlui/META-INF/maven/org.dspace/dspace-xmlui/pom.properties
2c2
< #Thu Mar 19 15:51:04 EDT 2015
---
> #Thu Mar 19 16:50:12 EDT 2015
Only in xmlui/META-INF/maven: org.dspace.modules
Binary files ixmlui/WEB-INF/lib/additions-5.2-SNAPSHOT.jar and xmlui/WEB-INF/lib/additions-5.2-SNAPSHOT.jar differ
Binary files ixmlui/WEB-INF/lib/dspace-api-5.2-SNAPSHOT.jar and xmlui/WEB-INF/lib/dspace-api-5.2-SNAPSHOT.jar differ
Binary files ixmlui/WEB-INF/lib/dspace-services-5.2-SNAPSHOT.jar and xmlui/WEB-INF/lib/dspace-services-5.2-SNAPSHOT.jar differ
Binary files ixmlui/WEB-INF/lib/dspace-xmlui-5.2-SNAPSHOT-classes.jar and xmlui/WEB-INF/lib/dspace-xmlui-5.2-SNAPSHOT-classes.jar differ
diff -r ixmlui/WEB-INF/web.xml xmlui/WEB-INF/web.xml
40c40
< ${dspace.dir}/config/dspace.cfg
---
> /Users/monikam/Installations/tstspace/config/dspace.cfg
49c49
< ${dspace.dir}
---
> /Users/monikam/Installations/tstspace
Only in ixmlui/static/Datatables/DataTables-1.8.0: .gitignore
diff -r ixmlui/static/robots.txt xmlui/static/robots.txt
2c2
< # The ${dspace.url} will be auto-filled with the value in dspace.cfg
---
> # The http://localhost:8080/xmlui will be auto-filled with the value in dspace.cfg
4,5c4,5
< Sitemap: ${dspace.url}/sitemap
< Sitemap: ${dspace.url}/htmlmap
---
> Sitemap: http://localhost:8080/xmlui/sitemap
> Sitemap: http://localhost:8080/xmlui/htmlmap