Hmm... I suspect we have a minor ".gitignore" bug here then. We shouldn't be ignoring *all* *.properties files everywhere.
It looks like the proper .gitignore should instead be: ## Ignore all *.properties file in root folder, EXCEPT build.properties (the default) /*.properties !/build.properties I'll submit a Pull Request shortly to get this fixed in 3.x branch and master. - Tim On 4/29/2013 5:24 PM, Thomas Misilo wrote: > Got it working, I couldn't actually find the core.properties file. > > However what the problem was is the .gitignore from [1] made it so when I > added DSpace to my local git repo, it ignored a bunch of *.properties files > in a lot of the other folders :( > > Thanks for helping :) > > Tom > > [1]: https://github.com/DSpace/DSpace/blob/master/.gitignore#L26 > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech > List Etiquette: > https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette > ------------------------------------------------------------------------------ Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET Get 100% visibility into your production application - at no cost. Code-level diagnostics for performance bottlenecks with <2% overhead Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap1 _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

