Return-Path: Delivered-To: apmail-openjpa-commits-archive@www.apache.org Received: (qmail 65656 invoked from network); 24 Aug 2010 18:51:33 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Aug 2010 18:51:33 -0000 Received: (qmail 46570 invoked by uid 500); 24 Aug 2010 18:51:33 -0000 Delivered-To: apmail-openjpa-commits-archive@openjpa.apache.org Received: (qmail 46516 invoked by uid 500); 24 Aug 2010 18:51:33 -0000 Mailing-List: contact commits-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list commits@openjpa.apache.org Received: (qmail 46509 invoked by uid 99); 24 Aug 2010 18:51:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Aug 2010 18:51:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Aug 2010 18:51:30 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id F24F82388A02; Tue, 24 Aug 2010 18:50:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r988659 - in /openjpa/trunk/openjpa-examples/opentrader: build.properties build.xml Date: Tue, 24 Aug 2010 18:50:11 -0000 To: commits@openjpa.apache.org From: ppoddar@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100824185011.F24F82388A02@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ppoddar Date: Tue Aug 24 18:50:11 2010 New Revision: 988659 URL: http://svn.apache.org/viewvc?rev=988659&view=rev Log: Add ASL header Added: openjpa/trunk/openjpa-examples/opentrader/build.properties (with props) openjpa/trunk/openjpa-examples/opentrader/build.xml Added: openjpa/trunk/openjpa-examples/opentrader/build.properties URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-examples/opentrader/build.properties?rev=988659&view=auto ============================================================================== --- openjpa/trunk/openjpa-examples/opentrader/build.properties (added) +++ openjpa/trunk/openjpa-examples/opentrader/build.properties Tue Aug 24 18:50:11 2010 @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# +# ----------------------------------------------------------------------------- +# Environment-dependent paths to resources used to build OpenTrader application +# +# OpenTrader essentially depends on three major frameworks +# Google Web Toolkit +# a JEE Application server +# OpenJPA +# ----------------------------------------------------------------------------- +# OpenJPA as persistence provider and a JDBC Driver resources +# ----------------------------------------------------------------------------- +maven.repos=C:/Documents and Settings/Administrator/.m2/repository +jpa.jar=${maven.repos}/org/apache/geronimo/specs/geronimo-jpa_2.0_spec/1.1/geronimo-jpa_2.0_spec-1.1.jar +openjpa.version=2.1.0-SNAPSHOT +openjpa.jar=${maven.repos}/org/apache/openjpa/openjpa-all/${openjpa.version}/openjpa-all-${openjpa.version}.jar +openjpa.src.jar=${maven.repos}/org/apache/openjpa/openjpa-all/${openjpa.version}/openjpa-all-${openjpa.version}-sources.jar + +# ----------------------------------------------------------------------------- +# Google Web Toolkit specific resources +# ----------------------------------------------------------------------------- +gwt.sdk=C:/gwt-2.0.4 +# ----------------------------------------------------------------------------- +# JDBC specific resources +# ----------------------------------------------------------------------------- +jdbc.jar=C:/mysql/mysql-connector-java-5.1.6/mysql-connector-java-5.1.6-bin.jar + +# ----------------------------------------------------------------------------- +# Application Server specific paths +# ----------------------------------------------------------------------------- +appserver.root=C:/apache-tomcat-6.0.29 +auto.deploy.dir=${appserver.root}/webapps + +# The root directory of the application server +#appserver.root=C:/glassfishv3/glassfish +appserver.root=C:/apache-tomcat-6.0.29 +# The root directory of the deployed application domains +domain.root=${appserver.root} +# Name of the domain +#domain.name=domain1 +domain.name= +# The root directory of the domain in which this application will be deployed +base.domain=${domain.root}/${domain.name} +# The directory for automatic deployment +#auto.deploy.dir=${base.domain}/autodeploy +#auto.deploy.dir=${base.domain}/autodeploy +# The directory for libraries the application depends on +deploy.app.lib=${base.domain}/lib +# The directory for common libraries many application depends on, e.g. JDBC driver +deploy.common.lib=${base.domain}/lib/ext + +gxt.sdk=C:/gxt-2.2.0 \ No newline at end of file Propchange: openjpa/trunk/openjpa-examples/opentrader/build.properties ------------------------------------------------------------------------------ svn:eol-style = native Added: openjpa/trunk/openjpa-examples/opentrader/build.xml URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-examples/opentrader/build.xml?rev=988659&view=auto ============================================================================== --- openjpa/trunk/openjpa-examples/opentrader/build.xml (added) +++ openjpa/trunk/openjpa-examples/opentrader/build.xml Tue Aug 24 18:50:11 2010 @@ -0,0 +1,205 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +