Revision 37608

View differences:

branches/v2_0_0_prep/build/ant-tasks/subversion-tasks.xml
162 162
	<target name="svn.getparams" unless="svn.repository.url">
163 163
		<!-- Default values -->
164 164
		<property name="create.eclipse.projects" value="true"/>
165
		<property name="svn.repository.url" value="https://svn.forge.osor.eu/svn/gvsig-desktop/branches/v2_0_0_prep"/>
165
		<property name="svn.repository.url" value="https://devel.gvsig.org/svn/gvsig-desktop/branches/v2_0_0_prep"/>
166 166
		<!--
167 167
			<property name="svn.username" value="guest"/> <property name="svn.password"
168 168
			value="guest"/>
branches/v2_0_0_prep/libraries/libInternationalization/pom.xml
91 91
                    <encoding>ISO-8859-1</encoding>
92 92
                </configuration>
93 93
            </plugin>
94
            <plugin>
95
                <groupId>org.apache.maven.plugins</groupId>
96
                <artifactId>maven-release-plugin</artifactId>
97
                <configuration>
98
                    <tagBase>https://svn.forge.osor.eu/svn/gvsig-desktop/tags/org.gvsig.i18n</tagBase>
99
                </configuration>
100
            </plugin>
101 94
        </plugins>
102 95
    </build>
103 96
    

Also available in: Unified diff