/[Apache-SVN]
ViewVC logotype

Revision 1212295


Jump to revision: Previous Next
Author: lcorneliussen
Date: Fri Dec 9 09:22:34 2011 UTC (12 years, 5 months ago)
Changed paths: 65
Log Message:
[NPANDAY-499] Make configuration for compiler-plugins and executable-plugins more flexible

o Updated to newer modello version and added unit tests for the described xml formats

Changed paths

Path Details
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-core/pom.xml modified , text changed
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/assembly-plugins/assembly-plugins.mdo modified , text changed
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/assembly-plugins/pom.xml modified , text changed
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/assembly-plugins/src/test/ added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/assembly-plugins/src/test/groovy/ added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/assembly-plugins/src/test/groovy/AssemblyPluginXpp3ReaderTest.groovy added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/assembly-plugins/src/test/resources/ added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/assembly-plugins/src/test/resources/sample-assembly-plugins.xml added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/compiler-plugins/compiler-plugins.mdo modified , text changed
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/compiler-plugins/pom.xml modified , text changed
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/compiler-plugins/src/test/ added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/compiler-plugins/src/test/groovy/ added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/compiler-plugins/src/test/groovy/npanday/ added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/compiler-plugins/src/test/groovy/npanday/model/ added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/compiler-plugins/src/test/groovy/npanday/model/compiler/ added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/compiler-plugins/src/test/groovy/npanday/model/compiler/plugins/ added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/compiler-plugins/src/test/groovy/npanday/model/compiler/plugins/io/ added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/compiler-plugins/src/test/groovy/npanday/model/compiler/plugins/io/Xpp3ReaderTest.groovy added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/compiler-plugins/src/test/resources/ added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/compiler-plugins/src/test/resources/sample-compiler-plugins.xml
(Copied from incubator/npanday/branches/1.5.0-azuresupport/components/dotnet-core/src/main/resources/META-INF/npanday/compiler-plugins.xml, r1207095)
added , text changed
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/configuration-appenders/configurationAppenders.mdo modified , text changed
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/configuration-appenders/pom.xml modified , text changed
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/entries/entries.mdo modified , text changed
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/entries/pom.xml modified , text changed
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/executable-plugins/executable-plugins.mdo modified , text changed
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/executable-plugins/pom.xml modified , text changed
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/executable-plugins/src/test/ added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/executable-plugins/src/test/groovy/ added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/executable-plugins/src/test/groovy/npanday/ added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/executable-plugins/src/test/groovy/npanday/model/ added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/executable-plugins/src/test/groovy/npanday/model/compiler/ added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/executable-plugins/src/test/groovy/npanday/model/compiler/plugins/ added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/executable-plugins/src/test/groovy/npanday/model/compiler/plugins/io/ added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/executable-plugins/src/test/groovy/npanday/model/compiler/plugins/io/ExecutablePluginXpp3ReaderTest.groovy added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/executable-plugins/src/test/resources/ added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/executable-plugins/src/test/resources/sample-executable-plugins.xml added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/netdependency/netdependency.mdo modified , text changed
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/netdependency/pom.xml modified , text changed
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/netdependency/src/ added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/netdependency/src/test/ added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/netdependency/src/test/groovy/ added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/netdependency/src/test/groovy/npanday/ added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/netdependency/src/test/groovy/npanday/model/ added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/netdependency/src/test/groovy/npanday/model/settings/ added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/netdependency/src/test/groovy/npanday/model/settings/io/ added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/netdependency/src/test/groovy/npanday/model/settings/io/NetDependencyXpp3ReaderTest.groovy added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/netdependency/src/test/resources/ added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/netdependency/src/test/resources/sample-netdependencies.xml added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/pom.xml modified , text changed
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/settings/pom.xml modified , text changed
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/settings/settings.mdo modified , text changed
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/settings/src/ added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/settings/src/test/ added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/settings/src/test/groovy/ added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/settings/src/test/groovy/npanday/ added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/settings/src/test/groovy/npanday/model/ added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/settings/src/test/groovy/npanday/model/settings/ added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/settings/src/test/groovy/npanday/model/settings/io/ added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/settings/src/test/groovy/npanday/model/settings/io/NPandaySettingsXpp3ReaderTest.groovy added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/settings/src/test/resources/ added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-model/settings/src/test/resources/sample-settings.xml added
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/dotnet-registry/src/main/java/npanday/registry/impl/StandardRepositoryLoader.java modified , text changed
Directoryincubator/npanday/branches/1.5.0-azuresupport/components/pom.xml modified , text changed
Directoryincubator/npanday/branches/1.5.0-azuresupport/plugins/maven-fxcop-plugin/src/main/java/npanday/plugin/fxcop/FxCopAggregateMojo.java modified , text changed
Directoryincubator/npanday/branches/1.5.0-azuresupport/pom.xml modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26