ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/corbaservices/Config2.inc
(Generate patch)

Comparing projects/cms/source/corbaservices/Config2.inc (file contents):
Revision 1.12 by tdb, Wed Feb 5 22:50:23 2003 UTC vs.
Revision 1.18 by tdb, Sun Aug 1 10:40:16 2004 UTC

# Line 7 | Line 7 | include $(SOURCEROOT)/Version.inc
7   DISTNAME = iscream_corbaservices
8  
9   # Location of the i-scream CVS Repository Root
10 < CVSROOT = :pserver:anonymous@cvs.i-scream.org.uk:/cvs/i-scream
10 > CVSROOT = :pserver:anonymous@cvs.i-scream.org:/cvs/i-scream
11  
12   # This will attempt to locate cvs, and return the path.
13   CVS = `if test -x /usr/bin/cvs; then echo /usr/bin/cvs; else if test -x /usr/local/bin/cvs; then echo /usr/local/bin/cvs; else echo cvs; fi fi`
# Line 64 | Line 64 | PKGLIST = uk.org.iscream.cms.corbaservices
64  
65   # Javadoc formatting
66   JDTITLE = "i-scream CMS CORBA services"
67 < JDHEADER = "<img src='http://www.i-scream.org.uk/i-scream_small.gif' width='146' height='38'>"
68 < JDBOTTOM = "<i>Copyright &\#169; 2000-2002 i-scream. All Rights Reserved.</i>"
67 > JDHEADER = "<img src='http://www.i-scream.org/i-scream_small.gif' width='146' height='38'>"
68 > JDBOTTOM = "<i>Copyright &\#169; 2000-2003 i-scream. All Rights Reserved.</i>"
69  
70   # Javadoc Directories
71   DOCDIR = $(BUILD)/doc
72   APICACHE = $(SOURCEROOT)/.api-cache
73  
74   # Javadoc API linking
75 < JDJAPI = "http://java.sun.com/j2se/1.3/docs/api/"
75 > JDJAPI = "http://java.sun.com/j2se/1.4.2/docs/api/"
76  
77   # Javadoc API cache
78   JDJAPIC = $(APICACHE)/jdk
# Line 87 | Line 87 | SRCFILES = Config2.inc Makefile Makefile.inc build.con
87             build.xml configure uk COPYING Version.inc \
88             $(BUILDDIRNAME)/etc $(BUILDDIRNAME)/web \
89             $(BUILDDIRNAME)/lib $(BUILDDIRNAME)/run.bat \
90 <           $(BUILDDIRNAME)/run.sh $(BUILDDIRNAME)/Makefile
90 >           $(BUILDDIRNAME)/run.sh $(BUILDDIRNAME)/Makefile \
91 >           $(BUILDDIRNAME)/$(JACPROP)
92  
93 + # License file
94 + LICFILE = COPYING
95 +
96 + # Jacorb properties file
97 + JACPROP = jacorb.properties
98 +
99   # User configurable options - defaults
100   dest = $(BUILD)
101 < prefix = /usr/local/$(DISTNAME)
101 > prefix = /opt/$(DISTNAME)-$(VERSION)
102  
103   # Install Prefix
104 < INSTALL = $(prefix)
104 > INSTALLPREFIX = $(prefix)
105   DISTDEST = $(dest)
106  
107   # Archive extensions

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines