-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 08e588b
Showing
283 changed files
with
26,534 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
target/ | ||
nb-configuration.xml | ||
.settings/ | ||
.classpath | ||
*.class |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Manifest-Version: 1.0 | ||
Class-Path: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 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
BIN
+90.2 KB
WebContent/WEB-INF/lib/net.sourceforge.lpg.lpgjavaruntime_1.1.0.v201004271650.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+505 KB
WebContent/WEB-INF/lib/org.apache.batik.bridge_1.6.0.v201011041432.jar
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+454 KB
WebContent/WEB-INF/lib/org.apache.batik.dom.svg_1.6.0.v201011041432.jar
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+387 KB
WebContent/WEB-INF/lib/org.apache.batik.ext.awt_1.6.0.v201011041432.jar
Binary file not shown.
Binary file added
BIN
+54.9 KB
WebContent/WEB-INF/lib/org.apache.batik.parser_1.6.0.v201011041432.jar
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+184 KB
WebContent/WEB-INF/lib/org.apache.batik.svggen_1.6.0.v201011041432.jar
Binary file not shown.
Binary file added
BIN
+79.1 KB
WebContent/WEB-INF/lib/org.apache.batik.transcoder_1.6.0.v201011041432.jar
Binary file not shown.
Binary file added
BIN
+161 KB
WebContent/WEB-INF/lib/org.apache.batik.util.gui_1.6.0.v201011041432.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+251 KB
WebContent/WEB-INF/lib/org.apache.commons.codec_1.6.0.v201305230611.jar
Binary file not shown.
Binary file added
BIN
+71.9 KB
WebContent/WEB-INF/lib/org.apache.commons.logging_1.1.1.v201101211721.jar
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1.48 MB
WebContent/WEB-INF/lib/org.apache.lucene.core_3.5.0.v20120725-1805.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+100 KB
WebContent/WEB-INF/lib/org.apache.xml.resolver_1.2.0.v201005080400.jar
Binary file not shown.
Binary file added
BIN
+295 KB
WebContent/WEB-INF/lib/org.apache.xml.serializer_2.7.1.v201005080400.jar
Binary file not shown.
Binary file added
BIN
+9.52 KB
WebContent/WEB-INF/lib/org.eclipse.birt.axis.overlay_4.6.0.v201606072122.jar
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+98.8 KB
WebContent/WEB-INF/lib/org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar
Binary file not shown.
Binary file added
BIN
+89.4 KB
WebContent/WEB-INF/lib/org.eclipse.core.expressions_3.5.100.v20160418-1621.jar
Binary file not shown.
Binary file added
BIN
+64.9 KB
WebContent/WEB-INF/lib/org.eclipse.core.filesystem_1.6.0.v20160503-1608.jar
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+862 KB
WebContent/WEB-INF/lib/org.eclipse.core.resources_3.11.0.v20160503-1608.jar
Binary file not shown.
Binary file added
BIN
+74 KB
WebContent/WEB-INF/lib/org.eclipse.core.runtime_3.12.0.v20160606-1342.jar
Binary file not shown.
Binary file added
BIN
+16.9 KB
...F/lib/org.eclipse.datatools.connectivity.apache.derby.dbdefinition_1.1.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+80.2 KB
...ontent/WEB-INF/lib/org.eclipse.datatools.connectivity.apache.derby_1.1.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+28.2 KB
...ent/WEB-INF/lib/org.eclipse.datatools.connectivity.console.profile_1.1.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+15.5 KB
WebContent/WEB-INF/lib/org.eclipse.datatools.connectivity.db.generic_1.1.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+11.2 KB
...NF/lib/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.1.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+116 KB
...ontent/WEB-INF/lib/org.eclipse.datatools.connectivity.oda.consumer_3.3.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+340 KB
WebContent/WEB-INF/lib/org.eclipse.datatools.connectivity.oda.design_3.4.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+66.8 KB
...ontent/WEB-INF/lib/org.eclipse.datatools.connectivity.oda.flatfile_3.2.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+38.5 KB
WebContent/WEB-INF/lib/org.eclipse.datatools.connectivity.oda.profile_3.3.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+236 KB
WebContent/WEB-INF/lib/org.eclipse.datatools.connectivity.oda_3.5.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+332 KB
WebContent/WEB-INF/lib/org.eclipse.datatools.connectivity.sqm.core_1.3.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+269 KB
WebContent/WEB-INF/lib/org.eclipse.datatools.connectivity_1.13.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+9.33 KB
...t/WEB-INF/lib/org.eclipse.datatools.enablement.hsqldb.dbdefinition_1.1.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+18.8 KB
WebContent/WEB-INF/lib/org.eclipse.datatools.enablement.hsqldb_1.1.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+17.8 KB
.../lib/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition_1.1.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+16.2 KB
...ntent/WEB-INF/lib/org.eclipse.datatools.enablement.ibm.db2.iseries_1.1.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+63.7 KB
...-INF/lib/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition_1.1.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+818 KB
WebContent/WEB-INF/lib/org.eclipse.datatools.enablement.ibm.db2.luw_1.1.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+35.5 KB
.../lib/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition_1.1.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+16.9 KB
...ntent/WEB-INF/lib/org.eclipse.datatools.enablement.ibm.db2.zseries_1.1.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+282 KB
WebContent/WEB-INF/lib/org.eclipse.datatools.enablement.ibm.db2_1.1.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+31 KB
...INF/lib/org.eclipse.datatools.enablement.ibm.informix.dbdefinition_1.1.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+14.6 KB
WebContent/WEB-INF/lib/org.eclipse.datatools.enablement.ibm.informix_1.1.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+288 KB
WebContent/WEB-INF/lib/org.eclipse.datatools.enablement.ibm_1.1.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+33.9 KB
...F/lib/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition_1.1.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+80.4 KB
...ontent/WEB-INF/lib/org.eclipse.datatools.enablement.msft.sqlserver_1.1.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+20.9 KB
...nt/WEB-INF/lib/org.eclipse.datatools.enablement.mysql.dbdefinition_1.1.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+72.7 KB
WebContent/WEB-INF/lib/org.eclipse.datatools.enablement.mysql_1.1.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+66.9 KB
WebContent/WEB-INF/lib/org.eclipse.datatools.enablement.oda.ws_1.3.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+121 KB
WebContent/WEB-INF/lib/org.eclipse.datatools.enablement.oda.xml_1.3.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+31.2 KB
...t/WEB-INF/lib/org.eclipse.datatools.enablement.oracle.dbdefinition_1.1.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+13.8 KB
WebContent/WEB-INF/lib/org.eclipse.datatools.enablement.oracle_1.1.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+12.2 KB
...B-INF/lib/org.eclipse.datatools.enablement.postgresql.dbdefinition_1.1.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+31.1 KB
WebContent/WEB-INF/lib/org.eclipse.datatools.enablement.postgresql_1.2.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+20.1 KB
...EB-INF/lib/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition_1.1.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+18.8 KB
WebContent/WEB-INF/lib/org.eclipse.datatools.enablement.sap.maxdb_1.1.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+164 KB
WebContent/WEB-INF/lib/org.eclipse.datatools.modelbase.dbdefinition_1.1.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+22.2 KB
WebContent/WEB-INF/lib/org.eclipse.datatools.modelbase.derby_1.1.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+620 KB
WebContent/WEB-INF/lib/org.eclipse.datatools.modelbase.sql.query_1.2.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+564 KB
WebContent/WEB-INF/lib/org.eclipse.datatools.modelbase.sql_1.1.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+80 KB
WebContent/WEB-INF/lib/org.eclipse.datatools.sqltools.data.core_1.3.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+139 KB
...ntent/WEB-INF/lib/org.eclipse.datatools.sqltools.parsers.sql.lexer_1.1.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+308 KB
...ntent/WEB-INF/lib/org.eclipse.datatools.sqltools.parsers.sql.query_1.3.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+51.8 KB
WebContent/WEB-INF/lib/org.eclipse.datatools.sqltools.parsers.sql_1.1.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+95.3 KB
WebContent/WEB-INF/lib/org.eclipse.datatools.sqltools.result_1.2.0.201603142002.jar
Binary file not shown.
Binary file added
BIN
+349 KB
WebContent/WEB-INF/lib/org.eclipse.emf.common_2.12.0.v20160420-0247.jar
Binary file not shown.
Binary file added
BIN
+85.1 KB
WebContent/WEB-INF/lib/org.eclipse.emf.ecore.change_2.11.0.v20160420-0247.jar
Binary file not shown.
Binary file added
BIN
+225 KB
WebContent/WEB-INF/lib/org.eclipse.emf.ecore.xmi_2.12.0.v20160420-0247.jar
Binary file not shown.
Binary file added
BIN
+1.14 MB
WebContent/WEB-INF/lib/org.eclipse.emf.ecore_2.12.0.v20160420-0247.jar
Binary file not shown.
Binary file added
BIN
+85.7 KB
WebContent/WEB-INF/lib/org.eclipse.equinox.app_1.3.400.v20150715-1528.jar
Binary file not shown.
Binary file added
BIN
+118 KB
WebContent/WEB-INF/lib/org.eclipse.equinox.common_3.8.0.v20160509-1230.jar
Binary file not shown.
Binary file added
BIN
+130 KB
WebContent/WEB-INF/lib/org.eclipse.equinox.preferences_3.6.0.v20160120-1756.jar
Binary file not shown.
Binary file added
BIN
+182 KB
WebContent/WEB-INF/lib/org.eclipse.equinox.registry_3.6.100.v20160223-2218.jar
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+407 KB
WebContent/WEB-INF/lib/org.eclipse.orbit.mongodb_2.10.1.v20130422-1135.jar
Binary file not shown.
Binary file added
BIN
+109 KB
WebContent/WEB-INF/lib/org.eclipse.osgi.services_3.5.100.v20160504-1419.jar
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+100 KB
WebContent/WEB-INF/lib/org.eclipse.update.configurator_3.3.400.v20160506-0750.jar
Binary file not shown.
Binary file added
BIN
+1.12 MB
WebContent/WEB-INF/lib/org.mozilla.javascript_1.7.5.v201504281450.jar
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+17.8 KB
WebContent/WEB-INF/lib/org.w3c.dom.events_3.0.0.draft20060413_v201105210656.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.
Oops, something went wrong.