Skip to content

Instantly share code, notes, and snippets.

@saltnlight5
saltnlight5 / .hgignore
Created January 20, 2012 22:39
Mercurial Tips
# Add this in your $HOME/.hgignore to have it affect all hg projects globally.
syntax: glob
target/*
.settings/*
.project
.classpath
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
<bean id="name1" class="java.lang.String">
<constructor-arg value="tcp://test?foo=bar&amp;foo2=bar2"/>
</bean>
<bean id="name2" class="java.lang.String">
<constructor-arg><value>tcp://test?foo=bar&amp;foo2=bar2</value></constructor-arg>