Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
kenu committed Mar 30, 2013
1 parent 81ac23d commit f96e868
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .classpath
Expand Up @@ -7,7 +7,7 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0"/>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v6.0"/>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
<attribute name="optional" value="true"/>
Expand All @@ -19,7 +19,7 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
Expand Down
3 changes: 3 additions & 0 deletions .settings/org.eclipse.core.resources.prefs
@@ -1,5 +1,7 @@
eclipse.preferences.version=1
encoding//docs/p.sh=UTF-8
encoding//src/main/webapp/WEB-INF/sql/okboard_info.sql=euc-kr
encoding//src/main/webapp/js/ban.js=euc-kr
encoding//src/main/webapp/js/banner.js=utf-8
encoding//web/js/banner.js=UTF-8
encoding//web/js/okjsp_utf-8.js=UTF-8
Expand All @@ -11,3 +13,4 @@ encoding//web/letter/edm/20120827_kt_app5.html=euc-kr
encoding//web/letter/edm/20121006_kpc_smartcontents.html=euc-kr
encoding//web/letter/edm/20121026_econovation_camp.html=euc-kr
encoding//web/rss/xmlreader.jsp=UTF-8
encoding/<project>=euc-kr
1 change: 0 additions & 1 deletion src/main/webapp/WEB-INF/sql/okboard_info.sql
Expand Up @@ -2,4 +2,3 @@ select * from okboard_info;

insert into okboard_info (cseq, bbsid, name, header)
values (1, 'pr', '홍보', '행사, 제품, 스터디 등을 널리 알리는 곳입니다.');

4 changes: 2 additions & 2 deletions src/main/webapp/jsp/option.jsp
Expand Up @@ -19,8 +19,8 @@
<option value="bbs5">머리식히는 곳</option>
<option value="bbs2">DB Tips</option>
<option value="bbs1">DB QnA</option>
<option value="bbs4">JSP Tips</option>
<option value="bbs3">JSP QnA</option>
<option value="bbs4">JAVA/JSP Tips</option>
<option value="bbs3">JAVA/JSP QnA</option>
<option value="weblogic">j2ee Tips</option>
<option value="weblgqna">j2ee QnA</option>
<option value="mac">맥 정보</option>
Expand Down

0 comments on commit f96e868

Please sign in to comment.