## 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. ------ AJDT Projects ------ Eric Berry ------ 28 May 2008 ------ Including AJDT Projects into Workspace The Eclipse plugin interacts with the Aspectj plugin to configure Eclipse to use AJDT. The following example shows how to configure the Eclipse and Aspectj plugin. +----- [...] [...] [...] org.apache.maven.plugins maven-eclipse-plugin ${project.version} 1.5 org.codehaus.mojo aspectj-maven-plugin 1.1 org.thirdparty jar-containing-external-aspects org.mycompany jar-to-weave-with-aspects-in-this-library [...] [...] [...] +----- Please see the Aspectj plugin documentation for details on how to configure the aspectj plugin. The ajdtVersion configuration parameter is optional. The valid values are none, 1.4, and 1.5. none indicates that AJDT should not be enabled even though Aspectj is enabled in maven. 1.4 generates the org.eclipse.ajdt.ui.prefs file in the .settings directory. 1.5 (or later) includes the configuration into the .classpath file and is the default value.