You are viewing a plain text version of this content. The canonical link for it is here.
Posted to olio-commits@incubator.apache.org by sh...@apache.org on 2009/10/07 19:34:03 UTC

svn commit: r822867 - in /incubator/olio/webapp/java/trunk/ws/bp-project: build.properties build.properties.template

Author: shanti
Date: Wed Oct  7 19:34:02 2009
New Revision: 822867

URL: http://svn.apache.org/viewvc?rev=822867&view=rev
Log:
Removing build.properties. The user needs to create this for his environment from the template.
Modified template to use a more generic path to appserver.

Removed:
    incubator/olio/webapp/java/trunk/ws/bp-project/build.properties
Modified:
    incubator/olio/webapp/java/trunk/ws/bp-project/build.properties.template

Modified: incubator/olio/webapp/java/trunk/ws/bp-project/build.properties.template
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/java/trunk/ws/bp-project/build.properties.template?rev=822867&r1=822866&r2=822867&view=diff
==============================================================================
--- incubator/olio/webapp/java/trunk/ws/bp-project/build.properties.template (original)
+++ incubator/olio/webapp/java/trunk/ws/bp-project/build.properties.template Wed Oct  7 19:34:02 2009
@@ -17,7 +17,7 @@
 #
 
 # path to your application server installation
-javaee.home=/space/appserver/glassfishv2.1/glassfish
+javaee.home=/opt/glassfish
 
 # machine name (or the IP address) where the applications will be deployed.
 javaee.server.name=localhost