head	1.4;
access;
symbols
	TIGRIS_0_9_2_4:1.3
	TIGRIS_0_9_2_3:1.3
	TIGRIS_0_9_2:1.3.0.6
	TIGRIS_0_9_0:1.3.0.4
	TIGRIS_0_8_4:1.3.0.2;
locks; strict;
comment	@# @;


1.4
date	2001.02.06.12.54.01;	author ms;	state dead;
branches;
next	1.3;

1.3
date	2000.11.11.07.04.51;	author edk;	state Exp;
branches;
next	1.2;

1.2
date	2000.11.07.21.40.56;	author ms;	state Exp;
branches;
next	1.1;

1.1
date	2000.11.07.21.33.05;	author ms;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Here is the move we've all been waiting for. No more confusing (well 1 :\)
references to SANDBOX all over the place, extra config files that are collabnet
specific and what not.
The 60* files have been moved to helm/conf/eyebrowse and the logic removed from
the Makefiles (which only were useful to tigris instantiations) is now in
build-helm.xml (antfile).
Changed conf data to match documentation and make more sense in general.
The only SANDBOX ref is in the "eyebrowse" wrapper script, this can go away also,
I just havent gotten around to that.
The next thing to go are the helmservlets and templates.
@
text
@############################################################
#							   #
#	install schema into common area for installation   #
#							   #
############################################################

SQL_FILES=eyebrowse-create.sql eyebrowse-remove.sql



install:
	@@if [ ${SANDBOX} != "" ]; then \
  	   if [ ! -d ${SANDBOX}/site/sql ]; then \
	 	mkdir ${SANDBOX}/site/sql; \
		echo "Created ${SANDBOX}/site/sql"; \
	   fi; \
	   for file  in ${SQL_FILES}; do \
		cp  $${file} ${SANDBOX}/site/sql/; \
		echo "Installed $${file}"; \
	   done; \
	else \
	   echo "You must install eyebrowse-create.sql by hand."; \
	fi;

@


1.3
log
@install eyebrowse-remove.sql
@
text
@@


1.2
log
@Changed what files to use.
Submitted by:	Michael Salmon
@
text
@d7 1
a7 1
SQL_FILES=eyebrowse-create.sql
d22 1
a22 1
	   echo "You must install eyebrowse_scheme.ql by hand for eyebrowse to work"; \
d24 1
@


1.1
log
@Tries to find repository of .sql to copy files to, otherwise it will tell the user to install the sql by hand like
normal.
Submitted by:	Michael Salmon
@
text
@d7 1
a7 1
SQL_FILES=eyebrowse_schema.sql
@

