File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
4646commons-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
5050jta-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
You can’t perform that action at this time.
0 commit comments