Skip to content

Commit

Permalink
Introduce end-of-line normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
emacarron committed Apr 25, 2013
1 parent 1c9c3e5 commit cc0001d
Show file tree
Hide file tree
Showing 4 changed files with 340 additions and 339 deletions.
1 change: 1 addition & 0 deletions .gitattributes
@@ -0,0 +1 @@
* text=auto
28 changes: 14 additions & 14 deletions INSTRUCTIONS
@@ -1,15 +1,15 @@
Follow the next steps to run the sample on Tomcat 7.0
- Download and install a JDK
- Download and upzip Eclipse
- Download and unzip Tomcat 7
- Run Eclipse
- In eclipse, go to Help/Eclipse Marketplace
- Install m2e plugin (maven)
- Install m2e-wtp plugin (maven for wtp)
- Unzip mybatis-jpetstore-6.0.x-sources.zip
- In eclipse, select File/Import/Maven/Existing Maven Projects
- Select the folder where you unzipped mybatis-jpetstore-6.0.x-sources.zip
- A new project named "jpetstore" will be shown
- Right click on jpetstore project and select "run on server"
- Select Tomcat 7 Server and set your installation directory
Follow the next steps to run the sample on Tomcat 7.0
- Download and install a JDK
- Download and upzip Eclipse
- Download and unzip Tomcat 7
- Run Eclipse
- In eclipse, go to Help/Eclipse Marketplace
- Install m2e plugin (maven)
- Install m2e-wtp plugin (maven for wtp)
- Unzip mybatis-jpetstore-6.0.x-sources.zip
- In eclipse, select File/Import/Maven/Existing Maven Projects
- Select the folder where you unzipped mybatis-jpetstore-6.0.x-sources.zip
- A new project named "jpetstore" will be shown
- Right click on jpetstore project and select "run on server"
- Select Tomcat 7 Server and set your installation directory
- JPetStore home page should be shown
4 changes: 2 additions & 2 deletions src/main/webapp/META-INF/MANIFEST.MF
@@ -1,2 +1,2 @@
Manifest-Version: 1.0

Manifest-Version: 1.0

0 comments on commit cc0001d

Please sign in to comment.