Skip to content

Commit

Permalink
Issue #53: replace seaside.gemstome.com reference with seaside.gemtal…
Browse files Browse the repository at this point in the history
…ksystems.com reference
  • Loading branch information
dalehenrich committed Nov 4, 2014
1 parent c740380 commit 5e9d3fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ baselineadaptors: spec
className: 'ConfigurationOfGsFastCGI';
versionString: #'stable';
loads: #('FastCGI');
repository: 'http://seaside.gemstone.com/ss/MetacelloRepository' ].
repository: 'http://seaside.gemtalksystems.com/ss/MetacelloRepository' ].
spec
package: 'Seaside-Adaptors-Swazoo'
with: [ spec includes: #('Seaside-GemStone-Adaptors-Swazoo') ];
Expand All @@ -98,4 +98,4 @@ baselineadaptors: spec
with: [ spec requires: #('Seaside-Adaptors-Swazoo') ];
package: 'Seaside-GemStone-Adaptors-Zinc'
with: [ spec requires: #('Zinc-Seaside') ].
spec group: 'FastCGI' with: #('Seaside-Adaptors-FastCGI') ]
spec group: 'FastCGI' with: #('Seaside-Adaptors-FastCGI') ]

0 comments on commit 5e9d3fd

Please sign in to comment.