Changeset 1933 for trunk


Ignore:
Timestamp:
2011-08-18 15:01:57 (9 months ago)
Author:
mpo
Message:

removing unused submodule

Location:
trunk
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pom.xml

    r1932 r1933  
    204204    </pluginRepository> 
    205205    --> 
     206    <pluginRepository> 
     207      <name>oss.sonatype.org</name> 
     208      <id>oss.sonatype.org</id> 
     209      <url>http://oss.sonatype.org/content/groups/public</url> 
     210    </pluginRepository> 
    206211  </pluginRepositories> 
    207212 
     
    359364          </executions> 
    360365        </plugin> 
     366 
     367 
     368        <plugin> 
     369          <groupId>net.alchim31.maven</groupId> 
     370          <artifactId>yuicompressor-maven-plugin</artifactId> 
     371          <version>1.2</version> 
     372        </plugin> 
     373 
     374 
    361375      </plugins>       
    362376    </pluginManagement> 
     
    368382        <artifactId>maven-source-plugin</artifactId> 
    369383      </plugin> 
     384 
    370385      <plugin> 
    371386        <!-- Added here so that the 'javascript' dependency type would be know 
Note: See TracChangeset for help on using the changeset viewer.