Changeset 7307

Show
Ignore:
Timestamp:
04/28/08 02:15:46 (5 years ago)
Author:
stedwar2
Message:

Trying to get log4j logging to work.

Location:
ossiedev/branches/jsnyder/ComponentProject
Files:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • ossiedev/branches/jsnyder/ComponentProject/META-INF/MANIFEST.MF

    r7253 r7307  
    1414 org.eclipse.ui.editors, 
    1515 org.eclipse.ui.ide, 
    16  org.eclipse.core.filesystem 
     16 org.eclipse.core.filesystem, 
     17 com.tools.logging 
    1718Eclipse-LazyStart: true 
    18 Bundle-ClassPath: jython2.2.1/jython.jar, . 
     19Bundle-ClassPath: owdplugin.jar, jython2.2.1/jython.jar 
     20Export-Package: edu.vt.ossie, 
     21 edu.vt.ossie.ComponentProject, 
     22 edu.vt.ossie.ComponentProject.templates, 
     23 edu.vt.ossie.actionSets, 
     24 edu.vt.ossie.dialogs, 
     25 edu.vt.ossie.editors, 
     26 edu.vt.ossie.jyinterface.factory, 
     27 edu.vt.ossie.jyinterface.interfaces, 
     28 edu.vt.ossie.views, 
     29 edu.vt.ossie.wavedev, 
     30 edu.vt.ossie.wizards, 
     31 org.python.compiler, 
     32 org.python.core, 
     33 org.python.core.adapter, 
     34 org.python.modules, 
     35 org.python.modules.sets, 
     36 org.python.modules.sre, 
     37 org.python.modules.time, 
     38 org.python.parser, 
     39 org.python.parser.ast, 
     40 org.python.rmi, 
     41 org.python.util 
     42Bundle-Vendor: Virginia Tech 
     43Eclipse-RegisterBuddy: com.tools.logging 
  • ossiedev/branches/jsnyder/ComponentProject/build.properties

    r7233 r7307  
    1 source.. = src/, PythonSrc/ 
    2 output.. = bin/ 
     1source.owdplugin.jar = src/, PythonSrc/ 
     2output.owdplugin.jar = bin/ 
    33bin.includes = META-INF/,\ 
    4                jython2.2.1/jython.jar, ., plugin.xml, WaveDev/, PythonSrc/ 
     4               owdplugin.jar,\ 
     5               jython2.2.1/jython.jar,\ 
     6               plugin.xml,\ 
     7               WaveDev/,\ 
     8               PythonSrc/,\ 
     9               logger.properties,\ 
     10               icons/ 
    511jars.extra.classpath = jython2.2.1/jython.jar 
     12src.includes = .classpath,\ 
     13               .project,\ 
     14               .pydevproject,\ 
     15               META-INF/,\ 
     16               PythonSrc/,\ 
     17               icons/,\ 
     18               javaCompiler...args,\ 
     19               logger.properties,\ 
     20               plugin.xml,\ 
     21               src/