mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Finishing setting up tests (compiler server).
This commit is contained in:
parent
24d086dedb
commit
7d194f269e
BIN
Binary file not shown.
BIN
Binary file not shown.
+5
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
|
||||
<web-app>
|
||||
</web-app>
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
<%--
|
||||
Created by IntelliJ IDEA.
|
||||
User: cdr
|
||||
Date: Sep 17, 2004
|
||||
Time: 2:53:58 PM
|
||||
To change this template use File | Settings | File Templates.
|
||||
--%>
|
||||
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
||||
<%@include file="dep.jsp" %>
|
||||
<%@include file="dep2.jsp" %>
|
||||
<html>
|
||||
<head><title>Simple jsp page</title></head>
|
||||
<body>Place your content here</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user