head	1.3;
access;
symbols
	TIGRIS_0_9_2_4:1.2
	TIGRIS_0_9_2_3:1.2
	TIGRIS_0_9_2:1.2.0.6
	TIGRIS_0_9_0:1.2.0.4
	TIGRIS_0_8_4:1.2.0.2
	EYEBROWSE_WM_0_89:1.2;
locks; strict;
comment	@# @;


1.3
date	2001.02.06.12.54.00;	author ms;	state dead;
branches;
next	1.2;

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

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


desc
@@


1.3
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
@#####################################
# Call ant on build.xml 	    #
#####################################


default: build

dummy:

clean:
	./build.sh clean

build: dummy
	./build.sh main

most:
	./build.sh most
@


1.2
log
@CVS was out of whack.  Started again
@
text
@@


1.1
log
@The Makefile which through calling build-eyebrowse.sh compiles or installs eyebrowse into a sandbox using Ant
@
text
@d1 4
a4 3
######################################################################
# -*- Makefile -*- developed for a Unix system.
#
a7 1
# only install the conf files on make install
d9 3
a11 1
	
d14 4
a17 24
	./build-eyebrowse.sh
install:
	@@echo 'Installing eyebrowse.jar and configuration files'; \
	for f in $(PROPERTIES_CONF_FILES); do \
	  echo "  $${f}"; \
	  if [ -f $(PROPERTIES_CONF_DIR)/$${f} ]; then \
	    mv $(PROPERTIES_CONF_DIR)/$${f} $(PROPERTIES_CONF_DIR)/$${f}.orig; \
	  fi; \
	  cp -f $${f}* $(PROPERTIES_CONF_DIR); \
	done; \
	for f in $(SERVLETS_CONF_FILES); do \
	  echo "  $${f}"; \
	  if [ -f $(SERVLETS_CONF_DIR)/$${f} ]; then \
	    mv $(SERVLETS_CONF_DIR)/$${f} $(SERVLETS_CONF_DIR)/$${f}.orig; \
	  fi; \
	  cp -f $${f}* $(SERVLETS_CONF_DIR); \
	done; \
	echo 'Installation of project configuration files complete'; \
	unset f ; true; \
	cp $(LIB_BIR)/eyebrowse.jar $(SITE_LIB)
	echo "Now would Probably be a good time to run \
	      $SANDBOX/scripts/configure, to reset add the eyebrowse \
	      zone.properties and servlet.propteries to your sandbox';
	echo "Installation complete. Restart sXc to use\n"
@

