Skip to content

Commit

Permalink
鍒濆鍖栭」鐩
Browse files Browse the repository at this point in the history
  • Loading branch information
yiifaa committed Jun 14, 2017
0 parents commit 08e588b
Show file tree
Hide file tree
Showing 283 changed files with 26,534 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
target/
nb-configuration.xml
.settings/
.classpath
*.class
31 changes: 31 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>mirana-birt</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
</natures>
</projectDescription>
49 changes: 49 additions & 0 deletions WebContent/CancelTask.jsp
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<%-----------------------------------------------------------------------------
Copyright (c) 2004 Actuate Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
Actuate Corporation - Initial implementation.
-----------------------------------------------------------------------------%>
<%@ page contentType="text/html; charset=utf-8" %>
<%@ page session="false" buffer="none" %>
<%@ page import="org.eclipse.birt.report.utility.BirtUtility,
org.eclipse.birt.report.IBirtConstants,
org.eclipse.birt.report.resource.BirtResources" %>

<%-----------------------------------------------------------------------------
Cancel Task
-----------------------------------------------------------------------------%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>
<%= BirtResources.getMessage( "birt.viewer.title.message" )%>
</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<LINK REL="stylesheet" HREF="<%= request.getContextPath( ) + "/webcontent/birt/styles/style.css" %>" TYPE="text/css">
</HEAD>
<%
String taskid = request.getParameter( IBirtConstants.OPRAND_TASKID );
try
{
BirtUtility.cancelTask( request, taskid );
}
catch( Exception e )
{
e.printStackTrace( );
}
%>
<BODY>
<TABLE CLASS="BirtViewer_Highlight_Label">
<TR>
<TD NOWRAP>
<%= BirtResources.getMessage( "birt.viewer.message.taskcanceled" )%>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
3 changes: 3 additions & 0 deletions WebContent/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Manifest-Version: 1.0
Class-Path:

6 changes: 6 additions & 0 deletions WebContent/WEB-INF/jrun.web.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<jrun-web-app>
<load-system-classes-first>false</load-system-classes-first>
<uri-character-encoding>UTF-8</uri-character-encoding>
<enable-jrun-web-services>false</enable-jrun-web-services>
</jrun-web-app>
Binary file added WebContent/WEB-INF/lib/axis-ant.jar
Binary file not shown.
Binary file added WebContent/WEB-INF/lib/axis.jar
Binary file not shown.
Binary file added WebContent/WEB-INF/lib/chartengineapi.jar
Binary file not shown.
Binary file added WebContent/WEB-INF/lib/chartexamplescoreapi.jar
Binary file not shown.
Binary file added WebContent/WEB-INF/lib/chartitemapi.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added WebContent/WEB-INF/lib/commons-cli-1.0.jar
Binary file not shown.
Binary file added WebContent/WEB-INF/lib/commons-discovery-0.2.jar
Binary file not shown.
Binary file added WebContent/WEB-INF/lib/coreapi.jar
Binary file not shown.
Binary file added WebContent/WEB-INF/lib/crosstabcoreapi.jar
Binary file not shown.
Binary file added WebContent/WEB-INF/lib/dataadapterapi.jar
Binary file not shown.
Binary file added WebContent/WEB-INF/lib/dataaggregationapi.jar
Binary file not shown.
Binary file added WebContent/WEB-INF/lib/dataextraction.jar
Binary file not shown.
Binary file added WebContent/WEB-INF/lib/dteapi.jar
Binary file not shown.
Binary file added WebContent/WEB-INF/lib/emitterconfig.jar
Binary file not shown.
Binary file added WebContent/WEB-INF/lib/engineapi.jar
Binary file not shown.
Binary file added WebContent/WEB-INF/lib/flute.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added WebContent/WEB-INF/lib/jaxrpc.jar
Binary file not shown.
Binary file added WebContent/WEB-INF/lib/js.jar
Binary file not shown.
Binary file added WebContent/WEB-INF/lib/jsp.jar
Binary file not shown.
Binary file added WebContent/WEB-INF/lib/modelapi.jar
Binary file not shown.
Binary file added WebContent/WEB-INF/lib/modelodaapi.jar
Binary file not shown.
Binary file not shown.
Binary file added WebContent/WEB-INF/lib/odaconnectivity.jar
Binary file not shown.
Binary file added WebContent/WEB-INF/lib/odadesignapi.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added WebContent/WEB-INF/lib/saaj.jar
Binary file not shown.
Binary file added WebContent/WEB-INF/lib/scriptapi.jar
Binary file not shown.
Binary file added WebContent/WEB-INF/lib/viewservlets.jar
Binary file not shown.
Loading

0 comments on commit 08e588b

Please sign in to comment.