Run| Workspace| Log| Issues| Fixes| Pre-reqs| Stats| XRef| Maven Repository Proxy Log Gump Logo

Details

File Contents

# 
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements.  See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License.  You may obtain a copy of the License at
# 
#      http://www.apache.org/licenses/LICENSE-2.0
# 
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
#
# gump integration
avalon.buildsystem=${basedir}/../buildsystem
project.name = excalibur-sourceresolve

fortress-static-meta.dir = ${maven.build.dir}/fortress.meta

maven.junit.fork = yes
#maven.test.failure.ignore = yes

maven.repo.remote = http://www.apache.org/dist/avalon,http://www.ibiblio.org/maven

maven.ui.banner.background = #fff
maven.ui.banner.foreground = #000

maven.checkstyle.format = avalon
pom.organization.identifier = ASF
pom.specificationVersion = 1.0

sun.j2se.link = http://java.sun.com/j2se/1.4/docs/api/
avalon.framework.link = http://avalon.apache.org/framework/api/
avalon.logkit.link = http://avalon.apache.org/logkit/api/
excalibur.thread.link = http://avalon.apache.org/excalibur/thread/api/
excalibur.event.link = http://avalon.apache.org/excalibur/event/api/

maven.javadoc.links = ${sun.j2se.link},${avalon.logkit.link},${avalon.framework.link},${excalibur.thread.link},${excalibur.event.link}

maven.javadoc.customtags = dependency service context component todo

dependency.name = avalon.dependency
dependency.description = Requires component:
dependency.enabled = true
dependency.scope = methods

service.name = avalon.service
service.description = Implements service:
service.enabled = true
service.scope = types

context.name = avalon.context
context.description = Requires entry:
context.enabled = true
context.scope = methods

component.name = avalon.component
component.description = Avalon component
component.enabled = true
component.scope = types

todo.name = todo
todo.description = To do:
todo.enabled = true
todo.scope = all


Last Updated: Wed, 02 Jul 2008 00:00:56 ().Python Logo