Skip to content

Commit

Permalink
Remove files from tree
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanenicolas committed Oct 21, 2013
1 parent 7dd93e5 commit 6f66286
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 873 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -17,6 +17,8 @@ bin/
gen/
out/

*.tag

# Local configuration file (sdk path, etc)
local.properties
release.properties
Expand Down
93 changes: 0 additions & 93 deletions boundbox-library-integration-tests/pom.xml.tag

This file was deleted.

9 changes: 6 additions & 3 deletions boundbox-library/dependency-reduced-pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>boundbox-parent</artifactId>
<groupId>org.boundbox</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>boundbox-library</artifactId>
Expand Down Expand Up @@ -56,10 +56,13 @@
<executions>
<execution>
<id>filter-src</id>
<phase>process-sources</phase>
<goals>
<goal>filter-sources</goal>
</goals>
<configuration>
<sourceDirectory>${basedir}/src/main/java-templates</sourceDirectory>
<outputDirectory>${project.build.directory}/generated-sources/java-templates</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
Expand Down Expand Up @@ -119,7 +122,7 @@
</build>
<profiles>
<profile>
<id>silent</id>
<id>release</id>
<properties>
<log.level>Level.OFF</log.level>
</properties>
Expand Down

0 comments on commit 6f66286

Please sign in to comment.