1
0

Moving extension of global project.xml to ../commons-build/project.xml on those project.xml files which originally had it in place.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138999 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark R. Diggory
2004-02-10 19:15:05 +00:00
parent 4b738b61fc
commit 63f5caa8d3

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
<extend>../project.xml</extend>
<extend>../commons-build/project.xml</extend>
<name>Logging</name>
<id>commons-logging</id>
<currentVersion>1.0-dev</currentVersion>