Skip to content

Commit 332c917

Browse files
committed
Changed spec jar to JDK 1.4-compatible version.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/dbcp/branches/DBCP_1_3_BRANCH@892629 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2eb82b3 commit 332c917

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.properties.sample

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
##########################################################################
16-
# Sample Ant build.properties file
16+
# Sample Ant build.properties file for building under JDK 1.4 or 1.5
1717
#
1818
# This setup assumes dependent jars are in a local maven 2 repository.
19-
# However the jars are located, the properties ending in ".jar" need
19+
# However the jars are located, the properties ending in ".jar" need to
2020
# expand to full paths to the jars.
2121
##########################################################################
2222

@@ -46,7 +46,7 @@ commons-logging.home=${repository}/commons-logging/commons-logging/1.1.1
4646
commons-logging.jar=${commons-logging.home}/commons-logging-1.1.1.jar
4747

4848
# JTA - needed for managed connections
49-
jta-spec.jar=${repository}/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.jar
49+
jta-spec.jar=${repository}/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1/geronimo-jta_1.1_spec-1.1.jar
5050
jta-impl.jar=${repository}/org/apache/geronimo/modules/geronimo-transaction/1.2-beta/geronimo-transaction-1.2-beta.jar
5151

5252
# JTA dependencies - required so the test cases run

0 commit comments

Comments
 (0)