6ae53f
--- pom.xml.sav	2009-09-30 01:25:34.000000000 +0300
6ae53f
+++ pom.xml	2010-03-23 23:37:07.136383912 +0200
6ae53f
@@ -85,15 +85,6 @@ under the License.
6ae53f
       <version>1.5.6</version>
6ae53f
     </dependency>
6ae53f
     <dependency>
6ae53f
-      <groupId>edu.ucla.cs.compilers</groupId>
6ae53f
-      <artifactId>jtb</artifactId>
6ae53f
-      <version>1.3.2</version>
6ae53f
-      
6ae53f
-      NOTE: Only reflectively accessed to avoid dependency on Java 1.5 for compilation.
6ae53f
-      -->
6ae53f
-      <scope>runtime</scope>
6ae53f
-    </dependency>
6ae53f
-    <dependency>
6ae53f
       <groupId>org.apache.maven.reporting</groupId>
6ae53f
       <artifactId>maven-reporting-api</artifactId>
6ae53f
       <version>2.0.4</version>
6ae53f
@@ -127,60 +118,5 @@ under the License.
6ae53f
     </dependency>
6ae53f
   </dependencies>
6ae53f
 
6ae53f
-  <profiles>
6ae53f
-    <profile>
6ae53f
-      <id>run-its</id>
6ae53f
-      <activation>
6ae53f
-        <property>
6ae53f
-          <name>maven.test.skip</name>
6ae53f
-          <value>!true</value>
6ae53f
-        </property>
6ae53f
-      </activation>
6ae53f
-      <properties>
6ae53f
-        <sitePluginVersion>2.0.1</sitePluginVersion>
6ae53f
-      </properties>
6ae53f
-      <build>
6ae53f
-        <plugins>
6ae53f
-          <plugin>
6ae53f
-            <groupId>org.apache.maven.plugins</groupId>
6ae53f
-            <artifactId>maven-invoker-plugin</artifactId>
6ae53f
-            <version>1.4</version>
6ae53f
-            <configuration>
6ae53f
-              <projectsDirectory>src/it</projectsDirectory>
6ae53f
-              <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
6ae53f
-              <pomIncludes>
6ae53f
-                <pomInclude>*/pom.xml</pomInclude>
6ae53f
-              </pomIncludes>
6ae53f
-              <postBuildHookScript>verify.bsh</postBuildHookScript>
6ae53f
-              <settingsFile>src/it/settings.xml</settingsFile>
6ae53f
-              <localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
6ae53f
-              <debug>true</debug>
6ae53f
-            </configuration>
6ae53f
-            <executions>
6ae53f
-              <execution>
6ae53f
-                <id>integration-test</id>
6ae53f
-                <goals>
6ae53f
-                  <goal>install</goal>
6ae53f
-                  <goal>run</goal>
6ae53f
-                </goals>
6ae53f
-              </execution>
6ae53f
-            </executions>
6ae53f
-          </plugin>
6ae53f
-        </plugins>
6ae53f
-      </build>
6ae53f
-    </profile>
6ae53f
-    <profile>
6ae53f
-      <id>maven-3</id>
6ae53f
-      <activation>
6ae53f
-        <file>
6ae53f
-          
6ae53f
-          <exists>${basedir}</exists>
6ae53f
-        </file>
6ae53f
-      </activation>
6ae53f
-      <properties>
6ae53f
-        <sitePluginVersion>3.0-beta-1-SNAPSHOT</sitePluginVersion>
6ae53f
-      </properties>
6ae53f
-    </profile>
6ae53f
-  </profiles>
6ae53f
   
6ae53f
 </project>