Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
minor changes to configuration files and pom files to reduce overall …
Browse files Browse the repository at this point in the history
…deliverable size
  • Loading branch information
prb112 committed Oct 29, 2015
1 parent cbf73a2 commit 3accef3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
5 changes: 5 additions & 0 deletions samples/j2ee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,15 @@
<groupId>com.ibm.sbt</groupId>
<version>1.1.11-SNAPSHOT</version>
</parent>
<!--
PBastide: removed the acme/templates modules to reduce the amount of binaries
<modules>
<module>acme</module>
<module>templates</module>
<module>snippets</module>
</modules>
--><modules>
<module>snippets</module>
</modules>

</project>
5 changes: 5 additions & 0 deletions samples/j2ee/readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
The ACME Module is an social application with an OpenSocial Embedded Experience integration built-in.

The Snippets module contains repeatable patterns for Social Application Development.

The Templates project contains starter code for building social applications.
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
#XXXXXXXXXXX is to be replaced with the password for a given user
email1=fadams@renovations.com
email2=bjordan@renovations.com

userId1=0EE5A7FA-3434-9A59-4825-7A7000278DAA

user1=fadams
passwordUser1=quickstart01
passwordUser1=XXXXXXXXXXX

user2=asingh
passwordUser2=quickstart01
passwordUser2=XXXXXXXXXXX

adminUser=admin
passwordAdmin=quickstart01
passwordAdmin=XXXXXXXXXXX

0 comments on commit 3accef3

Please sign in to comment.