~kaaloo/grails/grails-maven-plugin

« back to all changes in this revision

Viewing changes to src/test/resources/com/octo/mtg/plugin/grails-create-domain-class/plugin-config.xml

  • Committer: pledbrook
  • Date: 2008-12-23 12:43:57 UTC
  • Revision ID: svn-v3-single1-dHJ1bmsvZ3JhaWxzLW1hdmVuLXBsdWdpbg..:1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d:trunk%2Fgrails-maven-plugin:8037
Bumped plugin version to 1.0-SNAPSHOT and changed the packages to
org.grails.maven.plugin.*.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
 
3
 
<!--
4
 
  Copyright 2007 the original author or authors.
5
 
  
6
 
  Licensed under the Apache License, Version 2.0 (the "License");
7
 
  you may not use this file except in compliance with the License.
8
 
  You may obtain a copy of the License at
9
 
  
10
 
  http://www.apache.org/licenses/LICENSE-2.0
11
 
  
12
 
  Unless required by applicable law or agreed to in writing, software
13
 
  distributed under the License is distributed on an "AS IS" BASIS,
14
 
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
 
  See the License for the specific language governing permissions and
16
 
  limitations under the License.    
17
 
-->
18
 
 
19
 
<!-- $Id$ -->
20
 
 
21
 
<project>
22
 
  <build>
23
 
    <plugins>
24
 
      <plugin>
25
 
        <groupId>com.octo.maven.plugins</groupId>
26
 
        <artifactId>grails-maven-plugin</artifactId>
27
 
        <extensions>true</extensions>
28
 
        <configuration>
29
 
          <domainClassName>MyObject</domainClassName>
30
 
        </configuration>
31
 
      </plugin>
32
 
    </plugins>
33
 
  </build>
34
 
</project>
 
 
b'\\ No newline at end of file'