Skip to content

Commit

Permalink
Merge pull request eclipse-che#2301 from amrecio/express
Browse files Browse the repository at this point in the history
Add Bitnami stacks and blank project for use with the generators
  • Loading branch information
ashumilova authored Sep 13, 2016
2 parents 9192c1f + 3ee69c0 commit 394442a
Show file tree
Hide file tree
Showing 4 changed files with 918 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ide/che-core-ide-stacks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,18 @@
<artifactId>che-core-ide-stacks</artifactId>
<packaging>jar</packaging>
<name>Che Core :: IDE :: STACKS</name>
<build>
<plugins>
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/type-bitnami.svg</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</project>

33 changes: 33 additions & 0 deletions ide/che-core-ide-stacks/src/main/resources/images/type-bitnami.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 394442a

Please sign in to comment.